@charset "utf-8";
/* CSS Document */
body{
	background-color:#F5F1E2;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#5D5D5D;
	padding:0;
	margin:0;
}
.contenedor{
	width:960px;
	height:auto;
	margin:0 auto;
}
.linea_superior{
	width:100%;
	height:6px;
	float:left;
	background-color:#090909;
}
.cabecera{
	width:960px;
	height:auto;
	float:left;
	margin:0 0 0 0;
}
.logo{
	float:left;
	margin:5px 0 0 0;
}
.menu{
	float:left;
	margin:55px 0 0 0;
}
.pestana{
	float:left;
	margin:0 0 0 60px;
	font-weight:bold;
}
.pestana a{
	color:#FE9B00;
	text-decoration:none;
}
.pestana a:hover{
	color:#000;
}
.telefono{
	color:#909090;
	font-size:18px;
	float:right;
	text-align:right;
	font-weight:bold;
	margin:25px 0 0 0;
}
.imagen_principal{
	background-image:url(../img/img_fondo_principal.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border-bottom:1px solid #999;
	border-top:1px solid #999;	
	float:left;
	width:960px;
	height:200px;
}
.imagen_principal img{
	margin:20px 80px 0 0;
	float:right;
}
.texto_principal{
	float:left;
	color:#FFF;
	font-size:30px;
	text-align:center;
	margin:25px 0 0 30px;
}
.btn_pinche{
	background-image:url(../img/btn_1.png);
	width:150px;
	height:27px;
	float:left;
	padding:13px 0 0 0;
	margin:30px 0 0 150px;
}
.btn_pinche a{
	color:#FF9B01;
	font-size:12px;
	text-decoration:none;
}
.btn_pinche a:hover{
	text-decoration:underline;
}
.contenido{
	width:960px;
	height:auto;
	float:left;	
	margin:20px 0 20px 0;
}
.cont_derecha{
	width:625px;
	height:auto;
	float:left;
}
.cont_izquierda{
	width:285px;
	height:auto;
	float:left;
	padding:0 0 0 50px;
}
.titulo_contenido{
	font-size:16px;
	float:left;
	background-image:url(../img/img_flecha.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 10px 35px;
	color:#0A0A0A;
}
.linea_titulo_1{
	background-image:url(../img/img_barrido_titulo.jpg);
	background-repeat:repeat-y;
	float:left;
	width:622px;
	height:6px;
}
.linea_titulo_2{
	background-image:url(../img/img_barrido_titulo_2.jpg);
	background-repeat:repeat-y;
	float:left;
	width:283px;
	height:6px;
}
.descripcion_contenido{
	width:625px;
	height:auto;
	float:left;
	text-align:justify;
	margin:20px 0 0 0;
	line-height:20px
}
.cont_izquierda img{
	margin:20px 0 0 0;
}
.cont_izquierda input{
	margin:8px 0 0 0;
	width:180px;
	height:20px;
	border:1px solid #AFB0B2;
}
.text_form{
	float:left;
	margin:10px 0 0 0;
	width:100px;
}
.btn_enviar{
	background-image:url(../img/btn_enviar.jpg);
	background-repeat:no-repeat;
	width:100px;
	height:32px;
	float:left;
	font-size:16px;
	padding:5px 0 0 40px;
	margin:20px 0 0 80px;
}
.btn_enviar a{
	color:#FFF;
	font-weight:bold;
}
.publicidad{
	width:240px;
	height:auto;
	border:1px solid #666;
	float:left;
	margin:15px 0 0 0px;
	padding:0 0 15px 40px;
}
.publicidad img{
	padding:0;
	margin:0;
}
.publicidad span{
	font-size:10px;
	float:left;
	margin:5px 0 5px 0;
}
.pie{
	width:100%;
	height:100px;
	background-color:#000;
	float:left;
	color:#CECECE;
}
.copy{
	width:500px;
	height:auto;
	float:left;	
	margin:40px 0 0 0;
}
.copy a{
	color:#CECECE;
}
.contenedor_pie{
	width:960px;
	height:auto;
	margin:0 auto;
}
.menu_pie{
	float:right;
	width:auto;
	height:auto;
	margin:40px 0 0 0;
}
.menu_pie a{
	color:#CECECE;
	text-decoration:none;
}
.numero_telefono{
	width:400px;
	height:250px;
	color:#1C1C1C;
	font-size:36px;
	font-weight:bold;
	line-height:32px;
	margin:220px auto;
}
.numero_telefono span{
	color:#FE9A00;
	margin:0 0 0 20px;
}
.numero_telefono img{
	float:left;
	margin:0 0 0 50px;	
}
.titulo_pregunta{
	width:100%;
	float:left;
	cursor:pointer;
	margin:15px 0 5px 0;
}
.descripcion_pregunta{
	width:100%;
	text-align:justify;
	float:left;
	margin:0 0 0 0;
	display:none;
}
.tit_contacto{
	color:#000;
}
.des_contacto{
	width:600px;
	float:left;
	margin:20px 0 0 0;
}
.contenido_contacto{
	width:400px;
	float:left;
}
.text_comentario{
	margin:8px 0 0 0;
	width:180px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #AFB0B2;
}