/* CSS Document */
body {
	background-color: #2E3192;
	/*background-image:url(../images/fondo-bandera.png); background-repeat:repeat-x;*/
	margin:0px 0px 0px 0px;
}
.body{background-color: #FFCC00}

#navi { display: block; 
	list-style:none;
	margin:0px 0px 0px 20px;
	padding:15px 0 0 0 ;
}
#navi li {
	padding:0px 8px 0px 8px;
	float:left; 
}

#footer{background-image:url(../images/fondo-footer.jpg); height:103px; background-position:top; background-repeat:no-repeat}

.bottompane {
background-color: transparent;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
color: black;
}
A.bottompane:link {
text-decoration: none;
color:#003366;
}
A.bottompane:visited {
text-decoration: none;
color:#003366;
}
A.bottompane:hover {
text-decoration: none;
color:#FFCC00;
}
A.bottompane:active {
text-decoration: none;
color:#003366;
}