@charset "utf-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(./imagenes/fondo.jpg);
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
.banderas{
	margin-right:218px;
	text-align:right;
}
.container { 
	width: 980px;  
	background-color:#CCC;
	margin: 0 auto; 
	text-align: left; 
	border: 4px ridge #FFFFFF;
} 
.texto{
	font:12px Arial;
	text-align:justify;
}
.mapa{
	border:4px ridge #FFF;
}
.header { 
	height:150px;
	text-align:center;
	background-image:url(imagenes/cabecera2.jpg);
	border-bottom:4px groove #FFF;
} 
.sidebar1 {
	float: left;
	width: 180px;
	padding: 15px 10px 15px 20px;
	border-right:4px ridge #FFFFFF; 
	font: 15px Georgia;
}
.sidebar2 {
	float: left;
	width: 180px;
	height:1000px;
	padding: 15px 10px 15px 20px;
	border-right:4px ridge #FFFFFF; 
	font: 15px Georgia;
}
.sidebar3 {
	float: left;
	width: 180px;
	height:680px;
	padding: 15px 10px 15px 20px;
	border-right:4px ridge #FFFFFF; 
	font: 15px Georgia;
}
.lista{
	padding:0px 0px 0px 0px;
	color:#00000;
}
.botones{
	background-image:url(imagenes/fondoboton.jpg);
	padding:9px;
}
.botones:hover{
	background-image:url(imagenes/pressedbutton.jpg);
}

a{
	color:#FFF;
	text-decoration:none;
	font:14px Arial;
}
a:visited{
	color:#FFF;
}
.mainContent { 
	margin: 0 0 0 250px;
	padding: 0 20px; 
	font: 15px Georgia; 
} 
.tabla{
	border:4px groove;
}
.historial{
	font:9px arial;
	text-align:left;
}
.pie { 
	padding: 0 10px 0 20px;
	text-align:right;
	background:#CCC; 
	border-top:4px ridge #FFFFFF; 
	font: 12px Georgia;
}

.pie p {
	margin: 0; 
	text-align:right;
	padding: 10px 0;
	border:none;
} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. 
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page 
	float: left;
	margin-right: 8px;
}**/

