/* CSS Document */
/* PARA QUE EN IE6 FUNCIONEN LOS PNG TRANSPARENTES */
* html img,
* html .png{
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "img/vacio.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
/* ---- */

body{
	background:url(../img/deg_fondo.jpg) top left repeat-x #3a4600;
	/*background:url(../img/tmp_watermark.jpg) top center no-repeat;*/
	
	font-family:Arial, Helvetica, sans-serif;
	margin:0px auto;
	width:960px;
}

html,body{ height:100%;}
img{ border:none;}
p{margin:0px;}
h1,h2,h3{margin:0px;}
h1 span,h2 span,h3 span{display:none;}
ul{
	margin:0px;
	margin-left:17px;
	margin-bottom:10px;
	padding:0px;
	/*list-style:none;*/
}
ul li{ float:left;}
*ul li {float:none;}

.contPrincipal{
	width:100%;
	background-color:#122d02;
	margin:0 auto;
	padding-bottom:20px;
	float:left;
}
#cabecera_tabla{color:#b8d236; background-color:#465121; }
#celdasColor1{ background-color:#283009; }
#celdasColor2{ background-color:#333b14;}
table{ margin-bottom:20px;}

#texto1{
	float:left;
	font-size:12px;
	color:#D0B66A;
	line-height:16px;
}
#texto2{
	float:left;
	font-size:13px;
	color:#FFFFFF;
	line-height:17px;
}
#texto2 a{ color:#FFFFFF; text-decoration:none }
#texto2 a:hover{ text-decoration:underline;}
#header{
	width:100%;
	height:220px;
	float:left;
	background:url(../img/header.jpg) no-repeat;
	cursor:default;
	margin-top:13px;
}
#cuerpo{
	float:left;
	width:926px;
	padding-left:34px;
	padding-top:5px;
}
#cuerpo #izq{
	float:left;	
	width:695px;
}
#cuerpo #der{
	float:left;
	width:205px;
}
#avance{
	float:left;
	font-size:15px;
	color:#d2b54a;
	line-height:19px;
}
#zocalo_noticias{
	width:205px;
	float:left;
	border-top:1px dotted #837133;
	padding-top:12px;
	margin-top:12px;
	font-size:11px;
	color:#F1F1F2;
	line-height:14px;
}
#fecha{
	color:#D0B66A;
	font-weight:bold;
	margin-bottom:6px;
}
#epigrafe{
	font-size:11px;
	color:#D0B66A;
	margin-top:8px;
	padding-left:8px;
}
#epigrafe a{ text-decoration:none;}
#epigrafe a:hover{ text-decoration:underline;}

#acceso{ 
	font-size:10px;
	float:left;
	width:100%;
}
#acceso a{
	text-decoration:none;
	color:#5a8836;
	background:url(../img/bullet.gif) 1px no-repeat;
	padding-left:10px;
}
#acceso a:hover{ color:#D0B66A; }
#acceso span{ 
	color:#D0B66A; 
	background:url(../img/bullet.gif) 1px no-repeat;
	padding-left:10px;
}
#marco_foto1{
	background:url(../img/tapa_fotos1.png) no-repeat;
	width:288px;
	height:168px;
	position:absolute;
}

#pie ul{
	margin:18px;
	margin-left:33px;
	list-style:none;
}
#pie ul li{
	float:left;
	font-size:10px;
	margin-right:7px;
	color:#4B7520;
}
#pie ul li span{ color:#D0B66A; }
#pie ul li a{
	color:#4B7520;
	text-decoration:none;
}
#pie ul li a:hover{ color:#D0B66A; }
#pie #pieza1{
	margin-top:2px;
	background-color:#122d02;
	height:50px;
	width:960px;
	float:left;
}
#pie #pieza2{
	float:left;
	width:960px;
	padding-top:7px;
	font-family:Tahoma,Verdana;
	font-size:10px;
	font-weight:bold;
	height:30px;
	color:#9acd59;
}
h2#bienvenidos{
	background:url(../img/bienvenidos.gif) no-repeat;
	height:28px;
	width:329px;
	margin-top:9px;
}
#titulo{
	height:25px;
	width:auto;
	margin-top:9px;
}
#pastilla{
	width:212px;
	float:left;
	margin-right:13px;
}
#pastilla #cont_foto{
	width:212px;
	height:124px;
}
#pastilla #cont_titulo{
	margin:19px 0 3px 2px;
	*margin:19px 0 5px 1px;
}

#powered{	float:right; color:#73A534; }
#powered a{ color:#73A534;text-decoration:none; }
#powered a:hover span{ color:#FFFFFF; }
#cont_titulo{ height:17px; }