body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003300;
	background-color: #e0e0e0;
	background-image: url(imagenes/fondobody.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

strong{
	font-weight:bold;
	font-face:Geneva,Arial, Verdana;
	text-decoration:none;
	color:#993366;
	
}

#cuadro1 {
	background-image: url(imagenes/fondocuadro1.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	position: absolute;
	top: 10px;
	left: 100px;
	width:690px;
	z-index:1;
	
}

#cuadro2 {
	background-image: url(imagenes/fondocuadro2.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	position:relative;
	top: -70px;
	left: 20px;
	width:520px;
	z-index:2;
}

#fperezizq{
	position:absolute;
	left:46px;
	top:123px;
	z-index:2;
}


#botonera{
	position:absolute;
	z-index:3;
	top:62px;
	height:30px;
	left:145px;
}

#contenidos{
	position:relative;
	margin-left:10px;
	margin-right:10px;
	width:500px;
	min-height: 300px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	background:url(imagenes/fondocontenidos.png);
	background-position:top;
	background-repeat:no-repeat;
	
}

#contenidos a{
	text-decoration:none;
	color:#a5007c;
	font-weight:bold;
	
}

#contenidos a:hover{
	color:#006900;
	
}

#fperezder{
	position:absolute;
	left:779px;
	top:123px;
	z-index:2;
}


#elementomenu{
	width:111px;
	height:30px;
	background-image:url(imagenes/pestana.gif);
	cursor: auto;
	
}
#elementomenu:hover{
	background-image:url(imagenes/pestana_over.gif);
}

#lateral{
	width:130px;
	height:350px;
	left:495px;
	position:relative;
}

#elementolateral{
	border:1px dotted #ffffff;
	
}


#titulocomunicado {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-image: url(imagenes/cabeceraNoticia.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	overflow: hidden;
	height: 35px;
	width: 460px;
	position: relative;
	text-indent:35px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 15px;
}
#cuerpocomunicado {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #e2ebe2;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 400px;
	padding: 4px;
	position: relative;
	left: 35px;
	top: -15px;
	text-align:justify;
}

#map{
	border: 1px solid #000000;
	background-color:#FFFFFF;
	text-align:center;
}
.parrafo{
	 position:relative;
	left:50px;
}

#capalegal{
	visibility:hidden;
	background:#FFFFFF;
	font-size:x-small;
	border:1px dashed #000000;
	position:absolute;
	top:100px;
	left:250px;
	z-index:5;
	width:300px;
}

#capaoscura{
	visibility:hidden;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:4;
	background-color:#999999;
	opacity:0.5;
	filter: Alpha(Opacity=50);	
}
