/* COMUN */
* {
	padding: 0;
	margin: 0;	
}
/* BODY */
body {

	font-family: "Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	line-height: 16px;
	background: #fff;
	color: #4579B2;	
	width: 100%;
	height:100%;
}
/* TEXTOS */
    
	.texto_menor {font-size: 11px;} /* Fuente pequeña */		
	.texto_medio {font-size: 12px;} /* Fuente normal */		
	.texto_mayor {font-size: 13px;} /* Fuente grande */
  
	/* parrafo */
	p{
		margin: 0px;
		padding: 0px;
		margin-bottom: 9px;
	}
	
	
	/* enlaces COMUN */
	a {
		text-decoration: none;
		color: #fff;
	}
	a:hover {
		color: #fff;
	}
	img{
	border:0px;
	  margin-right: 10px;
	  
	}


/********************CAPAS******************************/

/* ENVOLVENTE */
#envolvente{
	border: 1px solid #D6D6D6;
	width: 763px;
	max-width: 763px;
	height: auto;
	position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -381px; 
  
}
#contenido{
	position: relative;	
	width: auto;
	width:763px;
	height: auto;
	margin: 0px;
	padding:0px;
	height:inherit;
	
}
#bloque{
	clear: both;
	position: relative;	
	margin: 0px;
	padding: 0px;
	width:inherit;
	height:auto;	
}

.bloque{
	clear: both;
	position: relative;	
	margin: 0px;
	padding: 0px;
	width:inherit;
	height:auto;	
}

#seccion{
	margin: 0px;
	padding:0px;
}

.clear { /*clear */
		clear: both;
		}



#estructural_derecha{
	float:left;
	width:637px;

/*	
background-image:url(../imagenes/eye_2.gif);
background-position:right bottom;
background-repeat:no-repeat;
*/	

}

#estructural_derecha a{
color:#F3701E;
font-weight:bold;
}


#eye{
width:637px;
padding:0px;
float:left;
background-image:url(../imagenes/eye_2.gif);
background-position:right bottom;
background-repeat:no-repeat;
}


#estructural_izquierda{
	float:left;


}

.bg{
background-image:url(../imagenes/bg.gif);
background-repeat:repeat-y;
}


#seccion_cargada{
float:left;
width:480px;
text-align:justify;
padding:0px;

}
#seccion_cargada2{
float:left;
margin-left:20px;
padding-left:20px;
/*_margin-left:20px;*/
width:390px;
max-width:390px;
text-align:justify;
padding:0px;


}
#optional{

margin-left:20px;
padding-left:20px;
/*_margin-left:20px;*/
width:540px;

}

#contacto{
font-size:11px;
}

#noticias_anteriores{
float:right;
width:150px;

/*background:#000066;*/

}
#noticias_anterior{
width:130px;

/*background:#000066;*/

}
#noticias_anteriores a{
color:#F3701E;



}

#tit_noticias{
text-align:center;
width:150px;
background-color:#F3701E;
color:#FFFFFF;
font-size:11px;

}
#noticia{


}
#fecha{
text-decoration:underline;
color:#000000;
text-align:left;
}

/* UTiLES */

/*languaje bar */		
		#languaje_bar{   /*conjunto de iconos*/
		float:right;
		margin-right:20px;
		}
		#languaje_option{  /*icono en concreto*/
		display:inline;
		margin-left:5px;
		}		
/*sizetext bar */		
		#sizetext_bar{   /*conjunto de iconos*/
		float:right;
		margin-right:20px;
		}
		#sizetext_bar li, ul{  /*icono en concreto*/
		display:inline;
		margin:0px;
		padding:0px;
		}				

#img_portada {  
  margin: 0px;
  border: 0px; 
  background:#000000; 
  background: url(../imagenes/cabecera_bg.gif) top left no-repeat;
  color: #ffffff;
  text-align: left; 
  height:125px; 
}

/*   */
#logo_print{

	width:0px;
	height:0px;
	display:none;
}

/*lo ponemos bonito to*/
#menu_ {
width:126px;
display:block;
color:#fff;

}

#menu_ li{
	border-bottom:1px solid #fff;
	text-align:left;
	list-style-type: none;
	text-transform:uppercase;
	font-size:11px;
	
}

.no_selected{
font-style:inherit;
}
.selected{
font-weight:bold;

}

#subtitulo{
	color:#EC6F2C;
	font-size:14px;
	font-weight:bold;
	
}

#subtituloB{
	
	font-size:14px;
	font-weight:bold;
	
}

.form_button{
color:#fff;
border:1px solid #4579B2;
background:#4579B2;
}
.empresa a{
color: #0000FF;
}

#piepg{
	  height:32px;	  
	  background:#FFFFFF;
	  text-align:center;
	  padding-top:10px;
	  font-size:11px;
}

