/* 
Descripcion: Css style para Consorcio.cl
Version: 0.1
Autor: Daniel Gutierrez
Fecha: 23/06/2009
*/
@import url("reset.css");

/* Estilos generales*/
body{
	font: 13px/150% Arial, Helvetica, Sans-serif;
	color: #666;
	text-align: center;
	background-color: #eaeaea;
}
p{
	font: 13px/150% Arial, Helvetica, Sans-serif;
	color: #666;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #004275;
	line-height: 120%;
}
h1{
	font-size: 24px;
}

h2{
	font-size: 20px;
}
strong{
	font-weight: bold;
}
em{
	font-style: italic;
}
a{
	color: #004275;
	text-decoration: none;
        outline:none;
}

a:hover{
	color: #15669c;
}

/* Div generales */
#wrap_up{
	background-color: #FFF;
	float: left;
	width: 100%;
}
#wrap{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
#header{
	width: 940px;
	height: 120px;
	float: left;
	margin: 0 10px;
	background: url(../img/header_bg.png) repeat-x left top;
}
#main{
	float: left;
	width: 100%;
	background: url(../img/main_bg.png) no-repeat right top;
	min-height: 340px;
	margin-bottom: 10px;

}
#content{
	float: right;
	width: 720px;
	padding: 20px 30px 0 20px;
}
#sidebar{
	width: 190px;
	float: left;
	margin-top: 20px;
}
#footer{
	float: left;
	width: 100%;
	background: #eaeaea url(../img/footer_bg.png) repeat-x left top;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Header */
#header h1{
	float: left;
	width: 150px;
	height: 120px;
	display: block;
	background: url(../img/logotipo.jpg) no-repeat left top;
	overflow: hidden;
	text-indent: -999px;
}
#header .inicio_btn{
	float: right;
	color: #FFF;
	border: none;
	font: 18px "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 10px 10px 44px 0;
	height: 30px;
}

#header .inicio_btn:hover{
	color: #FDE000;
}
#header ul{
	float: right;
	clear: right;
	margin-right: 10px;
}

#header li{
	float: left;
}

#header li a{
	font: 16px "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #FFF;
	border: none;
	background: url(../img/menu_top.png) no-repeat;
	display: block;
	height: 36px;
	overflow: hidden;
	text-indent: -999px;
}
#header #home_btn a{
	width: 83px;
	background-position: left top;
}

#header #sv_btn a{
	width: 138px;
	background-position: -83px top;
}

#header #rv_btn a{
	width: 152px;
	background-position: -221px top;
}

#header #sa_btn a{
	width: 162px;
	background-position: -373px top;
}

#header #home_btn a:hover{
	background-position: left -36px;
}

#header #sv_btn a:hover{
	background-position: -83px -36px;
}

#header #rv_btn a:hover{
	background-position: -221px -36px;
}

#header #sa_btn a:hover{
	background-position: -373px -36px;
}

#home #header #home_btn a{
	background-position: left bottom;
}

#sv #header #sv_btn a{
	background-position: -83px bottom;
}

#rv #header #rv_btn a{
	background-position: -221px bottom;
}

#sa #header #sa_btn a{
	background-position: -373px bottom;
}

/*main */
#home #main{
	float: right;
	width: 940px;
	background: url(../img/home_main_current.png) no-repeat 398px top !important;
	background: url(../img/home_main_current.png) no-repeat 388px top;
	padding-top: 10px;
	margin-right: 10px !important;
	margin-right: 0;
}

/*Content*/

#home #content{
	background: url(../img/home_main_current.png) no-repeat 218px top;
}
#sv #content{
	background: url(../img/sv_main_current.png) no-repeat 295px top;
}
#rv #content{
	background: url(../img/rv_main_current.png) no-repeat 433px top;
}
#sa #content{
	background: url(../img/auto_main_current.png) no-repeat 585px top;
}

#content h1{
	margin-bottom: 10px;
	word-spacing: -1px;
}

#content h2{
	margin-bottom: 10px;
}
#content p{
	padding-left: 20px;
	margin-bottom: 10px;
}
#content a{
	display: inline;
	background: url(../img/border_bottom.gif) repeat-x left bottom;
	font-weight: bold;
}

.ticket{
	background: url(../img/btn_sprite.png) no-repeat -199px -582px;
}

.bullet{
	background: url(../img/btn_sprite.png) no-repeat 3px -625px;
}
.folleto{
	background: url(../img/btn_sprite.png) no-repeat -225px -558px;
}

#info{
	float: left;
	width: 355px;
}
#videos{
	width: 360px;
	float: right;
}
#video_show{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#videos_list{
	float: left;
	width: 85%;
	padding-left: 10%;
	padding-bottom: 10px;
}
#videos_list ul #rv_jorge_figueroa .img_video{
		background: url('../img/minivideos/rv_jorge_figueroa.jpg') no-repeat;
}

