html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background-image: url(/images/comunes/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

body, table, td, th, tr, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:20px;
	text-align: center;
}

table, td, th, tr, input, textarea {
	text-align:justify;
}

strong, b {
	color: #2256a9;
	font-weight:bold;
}

h1,h2,h3,h4 {
	color: #2256a9;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #aa271d;
	margin-bottom:1em;
}

h1 { 
	font-size:1.5em; 
	width:550px;
}

h2 { 
	font-size:1.4em; 
	width:500px;
}

h3 {
	font-size:1.25em; 
	width:450px;
}

h4 {
	font-size:1.15em; 
	width:400px;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration:none;
	color: #2256a9;
}

p {
	margin-bottom:1em;
}


#contenedor { 
	width: 920px;
	margin:auto;
	border: none;
	margin-top:16px;
	padding:0;
}


#cabecera {
	height:151px;
	position:relative;
}

#logo {
	width:304px;
	height:151px;
	position:absolute;
	left:0px;
}	

#menu {
	width:601px;
	height:136px;
	position:absolute;
	bottom:0px;
	right:15px;	
}


#inicio_contenido {
	background-image: url(/images/comunes/fondo_inicio_contenido.jpg);
	background-repeat: repeat-y;
	padding:0px 12px 0px 12px;
	padding-top:20px;
	height:100%;
}

#inicio_contenido2 {
	background-image: url(/images/comunes/fondo_inicio_contenido2.jpg);
	background-repeat:  repeat-y;
	padding:0px 12px 0px 12px;
	padding-top:20px;
	height:100%;
	background-position: center;
}

#inicio_banner p {
	text-align:center;
}

/*
#inicio_promocion {
	height:412px;
}
*/

#interior_cabecera {
	height:179px;
	position:relative;
}

#interior_contenido {
	background-image: url(/images/comunes/fondo_interior.jpg);
	background-repeat: repeat-y;
	text-align:justify;
}

#interior_fondo_fijo {
	background-image: url(/images/comunes/fondo_interior_fijo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#interior_contenido_izq {
/*	width:200px; SE OMITE POR ERROR CON IE6 */ 
	float:left;
}

#interior_contenido_der {
	width:590px;
	padding-right:75px;
	padding-bottom:40px;
	float:right;	
	min-height:358px; 
	height:auto !important;
	height:358px;
}

#interior_contenido_1col {
	padding:0px 75px 40px 75px;
	min-height:358px; 
	height:auto !important;
	height:358px;
}

/*
html,body, #contenedor, #interior_contenido, #interior_fondo_fijo,#interior_contenido_1col,#interior_contenido_izq  {
	height:100%;
}
*/
#lateral_flotante {
	position:absolute;
	top:91px;
	width:215px;	
}

#menu_flotante {
	background-image: url(/images/comunes/menu_flotante/rep.jpg);
	background-repeat: repeat-y;	
}


#menu_flotante_contenido {
	background-image: url(/images/comunes/menu_flotante/arriba.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:10px 20px 0px 30px;
	text-align:left;
	min-height:251px; 
	height:auto !important;
	height:251px;
}


#menu_flotante_abajo {
	height:18px;
	background-image: url(/images/comunes/menu_flotante/abajo.jpg);
}

#minibanners {
	margin-top:20px;
	text-align:center;
}

#minibanners img {
	margin-bottom: 5px;	
	margin-left:25px;
}

a.enlace_rojo {
	color: #aa271d;
	text-decoration:none;
}

a:hover.enlace_rojo {
	font-weight:bold;
}

a {
	color: #aa271d;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a.nf {
	color: #CCCCCC;
	text-decoration:underline;
	font-size:9px;
}


#enlacesPie {
	margin:0px 20px 20px 20px;
	padding-top:40px;	
	color: #CCCCCC;
	font-size:9px;
	text-align:right;
}

#enlacesPie td {
	font-size:9px;
}

#boletin {
	width:380px;
	padding-left:40px;
	text-align:justify;
}

