*{
	margin:0;
	padding:0;
}
body{
	background: url('../imagenes/bg_body.gif') top left repeat-x;
	background-color:#0f4a76;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	color: #123249;
/*	padding-top: 76px;*/
}
h1{
	/*display: inline;*/
	color:#0f4a76;
	text-transform: uppercase;
	font-size: 25px;
	padding: 5px 0;
	padding-bottom: 20px;
}
h2{
	/*display: inline;*/
	color:#066cb7;
	/*font-style: italic;*/
	font-weight: lighter;
	font-size: 26px;
	font-style: italic;
	padding: 5px 0;
	padding-bottom: 20px;
}
h2:first-letter{
	color:#4f7e0e;
	font-style: normal;
}
h3{
	font-family: 'Trebuchet MS',verdana,sans-serif;
	color:#066cb7;
	font-size: 16px;
}
h4{
	font-family: 'Trebuchet MS',verdana,sans-serif;
	color:#679922;
	font-size: 14px;
}
h5, h6{
	color:#679922;
	font-size: 12px;
	text-decoration: underline;
}
h6{
	color:#666;
}
a{
	color: #666;
}
a:hover{
	color: #999;
}
strong, b{
	color: #114773;
}
#wrapper{
	width: 958px;
	margin: auto;
	/*margin-top: 20px;*/
}
#taco{
	background: url('../imagenes/taco.jpg') top left no-repeat;
	width: 958px;
	height: 284px;
	/*height: 208px;*/
}
/*MENU*/
#menu{
	position: relative;
	background: url('../imagenes/menu_bg.png') top left repeat-x;
	width: 958px;
	height: 34px;
	padding-top: 4px;
}
#menu_right, #menu_left{
	position: absolute;
	top: 0;
	width: 8px;
	height: 38px;
}
#menu_left{
	left: 0;
	background: url('../imagenes/menu_left.png') top left no-repeat;
}
#menu_right{
	right: 0;
	background: url('../imagenes/menu_right.png') top right no-repeat;
}
/*MENU*/
/*CUERPO*/
#cuerpo{
	position: relative;
	background: url('../imagenes/cuerpo_bg.png') top left repeat-y;
	width: 958px;
	text-align: left;
	overflow: hidden;
}
#cuerpo_top, #cuerpo_bottom{
	position: absolute;
	left: 0;
	width: 958px;
	height: 8px;
}
#cuerpo_top{
	top: 0;
	background: url('../imagenes/cuerpo_top.png') top left no-repeat;
}
#cuerpo_bottom{
	bottom: 0;
	background: url('../imagenes/cuerpo_bottom.png') bottom left no-repeat;
}
/*CUERPO*/
/*CONTENIDO*/
.wrapper_left{
	float:left;
	width: 558px;
	padding: 24px;
	padding-right: 10px;
}
.wrapper_left p, .wrapper_left ul{
	text-align: justify;
	line-height: 18px;
	margin: 5px 0 10px 0;
	list-style-image: url('../imagenes/bullet.png');
}
.wrapper_left ul {
  margin: 8px 0 20px 20px;
}
.file{
	float:right;
	clear: both;
	overflow: hidden;
	margin: 15px 5px;
}
.file a{
	color: #ff9000;
	text-decoration: none;
	line-height: 22px;
}
.file a:hover{
	text-decoration: underline;
}
.file img{
	border: 0;
}
.clear{
	clear:both;
}
/*CONTENIDO*/
/*ENLACES*/
#nube{
	padding-top: 7px;
	text-align: center;
	font-size: 18px;
}
#nube a{
	color: #6B9F26;
	text-decoration: none;
	padding: 3px;
	border: 1px solid transparent;
}
#nube a:hover{
	color: #0962A3;
	border: 1px solid #0962A3;
}
/*AGENDA*/
.wrapper_agenda, .wrapper_agenda_chico{
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-bottom: 5px;
	border-bottom: 2px dotted #ccc;
	width: 100%;
}
.wrapper_agenda_chico{
	width:268px;
	float: left;
	border-bottom: none;
}
.agenda_right{
	width:268px;
	float: right;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 2px dotted #ccc;
}
.texto_agenda{
	float: left;
	margin-left:5px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	min-height: 65px;
	margin-bottom: 10px;
	width:473px;
}
.texto_agenda_chico{
	width:auto;
}
/*AGENDA*/
/*GALERIA*/
.wrapper_galeria{
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.item_galeria{
	width: 140px;
	padding: 10px;
	text-align: center;
	overflow: hidden;
	float: left;
	background-color: #D1EAB2;
	margin: 0 13px 13px 13px;
}
.item_galeria img{
	max-width: 120px;
}
.item_galeria p{
	max-width: 120px;
	margin: 3px auto;
	text-align: center;
}
/*GALERIA*/
/*CONTACTO*/
input, textarea{
	width: 260px;
	border: 2px solid #ccc;
	margin-bottom: 12px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #999;
	padding:1px;
	height:16px;
}
textarea{
	height:130px;
	overflow:auto;
}
.boton{
	color: #6EA228;
	text-decoration: none;
	padding: 3px;
	margin-right: 5px;	
}
.boton:hover{
	color: #fff;
	background-color: #6EA228;
	text-decoration: none;
}
/*CONTACTO*/
/*MODULO*/
#wrapper_right{
	float: right;
	}
