/*ACBP*/
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#general{
	float:left;
	position:relative;
	background-color:#FFFFFF;
	width:980px;	
	left:50%;
	margin-left:-490px;	
}
#cabecera1{
	float:left;
	width:100%;
	height: 120px;
	background:url(images/cab1.png) no-repeat right;
}
#cabecera2{
	float:left;
	width:100%;
	height: 120px;
	background:url(images/cab2.png) no-repeat right;
}
#cabecera3{
	float:left;
	width:100%;
	height: 120px;
	background:url(images/cab3.png) no-repeat right;
}
#pie
{
	float:left;
	width:100%;
	height:60px;
	background:url("images/borde_pie.png") no-repeat top left;
	
}
#pie_sup
{
	float:right;
	width:93.5%;
	height:44px;
	background-color:#d5d6d7;
}
#infoPie
{
	float:right;
	width:93.5%;
	height:16px;
	background-color:#000000;
}
.nEmpresa
{
	float:left;
	font-size:0.70em;
	font-weight:bold;
	color:#bfce00;
	width:25%;
	text-align:left;
}
.dEmpresa
{
	float:left;
	font-size:0.65em;
	font-weight:bold;
	color:#FFFFFF;
	width:74%;
	text-align:right;
	margin-right:2px;
}
/*Capas menus superiores*/
#menuIni{
	float:left;
	width:100%;
	height:24px;
}
.menuAcc{
	float:left;
	color:#FFFFFF;
	background-color:#87888A;
	width:5%;
	height:100%;
}
.menuAcc a
{
	float:left;	
	margin-top:2px;
	/*padding:4px 10px 4px 10px; */
}
.buscador{
	float:left;
	width:33%;
	height:100%;
	color:#FFFFFF;
	font-size:0.80em;
	background: #87888A url("images/pest.png") no-repeat top right;
}
.form-text
{
	float:left;
	width:270px;
	border:none;
	margin-top:3px;
	height:15px;
	*height:12px;
}
.form-submit
{
	float:left;
	margin-top:3px;
	margin-left:-2px;
	*margin-top:4px;
}
.menuSup{
	float:left;
	width:59%;
	margin-left:1%;
	height:100%;
}
/*Capas menus inferiores*/
#submenu
{
	float:left;
	width:100%;
	height:40px;
	background: #d5d6d7 url("images/borde_sub.png") no-repeat top right;	
}
/*Pestañas*/
#navlist {
	font-size: 0.65em;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist li {
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist a {
	padding: 9px 10px 4px 10px;
	font-weight: bold;
	color: #ffffff;
	background: #87888A url("images/pest.png") no-repeat top right;
	border-width: 0px;
	line-height:30px;
	text-decoration:none;
}
#navlist a.active {
	padding: 9px 10px 4px 10px;
	font-weight: bold;
	color: #000000;
	background: #d5d6d7 url("images/pest_hover.png") no-repeat top right;
	border-width: 0px;
	line-height:30px;
	text-decoration:none;
}
/*Pestañas inferiores*/
#navlist_sub {
	font-size: 0.65em;
	padding: 12px 0px 5px 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist_sub li {
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#navlist_sub a {
	padding-left:10px;
	padding-right:10px;
	font-weight: bold;
	color: #000000;
	border-width: 0px;
	text-decoration:none;
}
#navlist_sub a.active 
{
	padding-left:10px;
	padding-right:10px;	
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	border-bottom:solid 3px #bfce00;
}
#navlist_sub a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration:none;
	border-bottom:solid 3px #bfce00;
}
/*Imagenes Laterales*/
#img_lateral_1
{
	float:left;
	width:205px;
	height:420px;
	background-image:url(images/lateral1.png);	
}
#img_lateral_2
{
	float:left;
	width:205px;
	height:420px;
	background-image:url(images/lateral2.png);	
}
#img_lateral_3
{
	float:left;
	width:205px;
	height:420px;
	background-image:url(images/lateral3.png);	
}
/*PLANTILLAS CONTENIDOS*/
/*Templates ACBP Página*/
.zona_izq
{
	float:left;
	font-size:1.6em;
	width:290px;	
	height:390px;
	overflow:auto;
	color:#666666;
	padding:25px 5px 5px 5px;
}
.zona_der
{
	float:left;
	font-size:0.75em;
	text-align:justify;
	width:465px;
	overflow-y:auto;
	height:390px;
	padding:25px 5px 5px 5px;
}
.zona_der b,strong
{
	color:#000000;
}
/*Ocultar RSS*/
.feed-icon
{
	display:none;
}
/*Formularios*/
.webform-component-textfield,.webform-component-textarea
{
  float:left;
  width:75%;
  font-size:0.8em;
  margin-left:5px;
}
.webform-component-textfield input,.webform-component-textarea textarea
{
  border:solid 1px #000000;
}
.webform-confirmation-gen
{
  float:left;
  width:60%;
  font-size:0.8em;
  font-weight:bold;
  color:#bfbd00;
  margin-left:5%;
  margin-top:15%;	
}
.webform-confirmation-gen a
{
  color:#87888A;
  font-weight:bold;
  text-decoration:none;
}
.webform-confirmation-gen a:hover
{
   color:#d5d6d7;
   text-decoration:underline;
}
/*NOTICIAS*/



.titulo
{
	font-size:0.75em;
	float:left;
	font-weight:bold;
	width:100%;
}
.titulo a
{
	text-decoration:none;
	color:#BFCE00;
}



.fecha
{
	font-size:0.65em;
	float:left;
	clear:both;
	width:100%;
	
}

.descripcion
{
	font-size:0.75em;
	font-style:italic;
	float:left;
	clear:both;
	width:100%;
	margin:5px 0;
}

.cuerpo
{
	font-size:0.7em;
	float:left;
	clear:both;
	width:100%;
	border-bottom:3px solid #fff;
	padding-bottom:5px;
}