#boletin * {
	text-align:justify;
}

#enlacesPie a {
	text-decoration:underline;
	color: #CCCCCC;
	font-size:9px;
}

ul.lista_menu_flotante {
	padding:0;
	margin:0;
	color:#FFFFFF;
	list-style-type: none;
	padding-left:20px;
}

ul.lista_menu_flotante li {
	letter-spacing: 1px;
	margin-bottom:0.5em;
	list-style-position: outside;
	list-style-image: url(/images/comunes/menu_flotante/bullet_normal.gif);
}

ul.lista_menu_flotante li a {
	color:#FFFFFF;
	text-decoration: none;
	list-style-type: none;
	border-bottom:none;		
}

ul.lista_menu_flotante li a:hover {
	color: #8bbdd0;
	border-bottom:none;	
	text-decoration: none;
	list-style-type: none;
}

ul.lista_menu_flotante .activado_lateral {
	color: #FFFFFF;
	border-bottom:none;	
	text-decoration: none;
	list-style-type: none;
	font-weight:bold;
}

ul.lista_menu_flotante img {
	vertical-align:middle;
}

#interior_contenido_der img {
	margin:0px 10px 10px 0px;
}

.formularioContacto {
	width:400px;
}

.laserHome h1 {
	width:100%;	
	font-size:1.1em;
	border:none;
	margin-bottom:0em;
	display:inline;
}

.laserHome {
	display:block;
	clear:both;	
}

.laserHome img {
	width:115px;
	float:left;
	vertical-align:top;
}


/* noticias */

#interior_contenido_noticias {
	padding:0px 18px 40px 18px;
	min-height:358px; 
	height:auto !important;
	height:358px;
}

#noticias_der {
	float:right;
	width:327px;
}

#noticias_separador {
	float:left;
	width:10px;
	background-image: url(/images/es/noticias/noticias_07.png);
	background-repeat: no-repeat;	
	height:336px;
}

#noticias_izq {
	float:left;	
	width:544px;
}

.noticias_titulo {
	margin-bottom:1.5em;	
}

.noticias_noticias {
	color:#666666;	
}

.noticias_noticias h2 {
	color:#2363ab;
	text-decoration:none;
	border:none;
	font-size:1.1em;
	margin:0;
	padding:0;
}

.noticias_fecha {
	font-weight:bold;
	margin:0px;
	padding:0;
	font-size:0.9em;
	margin-bottom:-5px;
}

.noticias_ampliar {
	font-size:0.9em;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

.noticias_noticia {
	margin-bottom:1em;
	padding-bottom:10px;
	background-image: url(/images/es/noticias/separadorHor.png);
	background-repeat: no-repeat;
	background-position: left bottom;	
	padding-right:10px;
	padding-left:10px;		
}

#noticias_izq .noticias_noticia {

}

.noticias_mas2 {
	background-image: url(/images/es/noticias/separadorHor.png);
	background-repeat: no-repeat;
	background-position: left top;	
	margin-left:10px;
	margin-top:10px;
	padding:10px;
}

#noticias_der .noticias_noticias ul {
	margin:0;
	padding:0;
	margin-left:10px;
}

#noticias_der .noticias_noticias ul li {
	font-weight:bold;
	color:#2363ab;
	background-image: url(/images/es/noticias/noticias_15.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;	
	list-style-type:none;
	padding-left:10px;
	padding-right:20px;
	margin-bottom:5px;
}

#noticias_der .noticias_noticias ul li a {
	font-weight:bold;
	color:#2363ab;
	text-decoration:none;	
}

#noticias_interior_lista {
	width:665px;
	padding-right:25px;
	float:left;
	background-image: url(/images/es/noticias/n_int_03.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#noticias_interior_menu {
	width:193px;
	float:right;
}

#noticias_interior_menu p, #noticias_interior_menu img {
	margin:0;	
	padding:0;
}

.volverNoticias {

}

.volverNoticias a {
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	color:#ffd249;
}