@charset "utf-8";
/* CSS Document */

body{
	background:url(imagenes/bg_infopublica.jpg) fixed;
	margin:0 auto;
	text-align:center;
	width:auto;
}

#encabezado{
	height:120px;
	background: #0f465b;
	margin-top:0px;
	color:#FFF;
	width:auto;
}

#navegacion{
	height:40px;
	background:#047386;
	margin-top:0px;
	color:#FFF;
	width:auto;
}

#contenido{
	width:1000px;
	margin:0 auto;
}

#menu{
	width:500px;
	position:absolute;
	left:50%;
	margin-left:-250px;
	background: #edfbd2;
	text-align:left;
	font: bold 16px "Trebuchet MS", Verdana, Geneva, sans-serif;
	
}

caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.tabla_estilizada{
}

.tabla_estilizada th{
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #efbf21 ;
	border-right: 1px solid #0f465b;
	border-bottom: 1px solid #0f465b;
	border-top: 1px solid #0f465b;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #0f465b;
}

.tabla_estilizada td {
	border-right: 1px solid #0f465b;
	border-bottom: 1px solid #0f465b;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #0f465b;
}


.tabla_estilizada td.alt {
	background: #dde8ea;
	color: #0f465b;
}

.tabla_estilizada a{
	font-size:12px;
}

