/*@import "enlaces.css";*/

body {
	padding:0;
	margin:0;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	scrollbar-arrow-color:FFFFFF;
	scrollbar-face-color:#CCCCCC;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-3dlight-color:#CCCCCC;
	scrollbar-shadow-color:#CCCCCC;
	scrollbar-darkshadow-color:#CCCCCC;
	scrollbar-track-color:#EAEAEA;
	SCROLLBAR-ARROW-COLOR: #EAEAEA;
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-align: left;
}

/*estilos para links generales*/

a:link {
	color:#999999;
	text-decoration: underline;
}
a:active {
	color:#666666;
	text-decoration: underline;
}
a:visited {
	color:#666666;
	text-decoration: underline;
}
a:hover {
	color:#235937;
}


/*estilos para links submenu o subapartado*/

.submenu {
	font-family: Verdana, Helvetica, "Trebuchet MS" ;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-align: left;
}

.submenu:link {
	color:#666666;
	text-decoration: none;
}

.submenu:active {
	color:#666666;
	text-decoration: none;
}

.submenu:visited {
	color:#666666;
	text-decoration: none;
}

.submenu:hover {
	color:#dd7008;
}

/*estilos para links descarga*/
.descarga {
	font-family: Verdana, Helvetica, "Trebuchet MS" ;
	font-size: 10px;
	font-style: normal;
	color: #89a694;
	text-align: left;
}

.descarga:link {
	color:#89a694;
	text-decoration: none;
}

.descarga:active {
	color:#89a694;
	text-decoration: none;
}

.descarga:visited {
	color:#89a694;
	text-decoration: none;
}

.descarga:hover {
	color:#235937;
	text-decoration: none;
}


/*estilos sfs*/
.sfs {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9px;
	font-style: normal;
	color: #cccccb;
}

.sfs:link {
	color: #cccccb;
	text-decoration: none;
}

.sfs:active {
	color: #cccccb;
	text-decoration: none;
}

.sfs:visited {
	color: #cccccb;
	text-decoration: none;
}

.sfs:hover {
	color: #666666;
	text-decoration: none;
}

/* div */
div {
	background-position: left top;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* h1 - titulares */
h1 {
	font-size: 24px;
	font-family: Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	padding:0;
	margin:0;
}

/* h2 - subtitulares naranjas */
h2 {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	color: #dd7008;
	font-weight: bold;
	padding:0;
	margin:0;
}

/* h3 - textos normales en gris */
h3 {
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-weight: normal;
	color: #666666;
	padding:0;
	margin:0;
}

/* enlaces submenu off naranja */
.sub_off {
	font-size: 10px;
	font-family: Verdana, Helvetica, "Trebuchet MS" ;
	font-weight: normal;
	color: #dd7008;
	padding-bottom: 15px;
}

/* enlaces contenido off gris */
.enlace_off {
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-weight: normal;
	color: #CCCCCC;
	padding-bottom: 15px;
}

/* fechas */
.fecha {
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-weight: normal;
	color: #dd7008;
	padding-bottom: 15px;
}

/* titulos destacados seccion */
.destacado {
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #f5d4b4;
	padding: 3px;
}

/*divs principales*/

#cabecera {
	height: 110px;
	width: 980px;
	background-color: #FFFFFF;
}
#central{
	height: 400px;
	width: 980px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
#central #menu_principal{
	height: 390px;
	width: 300px;
	float:left;
	text-align: left;
	vertical-align: top;
}
#central  #menu_principal #submenu{
	height: 135px;
	width: 280px;
	margin-top: 10px;
	font-family: Verdana, Helvetica, "Trebuchet MS";
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-align: left;
	background-image: url(../img/fondo_contenido_submenu.gif);
	background-repeat: no-repeat;
	float:left;
	padding: 10px;
}
#central #contenido_izq{
	height: 350px;
	width: 335px;
	background-image: url(../img/fondo_contenido_izq.gif);
	background-repeat: no-repeat;
	padding: 20px;
	margin-right: 10px;
	margin-left: 10px;
	float:left;
}
#central #contenido_izq #texto{
	height: 350px;
	width: 335px;
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 12px;
	color: #666666;
	padding-right: 10px;
	overflow: auto;
	float:left;
}
#central #contenido_izq_grande{
	height: 365px;
	width: 645px;
	background-image: url(../img/fondo_contenido_izq_grande.gif);
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 10px;
	padding: 10px;
	float:left;
}
#central #contenido_dcha{
	height: 215px;
	width: 260px;
	background-image: url(../img/fondo_contenido_dcha.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	float:left;
}
#central #contenido_dcha_b{
	height: 345px;
	width: 245px;
	background-image: url(../img/fondo_contenido_dcha_b.gif);
	background-repeat: no-repeat;
	padding: 15px;
	float:left;
}
#central #contenido_dcha_b  #texto{
	height: 315px;
	width: 235px;
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 12px;
	color: #666666;
	padding-right: 10px;
	overflow: auto;
	float:left;
}
#central #contenido_dcha #marco_foto{
 	height: 210px;
	width: 260px;
}
#cierre {
	height: 35px;
	width: 970px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Helvetica, Verdana;
	font-size: 10px;
	font-style: normal;
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 5px;
}
/* ////////////////////menú cabecera*/

/*lista menu*/
#cabecera ul {  
	list-style:none;
	margin:0;
	padding:0;
}
#cabecera ul li {
	padding:0;
	float:left;
}
#cabecera ul li span{
	display:none;
}

#cabecera ul li a {
	display:block;
	width:110px;
	height:110px;
	text-decoration:none;
}
#cabecera ul li a:hover {
	background-position:bottom;
}
#cabecera ul a span {
	display:none;
}

/*botones on*/

#prensa {
	background-image:url(../img/b_prensa_on.gif);
}	
#noticias {
	background-image:url(../img/b_noticias_on.gif);
}
#empleo {
	background-image:url(../img/b_empleo_on.gif);
}
#asociados {
	background-image:url(../img/b_asociados_on.gif);
}

	
/*botones off*/
	
li#prensa_off{
	display:block;
	width:110px;
	height:110px;
	background-image:url(../img/b_prensa_off.gif);
}
li#noticias_off{
	display:block;
	width:110px;
	height:110px;
	background-image:url(../img/b_noticias_off.gif);
}	
li#empleo_off{
	display:block;
	width:110px;
	height:110px;
	background-image:url(../img/b_empleo_off.gif);
}		
li#asociados_off{
	display:block;
	width:110px;
	height:110px;
	background-image:url(../img/b_asociados_off.gif);
}