#videos_list ul #rv_margarita_campana .img_video{
		background:url('../img/minivideos/rv_margarita_campana.jpg') no-repeat;
}

#videos_list ul #rv_maria_undurraga .img_video{
		background:url('../img/minivideos/rv_maria_undurraga.jpg') no-repeat;
}

#videos_list ul #sv_manuel_bustamante .img_video{
		background:url('../img/minivideos/sv_manuel_bustamante.jpg') no-repeat;
}

#videos_list ul #sv_felipe_gonzalez .img_video{
		background:url('../img/minivideos/sv_felipe_gonzalez.jpg') no-repeat;
}

#videos_list ul #sv_luis_sinuela .img_video{
		background:url('../img/minivideos/sv_luis_sinuela.jpg') no-repeat;
}

#videos_list ul #sa_gerardo_guerra .img_video{
		background:url('../img/minivideos/sa_gerardo_guerra.jpg') no-repeat;
}

#videos_list ul #sa_viviana_pinonez .img_video{
		background:url('../img/minivideos/sa_viviana_pinonez.jpg') no-repeat;
}

#videos_list ul #sa_delfina_alonso .img_video{
		background:url('../img/minivideos/sa_delfina_alonso.jpg') no-repeat;
}
#videos_list h2{
	margin-bottom: 10px;
}
#videos_list ul{
	float: left;
	width: 100%;
	background: url(../img/video_border_bottom.png) no-repeat center top;
	padding-top: 1px;
}
#videos_list li{
	width: 100%;
	float: left;
	padding: 10px 0;
	background: url(../img/video_border_bottom.png) no-repeat center bottom;
	cursor: pointer;
}

#videos_list li .img_video{
	float: left;
	width: 80px;
	background-color: #000;
	height: 50px;
	margin-right: 10px;
	margin-left: 10px;
}

#videos_list li h3{
	font: bold 13px Arial, Helvetica, Sans-serif;
}

#videos_list li p{
	float:right;
	font-style: italic;
	padding-left:0;
	width:200px;
}

/*Sidebar */

#sv #sidebar h1{
	display: block;
	background: url(../img/btn_sprite.png) no-repeat left -300px;
	width: 170px;
	height: 60px;
	overflow: hidden;
	text-indent: -999px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#rv #sidebar h1{
	display: block;
	background: url(../img/btn_sprite.png) no-repeat left -240px;
	width: 170px;
	height: 60px;
	overflow: hidden;
	text-indent: -999px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#sa #sidebar h1{
	display: block;
	background: url(../img/btn_sprite.png) no-repeat left -360px;
	width: 170px;
	height: 60px;
	overflow: hidden;
	text-indent: -999px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#sidebar li{
	margin-bottom: 10px;
	width: 100%;
	float: right;
}
#sidebar li a{
	background: url(../img/btn_sprite.png) no-repeat;
	display: block;
	width:190px;
	height: 43px;
	float: right;
	overflow: hidden;
	text-indent: -999px;
}
#sidebar .confiar_btn{
	background: url(../img/btn_sprite.png) no-repeat left top;
	width: 160px;
	height: 70px;
	display: block;
	float: left;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -999px;
}
#sidebar .confiar_btn:hover{
	background-position: -160px top;
}
#sidebar .que_es_btn a{
	background-position: -190px -80px;
}
#sv #sidebar .que_es_btn.current a{
	background-position: -190px -223px;
}

#rv #sidebar .que_es_btn.current a{
	background-position: -190px -173px;
}

#sa #sidebar .que_es_btn.current a{
	background-position: -190px -126px;
}

#sidebar .que_es_btn a:hover{
	background-position: 7px -435px;
}
#sidebar .consiste_btn a{
	background-position: -190px -413px;
}
#sidebar .consiste_btn.current a,#sidebar .consiste_btn.current a:hover{
	background-position: -190px -365px;
}
#sidebar .consiste_btn a:hover{
	background-position: 7px -529px;
}
#sidebar .productos_btn a{
	background-position: -190px -272px;
}

#sidebar .productos_btn.current a, #sidebar .productos_btn.current a:hover{
	background-position: -190px -317px;
}
#sidebar .productos_btn a:hover{
	background-position: 7px -485px;
}
#sidebar .planes_btn a{
	background-position: -190px -509px;
}

#sidebar .planes_btn.current a,#sidebar .planes_btn.current a:hover{
	background-position: -190px -460px;
}
#sidebar .planes_btn a:hover{
	background-position: 7px -578px;
}

#sidebar .telefono{
	background: url(../img/btn_sprite.png) no-repeat left -80px;
	display: block;
	width:170px;
	height: 40px;
	float: left;
	overflow: hidden;
	text-indent: -999px;
}

