/* ----------------------------------------- */
/* ESTILOS GENERALES */
/* ----------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

html{
	margin: 0;
	padding: 0;
	height:100%;
}
html {
     overflow: -moz-scrollbars-vertical;
}
body {
	height:100%;
	background: url(/images/fondo_web.jpg) no-repeat top right #000;
	margin: 0 auto;
	padding: 0;
}
#contenedor{
	position: absolute;
	width:894px;
	left: 50%;
	margin-left: -447px;
	margin-top: 10px;
	border: 1px solid #D7221B;
	padding: 3px;
}
#contenedor #top{
	height: 298px;
}
#cabecera{
	position: relative;
	float: left;
	width: 212px;
	height: 299px;
	background: url(/images/fondoCabecera.gif) repeat-x #db241d;	
}
#bannerTop{
	float: right;
	display:inline;
	width: 682px;
}
#contenido{
	height: 100%;
	background: #505050;
	font-family:Tahoma,Verdana,Arial,sans-serif;
	font-size: 11px;
	color: #4c4c4c;
}

/* ----------------------------------------- */
/* ESTILOS LOGO Y MENÚ */
/* ----------------------------------------- */


#top #cabecera img{
border: 0;
	margin: 0;
	padding:0;

}
#top #cabecera #mainNav{
	width: 212px;
	overflow: hidden;
}
#top #cabecera ul{
	list-style:none;
	padding: 0;
}
#top #cabecera #mainNav li{
display:inline;
float:left;
clear:left;
	margin:0;
	width: 212px;
	height:30px;
}

#enlaceLogo h1{
	display:none;
	text-indent: -10000px;
}
#top #cabecera #mainNav li a{
	display:block;
	width: 212px;
	text-decoration: none;
	height:30px;
}
#top #cabecera #mainNav li#seccionActiva{
	margin-left: -212px;

}
#top #cabecera #mainNav li a:hover{
	margin-left: -212px;
	width: 212px;
}
/* ----------------------------------------- */
/* NAVEGACIÓN SECUNDARIA - NOTICIAS */
/* ----------------------------------------- */
#top #cabecera #subNav {
	position: absolute;
	bottom:0;
	right: 0;
	margin: 12px 8px 0px 0;
	height: 15px;
}

#top #cabecera #subNav span{
	margin-right: 3px;
	float:left;
}

/* ----------------------------------------- */
/* BARRA LATERAL EN SECCIÓN ----------------*/
/* ----------------------------------------- */

#contenido #navSeccion{
	position: relative;
	min-height: 300px;
	*height:300px; /* Regla para IE */
	float: left;
	width: 212px;
	background: url(/images/fondoSubNav.gif) repeat-x #505050;
}
#contenido #navSeccion img{
	border: 0;
}
#contenido #navSeccion .noticias {
	width: 170px;
	margin:3px 5px 0px 22px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: Tahoma,Arial,Verdana;
	font-size: 11px;
	line-height: 130%;
	color: #7e7e7e;
}
#contenido #navSeccion .noticias a{
	text-decoration:none;
	color: #7e7e7e;
}
#contenido #navSeccion .noticias a:hover{
	text-decoration:underline;
	color: #aaa;

}
#contenido #navSeccion #primeraNoticia{
	border-top: 1px solid #848484;
}

/* ----------------------------------------- */
/* CONTENIDO EN LA SECCION-------------------*/
/* ----------------------------------------- */
#contenido .contenidoSeccion{
	height: 100%;
	float: right;
	width: 632px;
	background: url(/images/sombraContenidoSeccion.jpg) repeat-y #FFF;	
	padding: 25px 25px 25px 25px;
}

#contenido #navSeccion .fechaNoticia{
	display: block;
	color: #aaa;
	/*____añadir estilos de texto__*/
}
/* ----------------------------------------- */
/*------------ PIE  */
/* ----------------------------------------- */

#contenedor #pie{
	clear:both;
	height: 29px;
	background: url(/images/fondoPie.gif) repeat-x #FFF;	
}
#pie{
	text-align:right;
}
#pie #selectorIdioma{
	float:left;
	margin: 7px;
	margin-left: 22px;
}
#pie #datosContacto{
	float:right;
	margin: 6px;
	margin-right: 14px;
}
#pie{
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	color:#fff;
	font-size: 11px;
	font-stretch:condensed;
}
#pie a{
	text-decoration: none;
	color:#fff;
	font-weight: bold;
}
#pie a:hover{
	text-decoration: underline;
}
.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


