.fondo {
	background-color: #FEFEF6;
	background-image: url(images/fondo_pagina.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
}
.todo {
	height: 100%;
	margin: 0;
    padding: 0;
}

.cabecera {
	background-image: url(images/fondo_cabecera.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 48px;
	text-align: center;
}
.contenedor {
	background-color: #DFE6F0;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.zona_login {
	background-image: url(images/login.jpg);
	float: left;
	height: 192px;
	background-repeat: no-repeat;
	width: 222px;
	margin-top: 0px;
}
.banners {
	background-color: #033C69;
	float: right;
	height: 192px;
	width: 578px;
}
.barra_media {
	background-image: url(images/barra_media.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 800px;
	float: left;
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-indent: 245px;
	line-height: 30px;
}

.menu_naveg {
	background-image: url(images/fondo_menu.jpg);
	width: 222px;
	float: left;
	background-repeat: no-repeat;
	height: 520px;
}
.menu_naveg_index {
	background-image: url(images/fondo_menu.jpg);
	width: 222px;
	float: left;
	background-repeat: no-repeat;
	height: 500px;
}
.contenedor_izq {
	float: left;
	width: 222px;
}
.publicidad {
	width: 220px;
	text-align: center;
	margin-bottom: 3px;
}
.foto_pagina {
	float: right;
	height: 60px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #DFE6F0;
	width: 449px;
}
.final_pagina {
	background-image: url(images/final_pagina.jpg);
	background-repeat: repeat-x;
	height: 28px;
	width: 800px;
	float: left;
}
#cuerpo {
	float: right;
	width: 550px;
	background-color: #DFE6F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#cuerpo span {
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contenedor_cuerpo_index {
	width: 570px;
	float: right;
	margin-top: 10px;
}
.cuerpo_derecha {
	float: right;
	width: 220px;
}
.cuerpo_izquierda {
	float: left;
	width: 350px;
	margin-left: 0px;
}
.zona_ofertas {
	width: 218px;
}
.zona_llamada5 {
	width: 218px;
}

.zona_tarjeta {
	width: 345px;
}
.zona_gps {
	width: 345px;
	margin-left: 3px;
}
.mapas {
	height: 450px;
	width: 525px;
}

#zona_suscripcion {
	width: 345px;
	margin-left: 4px;
	background-image: url(images/boletin.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 80px;
	display: block;
	color: #FFFFFF;
}
#zona_suscripcion span{
	font-family: Tahoma;
	font-size: 10px;
	color:#997B02;
	float: right;
	margin-top: 12px;
	margin-right: 22px;
	text-align: center;
	line-height: 15px;
	display: block;
}
#zona_suscripcion div{
	margin-top: 5px;
}


#noticias {
	height: 205px;
	width: 218px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/fondo_noticia.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#noticias img{
	margin-left: 5px;
	margin-top: 20px;

}
#noticias span{
	margin-left: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	clear: none;
	display: block;
	padding-top: 10px;
}

#noticias div{
	margin-left: 12px;
	text-decoration: none;
	clear: none;
	margin-right: 10px;
}
#noticias a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
	text-indent: 3px;
}
#noticias a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	text-indent: 3px;
	text-decoration: underline;
}
.pie_pagina {
	background-color: #496FC0;
	height: 45px;
	background-image: url(images/pie_pg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	bottom: 0px;
	clear: both;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	
}
a.promocion{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: blink;
	font-weight: bold;
}
a.promocion:hover{
	text-decoration: underline blink;
}