/* Footer */
#footer p{
	color: #999;
	font-size: 10px;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}
#footer a, #footer span{
	float: left;
	display: block;
	margin: 5px;
}

#footer a{
	color: #999;
}
#footer .telefono{
	background: url(../img/btn_sprite.png) no-repeat left -185px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	width: 154px;
	height: 22px;
	float: left;
}
/* Formulario ejecutiva*/
#sv #contactar_ejecutiva{
	background: url(../img/form_ejecutiva.png) no-repeat left top;
	width: 354px;
	height: 374px;
	float: left;
	margin-top: 10px;
}

#rv #contactar_ejecutiva{
	background: url(../img/form_ejecutiva_rv.png) no-repeat left top;
	width: 354px;
	height: 374px;
	float: left;
	margin-top: 10px;
}
#sa #contactar_ejecutiva{
	background: url(../img/form_ejecutiva_sa.png) no-repeat left top;
	width: 354px;
	height: 374px;
	float: left;
	margin-top: 10px;
}

#contactar_ejecutiva input{
	border: solid 1px #AAA;
	height: 20px;
}

#contactar_ejecutiva ul{
	margin-top: 85px;
	float: left;
	margin-left: 40px;
}

#contactar_ejecutiva li{
	margin-bottom: 5px;
}

#contactar_ejecutiva .input{
	padding-left: 20px;
	padding-bottom:5px;
}
#contactar_ejecutiva .nombre{
	width: 240px;
}
#contactar_ejecutiva .mail{
	width: 109px;
}
#contactar_ejecutiva .cod{
	width: 40px;
}
#contactar_ejecutiva .num{
	width: 195px;
}
#contactar_ejecutiva .enviar_btn{
	background: url(../img/btn_sprite.png) no-repeat left -150px;
	display: block;
	width: 90px;
	height: 30px;
	text-indent: -999px;
	overflow: hidden;
	margin-top: 5px;
}
#contactar_ejecutiva .enviar_btn:hover{
	background-position: -90px -150px;
}
#contactar_ejecutiva .nombre_label{
	background: url(../img/btn_sprite.png) no-repeat left -220px;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

#contactar_ejecutiva .mail_label{
	background: url(../img/btn_sprite.png) no-repeat -21px -221px;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

#contactar_ejecutiva .tel_label{
	background: url(../img/btn_sprite.png) no-repeat -41px -221px;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}

#contactar_ejecutiva .cel_label{
	background: url(../img/btn_sprite.png) no-repeat -61px -221px;
	width: 20px;
	height: 20px;
	display: block;
	float: left;
}
/* Formulario Autos */
#auto_form{
	background: url(../img/form_auto.png) no-repeat left top;
	width: 354px;
	height: 240px;
	float: left;
	margin-top: 10px;
}
#auto_form ul{
	margin-top: 70px;
	float: left;
	margin-left: 40px;
}
#auto_form li{
	margin-bottom: 10px;
}
#auto_form select{
	width:260px;
}
#auto_form .enviar_btn{
	background: url(../img/btn_auto_form.png) no-repeat left top;
	display: block;
	width: 150px;
	height: 29px;
	text-indent: -999px;
	overflow: hidden;
	margin-top: 5px;
}
#auto_form .enviar_btn:hover{
	background-position: left bottom;
}
.ejecutiva_btn{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.ejecutiva_btn a{
	background: url(../img/form_auto.png) no-repeat left -240px !important;
	float: left;
	display: block;
	height: 100px;
	width: 355px;
	overflow: hidden;
	text-indent: -999px;
}
.ejecutiva_btn a:hover{
	background-position: left -346px !important;
}
/* Respuesta y confiar*/
#respuesta #sidebar h1, #confiar #sidebar h1{
	display: none;
}
#respuesta #main{
	height: 340px;
}
#respuesta #content ul{
	padding-left: 20px;
}
#respuesta #content li{
	background: url(../img/btn_sprite.png) no-repeat 3px -625px;
	padding-left: 20px;
}

/*formulario autos*/
#sa #contactar_ejecutiva.hidden{
	overflow: hidden;
	opacity: 0;
	height: 0;
}

/* COlores confiar*/
.verde{
	color: #88b71c;	
}
.azul{
	color:  #1867ae;
}
ul.ulbullet{
	padding-left: 20px;
}
ul.ulbullet li{
	background: url(../img/btn_sprite.png) no-repeat 3px -625px;
	padding-left: 20px;
}
.textleft{
    float:left;
    width:47%;
}
.imgpoprque{
    	/*margin:30px 25px;*/
    	float:right;
	width:360px;
}
.getflash{
    	background: url(../img/get_flash_player.jpg) no-repeat 0 0;
        height:25px;
        width:25px;
        display:block;
        text-indent:-99999px;
}
.mptop{
	margin-top:10px;
}