.modulo{
	position: relative;
	background: url('../imagenes/modulo_top.png') top left no-repeat;
	width: 325px;
	margin: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
.modulo h3{
	padding: 12px;
}
a.link{
	color: #ff9000;
	float: right;
	text-decoration: none;	
}
a.link:hover{
	text-decoration: underline;
}
.fecha{
	font-size: 10px;
	color: #666;
	padding-bottom: 2px;
}
.modulo .texto{
	margin: 0 4px;
	margin-top: 5px;
	text-align: justify;
	padding-bottom: 5px;
}
.modulo .item{
	width: 301px;
	margin: 12px;
	overflow: hidden;
	padding-bottom: 5px;
	border-bottom: 2px dotted #ccc;
}
.calendar{
	width: 61px;
	height: 61px;
	background: url('../imagenes/calendar_bg.png') top left no-repeat;
	float: left;
	margin: 5px 8px 0 0 ;	
}
.cal_right{
	float: right;
	margin: 5px 0 0 8px;	
}
.calendar p.mes {
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	line-height: normal;
}
.calendar p.numero{
	padding-top: 4px;
	text-align: center;
	margin: 0 auto;
	color: #333;
	font-weight: bolder;
	font-size: 30px;
	line-height: normal;
}
.modulo .bottom{
	position: absolute;
	background: url('../imagenes/modulo_bottom.png') bottom left no-repeat;
	left: 0;
	bottom: 0;
	width: 325px;
	height: 30px;
}
/*MODULO*/
/*FOOT*/
#foot{
	position: relative;
	background: url('../imagenes/cuerpo_bg.png') top left repeat-y;
	width: 942px;
	height: 22px;
	padding: 8px;
	margin-bottom: 20px;
}
#foot p{
	font-size: 11px;
	color: #8A90A4;
	line-height: 22px;
	display:inline;
}
#foot a{
	color:#8E9DAF;
	border-bottom: 1px dotted #1B426F;
	text-decoration:none;
}
#foot a:hover{
	color:#1B426F;
	border-bottom: 1px dotted #8E9DAF;
}
#foot_top, #foot_bottom{
	position: absolute;
	left: 0;
	width: 958px;
	height: 8px;
}
#foot_top{
	top: 0;
	background: url('../imagenes/cuerpo_top.png') top left no-repeat;
}
#foot_bottom{
	bottom: 0;
	background: url('../imagenes/cuerpo_bottom.png') bottom left no-repeat;
}
/*FOOT*/
/*INICIO*/
#banner-informe{
    width: 504px;
    height: 160px;
    padding: 10px;
    background: url(../imagenes/banner-informe-2010.jpg) 0 0 no-repeat;
    margin: auto;
}
#banner-informe a{
    float: right;
    display: block;
    margin: 115px 10px 0 10px;
    text-decoration: none;
}
#banner-informe img{
    border: 0;
}
