@charset "utf-8";
@import url("css-reset.css");
/* CSS Document */

/*<*/*{margin: 0; padding: 0;}
article, aside, figure, footer, header, hgroup, nav, section {display:block;}
textarea{resize:none;}
/* classes comunes */
.clear{width:100%;clear:both;}
.left{float:left;}
.right{float:right;}
.none{display:none;}
p{margin: 5px 0;}
a{text-decoration: none;}

.box50{
	float: left;
	width: 49%;
	margin: 0 0 0 2%;	
}
.box50:first-child{
	margin: 0;	
}
.boxCompleto{
	width: 100%;
	margin: 10px 0;
}
/* sitio */
body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-image:url(_img/fondo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	line-height:normal;
}
.marco{
	width: 960px;
	margin: 0 auto;	
}
header{
	height: 130px;
	width: 100%;
	padding: 8px 0 0 0;
}	
	header h1{
		float: left;
		width: 250px;
		height: 108px;
		margin: 4px 0 0 0;
		clear:right; 
	}
		header h1 a{
			display: block;
			width: 300px;
			height: 129px;
			
		}
	nav ul{
		list-style: none;
		float: right;	
	}
		nav ul li{
			float: left;
			width: 100px;
			height: 90px;
			margin: 0 10px 0 0;
			line-height: 90px;			
		}
			nav ul li a{
				color: #666;
				font-size: 14px;
				text-align: center;	
				display: block;
				width: 100%;
				height: 85px;
				
			}
			nav ul li a:hover{
				color: #000;	
			}
			nav ul li a.activo{
				color: #FFF;
				background: url(_img/fondoHover.jpg) left top repeat-x;
			}

/************ ENCABEZADO ***************/

.cuadroencabezado{
float:left;
width:580px;
height:240px;
background-image:url(_img/transp.png);
margin:35px 0 20px 0;
padding:10px;
clear:both;
}

.cuadroencabezado h1{
font-size:42px;
color:#FFF;
}
.cuadroencabezado h2{
font-size:28px;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
}
.cuadroencabezado h3{
font-size:19px;
color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
}


.espaciador{
float:left;
clear:both;
width:100%;
height:10px;
}
.botonconsulte{
float:left;
width:252px;
height:58px;
background-image:url(_img/boton-consulta.jpg);
background-repeat:no-repeat;
clear:both;
margin-bottom:260px;
}
.botonconsulte:hover{
	background-image:url(_img/boton-consulta_hover.jpg);
}
.botonconsulte h3{
color:#FFF;
font-weight:bold;
font-size:20px;
text-align:center;
margin-top:17px;
}

.botonconsulte h3 a{
color:#FFF;
}

.caracteristicas{
float:left;
width:940px;
padding:10px;
}
.caracteristicas h3{
font-size:24px;
padding:5px;
color:#fff;
margin-bottom:10px;
background-image:url(_img/fondoHover.jpg);
clear:both;
}

.caracteristicas h4{
font-size:18px;
color:#000;
text-align:justify;
font-weight:normal;
/*width:650px;*/
}

.caracteristicas .modulofoto{
float:left;
width:450px;
height:220px;
margin:20px 20px 10px 0;
}
.caracteristicas .modulofoto h4{
color:#FFF;
text-align:center;
font-size:18px;
padding-top:5px;
padding-bottom:2px;
height:20px;
background-color:#333;
border-bottom:2px #fff solid;

}
.caracteristicas .modulofoto h4:hover{
background-image:url(_img/fondoHover.jpg);
background-repeat:repeat-x;
}
.caracteristicas .modulofoto h4 a{
color:#FFF;
}

.laempresa{
float:left;
width:940px;
padding:10px;
}
.laempresa h3{
font-size:24px;
padding:5px;
color:#fff;
margin-bottom:10px;
background-image:url(_img/fondoHover.jpg);
}
.laempresa .tx {
float:left;
width:450px;
margin:10px 0 0 0;
}


.laempresa .tx p{
	font-size:13px;
color:#000;
text-align:left;
padding:5px 0 5px 0;
line-height:normal;
}

.laempresa h5{
	color:#333;
	font-size:14px;
	border-bottom:1px #333 solid;
	padding-bottom:5px;
}

.laempresa .fotoinst{
float:left;
margin:22px 0 0 20px;
}

.audiopublicidad{
float:left;
clear:both;
width:910px;
padding:5px 0 2px 20px;
background-color:#333;
margin:10px 0 0 10px;
}

.audiopublicidad h4{
color:#fff;
}