/* ----------------------------------------- */
/*------------ BOTÓN DE MÁS INFO*/
/* ----------------------------------------- */
.masInfo img{
	border: 0;
}
.masInfo{
	display: block;
	width: 103px;
	height: 15px;
	overflow:hidden;
	margin-left: 0;
}
.masInfo a:hover{
	display:block;
	width: 103px;
	margin-left: -103px;
}

.masInfoLupa img{
	border: 0;
}
.masInfoLupa{
	display: block;
	width: 118px;
	height: 18px;
	overflow:hidden;
	margin-left: 0;
}
.masInfoLupa a:hover{
	display:block;
	width: 118px;
	margin-left: -118px;
}

#maxSeguridad_esp h3, #maxSeguridad_ing h3{
	display:block;
	width:268px;
	height:46px;
	margin-top: 20px;
	text-indent: -3100px;
}

#maxSeguridad_esp h3{
	background:url(../images/headerSeguridad_esp.gif) no-repeat;
}

#maxSeguridad_ing h3{
	background:url(../images/headerSeguridad_ing.gif) no-repeat;
}

#registradora_esp h3, #registradora_ing h3{
	display:block;
	width:268px;
	height:46px;
	margin-top: 20px;
	text-indent: -3100px;
}

#registradora_esp h3{
	background:url(../images/headerRegistradora_esp.gif) no-repeat;
}

#registradora_ing h3{
	background:url(../images/headerRegistradora_ing.gif) no-repeat;
}

/* ----------------------------------------- */
/*------------ fichas de producto
/* ----------------------------------------- */
.fichaProducto{
	float: left;
	display:block;
	width: 100%;
	padding-top: 30px;
	margin-right: 17px;
}
.fichaProducto img{
	float:left;

}
.fichaProducto h3{
	font-color: #6e6d6d;
	font-size: 14px;
	float:right;
	width: 500px;
	text-transform: uppercase;
}

.fichaProducto p{
	width: 500px;
	float:right;
	padding-top: 8px;
    padding-left: 10px;
	text-align:justify;
}

.fichaProducto .imagenFicha{
	width: 120px;
	height: 120px;
	float: left;
	padding-left:2px;

}

.fichaProducto .tickerPrecio{


}
#textoLegal{
	position:absolute;
	margin-top: 38px;
	margin-left: 3px;
	margin-bottom: 20px;
	right: 10px;
	height: 40px;
}

/*__________________________________________________________________________*/
/*__________________________________________________________________________*/

#introHome{
	font-size:10px;
	color:#7a7a7a;
}
#introHome img{
	padding-bottom:5px;
	margin-left:-1px;
}

.ficha{
	width:280px;
	margin: 20px 12px 15px 0px;
	padding-bottom: 20px;
	background:url(../images/fondoFichaFlecha.gif) no-repeat top left;
	float: left;
}
.ficha p{
	width:200px;
	margin:0px 0 5px 60px;
}

.ficha .masInfo{
	margin: 5px 0 0 60px;
}
#maxSeguridad{
	margin-right:30px;
}

#lineasMenu{
	position:absolute;
	margin-top: -38px;
	margin-left: 3px;
	left: 0;
}
/*  ESTILOS PARA PRESENTACIÓN  DE SERVICIOS*/
#listadoServicios{
margin-top: 20px;
}

.servicio .imgServicios{
	width: 90px;
	float:left;
	display: inline;
	height: 100%;
	margin-top: 20px;

}
.servicio{
	
	clear: both;
	padding-bottom: 20px;
}
.servicio h4{
	float:right;
	font-size:14px;
	width:530px;
	margin-top: 20px;
	color:#C02019;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
.servicio p{
	float:right;
	padding-left:10px;
	padding-top:8px;
	text-align:justify;
	width:530px;
}

.imagenServicios{
float: left;
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


a.enlacesnoticias:link {  font-family: Tahoma,Verdana,Arial,sans-serif;; font-size: 11px; color: #4c4c4c; text-decoration: none; font-weight:bold;}
a.enlacesnoticias:visited {  font-family: Tahoma,Verdana,Arial,sans-serif;; font-size: 11px; color: #4c4c4c; text-decoration: none; font-weight:bold;}
a.enlacesnoticias:active {  font-family: Tahoma,Verdana,Arial,sans-serif;; font-size: 11px; color: #4c4c4c; text-decoration: none; font-weight:bold;}
a.enlacesnoticias:hover {  font-family: Tahoma,Verdana,Arial,sans-serif;; font-size: 11px; color: #747474; text-decoration: none; font-weight:bold;}
