@charset "utf-8";
* {
margin:0;
padding:0;
}
html, body {
	height: 100%;
}
a:link, a:hover, a:visited {
color:#7a8f4f;}

img {
border:0;
}
body {
	background: url(../images/fondo.jpg) repeat-x #000;
}
#contenedor {
	border-top:#666666 double;
	width:800px;
	overflow:auto;
	background: url(../images/fdocontene.jpg) #000;
	margin:5px auto 0 auto;
	border-left:double #666666;
	border-right:double #666666;
}

#cabecero {
	width:800px;
	height:200px;
}

#menu {
	width:800px;
	height:60px;
	text-align:center;
}
#contenido {
	width:800px;
	overflow:auto;
	font-family:"Courier New", Courier, monospace;
}
#news, #pie { behavior: url(css/iepngfix.htc) }
/*eso es para la trasparencia de ie6*/ 
#news {
	display:inline;
	width:480px;
	overflow:auto;
	float:left;
	margin:20px 0 0 20px;
	color:#FFF;
	font-size:12px;
	text-align:justify;
	background:url(../images/fdonews.png) no-repeat;
}
#news ul {
	display:block;
	width:420px;
	margin:0 0 0 20px;
}
#news li {
	list-style:none;
	margin:20px 0 0 0;
	/*border:1px solid #7a8f4f;*/
	padding:10px;
}
#news p {
	margin:15px 0 15px 0;

}
.titular {
display:block;
width:100%;
text-align:right;
	font-size:16px;
	color:#999933;
	/*color:#7a8f4f;*/
	font-weight:bold;
}

.fecha {
	text-align:right;
	width:100%;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #808000;
	color:#999966;
}
#otcontenido {
	display:inline;
	width:260px;
	height:500px;
	float:right;
	margin:20px 20px 0 20px;
}
#pie {
	width:800px;
	height:50px;
	background:url(../images/fdopie.png) no-repeat;
	margin:20px 0 0 0;
	border-bottom:#666666 double;
	text-align:center;
	color:#FFF;
	font-size:11px;
	
}

.resaltado {
	color:#7a8f4f;
	font-weight:bold;
}
#imghistoria {
	display:inline;
	width:340px;
	overflow:auto;
	float:left;
	margin:20px 0 0 20px;

	text-align:justify;}
#historia {
	display:inline;
	width:360px;
	float:right;
	margin:20px 20px 0 20px;
	overflow:auto;
	color:#FFF;
	font-size:12px;
}
#media {
	display:inline;
	width:380px;
	float:right;
	margin:20px 20px 0 20px;
	overflow:auto;
	color:#FFF;
	font-size:12px;
}
#media .galerias {
	list-style:none;
	margin:10px 0 0 20px;
}

#media .galerias li {
	float:left;
	display:block;
	width:100px;
	height:150px;
	margin:5px;
}