/************* SLIDE *******************/
.boxSlide{
	background: #FF0000;
	height: 255px;
	margin: 20px 0 40px;
	width: 100%;
	box-shadow: 0 10px 125px #ED1C24 inset;
	background: #9D0A0E;		
}
	.asideSlide{
		float: left;
		width: 380px;
		margin: 10px 0 0 0;
		color: #231f20;
	}
	.asideSlide .titulo{
		font-size: 25px;
		color: #FFF;
		font-weight: bold;	
	}
	.asideSlide .subtitulo{
		font-size: 20px;	
	}
	.asideSlide .right{
		width: 65%;
		margin: 10px 0 0 0;
		text-align: right;
	}
	.asideSlide .right a{
		float: right;	
	}
.btnRojo, .btnBlanco{
	border-radius: 7px;
	height: 30px;
	border: none;
	line-height: 30px;
	width: 150px;
	margin: 10px 0;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	box-shadow: 0 10px 12px #ED1C24 inset, 0 5px 10px #999;
	background: #9D0A0E;
	float: right;
}
.btnBlanco{
	color: #9D0A0E;
	box-shadow: 0 10px 12px #FFF inset, 0 5px 10px #9D0A0E;
	background: #999;
	margin: 10px 80px 10px 0;		
}
.btnBlanco:hover{
	box-shadow: 0 5px 10px #9D0A0E;
	background: #FFF;
	color: #333;
}
.btnRojo:hover{
	box-shadow: 0 10px 20px #9D0A0E inset;
	background: #ED1C24;	
}
.sliderBox{
	width: 580px;
	float: left;
	height: 260px;
	position: relative;
}
	#slider{
		width: 500px;
		height: 255px;
		overflow: hidden;			
	}
	.batch{
		position: absolute;
		z-index: 9999;
		left: 410px;
		top: 105px;	
	}
/********** SECTIONS **********/
h2{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #c71d22;
	/*border-bottom: 1px dotted #333;*/
	line-height: 35px;
	margin: 0 0 20px 0;	
}
.subtitulo{
	font-size: 14px;
	margin: 0 0 30px 0;	
}
img.left{
	margin: 0 10px 10px 0;	
}
.texto{
	float: left;
	width: 250px;
	display: block;
}
/*h3{
	background: #C71D22;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 24px;
	text-indent: 5px;
}*/
.caracteristicasTecnicas .boxCompleto{
	/*border-bottom: 1px dotted #999;*/
	background-color:#FFF;
	margin: 0 0 30px 0;
	float:left;
}
/*********** FOOTER ***************/
footer{
	width: 100%;
	margin: 30px 0 0 0;
	/*background-color: #fff;*/
	display: block;
	height: 330px;
	clear:both;
}
	.compartir,
	.contacto{
		float: left;	
	}
	.compartir{
		width: 33%;
		margin: 10px 2% 2px 0;			
	}
	.contacto{
		width: 65%;
		color: #333;		
		margin: 10px 0;
	}
	
	.compartir h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	.contacto h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
	.contacto h4{
		color:#333;
		padding:5px;
		margin:0 0 15px 0;
		font-size:15px;
		width:374px;
		border-bottom:2px solid #333;
/*		background-color:#fffac8;*/
	}
	
	.contacto h4 span{
	font-size:22px;
	}
	
	.contacto h4 a{
	color:#c71d22;
	font-weight:bold;
	}
	.contacto h4 a:hover{
	text-decoration:underline;
	}
	
	
.formContacto input, 
.formContacto textarea{
	border: none;
	margin: 5px 0;
	background: #333;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}
.formContacto input.btnRojo{
	width: 70%;
	background: #9D0A0E;
	float: right;	
}
.formContacto textarea{
	height: 100px;
	line-height: 18px;
}
.lineaSoporte{
	font-family:Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: 20px 0 0 0;
	font-size: 24px;
	background: url(_img/logo.png) 300px 129px no-repeat;
	padding: 0 0 40px 0;
}
.firma{
	height: 50px;
	line-height: 50px;
	color: #999;
	border-top: 1px dotted #AAA;
	margin-top: 25px;
	/*background: url(_img/standars.png) center center no-repeat;*/
}
#gracias{
	display: none;	
}
.fanpage{
float:left;
margin:2px 0 3px 0;
width:235px;
font-size:12px;
height:18px;
background-image:url(facebook.jpg);
background-repeat:no-repeat;
background-position:left;
padding-top:2px;
text-indent:25px;
}

.fanpage a{
color: #c71d22;
}