body {
	background: url(../media/fondo.png) repeat-x;
	margin: 0
}

div#contenido {
	width: 958px;
	background: url(../media/cuerpo.png);
}

#logo {
	position: absolute;
	top: 70px;
	left: 200px
}

#informacion_publica {
	position: relative;
	top: -50px;
	left: -50px
}

#notas { width: 470px; position: relative; left: -160px; top: 70px }

.nota {
	font-size: 12px;
	font-family: arial;
	line-height: 1.5em;
	text-align: justify;
	margin-bottom: 1.5em
}

.nota .fecha {
	color: #999999;
	font-size: 11px;
	font-family: trebuchet ms;
	position: relative;
	left: 40px
}

.nota .titulo {
	font-weight: bold;
	font-size: 13px;
	padding-left: 12px;
	background: url(../media/nid.png) no-repeat left
}
.nota .avance {
	color: #333333
}
#separador { 
	position: absolute ;top: 90px; margin-left: 90px
		}
.nota .foto {
	float: left;
	padding: 3px;
	border: 1px solid #eee;
	margin-bottom: 3em;
	margin-top: 4px;
	margin-right: 5px
}
#slideshow {
	position: absolute;
	top: 160px;
	left: 760px
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	width: 292px;
	height: 189px
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
#menu {
	position: absolute;
	z-index: 3; 
	width: 955px; 
	left: 155px; 
	height: 35px; 
	padding-top: 8px; 
	color: #243042; 
	top: 120px
}

.nota_completa {
	width: 80%;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	font-family: arial;
	text-align: justify
}

.lin {
	text-decoration: none;
	color: black;
	font-size: 14px;
	font-weight: bold;
	color: #369;
	padding-left: 27px;
	background: url(../media/pdf.jpg) no-repeat left;
}

.nota_completa .titulo {
	font-weight: bold;
	font-size: 14px;
	padding-left: 12px;
	background: url(../media/nid.png) no-repeat left
}

div.nota div.titulo:hover { cursor: pointer; color: #FF6600 }

.nota { padding: 1em }
div.nota:hover { background: url(../media/notas.jpg) }

.nota_completa .fecha {
	color: #999999;
	font-size: 11px;
	font-family: trebuchet ms;
	position: relative;
	left: 40px
}
