/* CSS Document */
body {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center;
	background-color: #E9F1F5;
	}
a:link {
	text-decoration:none;
	color: #0066CC;
	font-weight:bold;
	}
a:hover	{
	text-decoration:none;
	color: #0066CC;
	font-weight:lighter;
	}
a:visited {
	text-decoration:none;
	color: #0066CC;
	font-weight:bold;	
	}
   #contenedor {
	width: 780px;
	text-align: left;
	margin: auto;
	background-color: #E9F1F5;
	}
	
	#cabecera {
	height: 120px;
	padding-top: 20px;
	}
	#barrasuperior {
	background-color:#60A0E1;
	height: 10px;
	}
	#menu {
	margin-right: 30px;
	padding-top: 15px;
	font-size: small;
	font-weight: bold;
	}
	#izquierda {
	float:left;
	width: 140px;
	margin: 0;
	}
	#izquierda1 {
	float:left;
	width: 180px;
	margin: 0;
	}
	#derecha {
	float:right;
	width: 160px;
	margin:0;
	padding-top: 0px;
	}
	#centro {
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 160px;
	}
	#centro1 {
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 200px;
	}
	#pie {
	clear : both;
	width: 780px;
	}	
    .estilotabla{
	background-color:#C5E9FA;
	border-style:solid;
	border-width:2px;
	border-color: #60A0E1;
	font-size: small;
	}
	.estilocelda{
	background-color:#60A0E1;
	font-weight:bold;
	font-size: medium;
	color: #F8F8F8;
	} 
	#menu ul{
	list-style-type: none;
	text-align: right;
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
	#menu li{
	display: inline;
	text-align: center;
	margin: 0 10px 0 0;
	}
	#menu li a{
	   padding: 2px 7px 2px 7px;
	   background-color: #60A0E1;
	   color: #ffffff;
	   text-decoration: none;
	}
	#menu li a:hover{
	   background-color: #60A0E1;
	   font-weight:lighter;
	}
	#caja {
	   padding: 10px 0 0 0;
	}

