/* CSS Document */
body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000033;
	height:100%;	
	margin:0;
	padding:0;
	background-color:#05529c;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#003399;
	border:none;
	border-style:none;
	}

a:hover {
	text-decoration:underline;
	color:#003366;
	border:none;
	border-style:none;
	}

.normal{
	font-size:12px;
	color:#000033;
	text-align:justify;
}

.titulo{
	font-size:14px;
	color:#003399;
	font-weight:bold;
	background-color:#c8e4fe;
}

.subtitulo{
	font-size:13px;
	color:#003399;
	font-weight:bold;
}

#pagina{
	width:800px;
	position:relative;
	background-color:#FFFFFF;
	height:100%;
	background-image:url(images/fondo_pag.gif);
	background-repeat:repeat-y;
	}

#lateral_izq{
	width:15px;
	height:100%;
	background-image:url(images/lat_izq.gif);
	background-repeat:repeat-y;
	top:0px;
	left:0px;
	position:absolute;
}

#lateral_dcho{
	width:15px;
	height:100%;
	background-image:url(images/lat_dcho.gif);
	background-repeat:repeat-y;
	top:0px;
	left:785px;
	position:absolute;
}

#cabecera{
	width:770px;
	height:65px;
	background-image:url(images/Cabecera.gif);	
	top:0px;
	left:15px;
	position:absolute;
}

#menu{
	width:770px;
	height:40px;
	top:65px;
	left:15px;
	position:absolute;
}

#noticiero{
	width:120px;
	height:250px;
	top:110px;
	left:20px;
	position:absolute;
}

#Botones{
	width:120px;
	height:170px;
	top:370px;
	left:20px;
	position:absolute;
}

#patrocinadores{
	width:150px;
	height:450px;
	top:110px;
	left:630px;
	position:absolute;
}

#contenido {
	top:110px;
	left:150px;
	position:absolute;
	width:475px;
	height:444px;
	overflow:auto;
	padding-right:5px;
	text-align:justify;
	background-color:#FFFFFF
	}
	
#pie{
	top:570px;
	left:15px;
	width:770px;
	height:30px;
	position:absolute;
	background-image:url(images/fondo_pie.gif);
	background-repeat:no-repeat;
	padding-top:5px;
	text-align:center;
}

