@charset "utf-8";
/* CSS Document */
body{
	margin-top:0px;
	background:#eeedee;
	margin:auto;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;

}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#999999;

}
#principal{
	width:910px;
	margin:auto;
}

#contenedor{
	width: 900px;
	float: left;
}

.izq{
	width:5px;
	height:100%;
	background:url(../../img/sombra_2.png);
}
	
.der{
	width:5px;
	background:url(../../img/sombra_1.png);

}

#banner{
	width:900px;
	background:#FFFFFF;
}

#primera{
	width:900px;
	background:#FFFFFF;	
}

#primera .tab{
	width:670px;
	height:200px;
	background:#FFFFFF;
	float:left;
}

#primera .calendario{
	width:230px;
	height: 254px;
	padding-top:10px;
	background: #ffffff;
	float:right;
}

#primera .calendario .tit{
	width:200px;
	height: 31Px;
	padding-top:1px;
	background: url(../../img/pleca_calendario.png) no-repeat #ffffff;
}


#segunda{
	width:900px;
	height:210px;
	background:#FFFFFF;	
}

#segunda .noticia{
	width:450px;
	height:200px;
	background:#ffffff;
	
	float:left;
}

.titulo{
	width:96%;
	height:30px;
	background: #ffffff;
	border-bottom:solid 2px #947d85;
	padding-left:0px;
	padding-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


#segunda .msj{
	width:450px;
	height: 180Px;
	background:#ffffff;
	float: right;
}

#tercera{
	width:900px;
	height:130px;
	background:#ffffff;	
	float:left;
}

#tercera .titulo{
	width:100%;
	height:30px;
	background: #ffffff;
	border-bottom:solid 2px #947d85;
	padding-left:0px;
	padding-top:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}

.texto{
	width:90%;
	height:100%;
	margin:15px;
/*	background: #ffffff;
*/	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;	
}


.pie{
	width:900px;
	height:16px;
	background: url(../../img/pleca_inferior_fondo.jpg) repeat-x ;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}

#contenido_subsecuentes{
	width:840px;
	height:100%;
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
}

#contenido_subsecuentes .titulo{
	width:92%;
	height:23px;
	background:url(../../img/circulo_pleca.png) top left no-repeat #ffffff;
	border-bottom:solid 2px #947d85;
	padding-left:60px;
	padding-top:7px;
	margin-top:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}

