/*GENERALES*/
a img{border:none;}
a:focus {outline: none;}

/*ETIQUETAS*/
body{
	font-family:"Lucida Grande", Verdana, Arial, sans-serif;
	font-size:small;
	color:#333;
	line-height:150%;
	background: url(../img/bg_body_first.png) repeat-x 0 -130px;
}
body.inicio{
	background: url(../img/bg_body_first.png) repeat-x;
}
p{
	margin-top: 10px;
}
strong{
	color: #000;
	font-weight: bold;
}
	
/*HEADER*/
div#header{
	background: url(../img/bg_header_first.jpg) no-repeat center -130px;
}
div#header.inicio{
	background: url(../img/bg_header_first.jpg) no-repeat center top;
}
div#languages{
	color:#999;
	float:right;
}
div#languages a{
	color:#666;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
div#languages a:hover{
	color: #C00;
}
div#languages a.activado{
	color:#F2F2F2;
	}
a#inicio{
	width:21px;
	height:18px;
	text-indent:-20000px;
	background-image:url(../img/bg_inicio.png);
	margin-top:1px;
	display:block;
	float:right;
	margin-top:11px;
	margin-right:10px;
	
}
a:hover#inicio{
	background-position:bottom;
	}

/*CONTENT*/
div#content{
	background: url(../img/bg_content.png) repeat-y center;
	margin-top: 10px;
}	
div#content h2{
	color:#000;
	font-size:14px;
	line-height:150%;
	font-weight:normal;
	margin-top: 20px;
}
div#content img.left{
	display: block;
	float: left;
	margin: 0px 20px;
}
div#content img.top{
	display: block;
	float: left;
	margin: 10px 0px;
}
div#content img.right{
	display: block;
	float: right;
	margin: 10px;
}
a.publ{
	display:block;
	padding-top:10px;
	}
#cadena_valor{
	margin-top:20px;
	}
/*CONTENT RIGHT*/
div.column_right h2{
	width:280PX;
	}
div#banner_logos{
	margin-top:10px;
	width:280px;
	height:150px;
	}
div#extra{
	font-size: 11px;
}
div#extra p.fecha{
	color: #666;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
div#extra a.noticia{
	color: #666;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	text-decoration:none;
	border-bottom: 1px solid #CCC;
	padding: 0px 0px 10px 0px;
	display:block;
	float:left;
}
div#extra a:hover.noticia{
	color:#000;
	}
div#extra h2{
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin-bottom: 0px;
}
div#dossier{
	border-bottom:1px solid #CCC;
	padding-bottom:20px;
	margin-bottom:10px;
}
ul#lista{
	list-style-type: none;
	margin: 0;
	padding: 20px 0px 5px 0px;
	border-bottom:1px solid #CCC;
}
ul#lista a{
	padding:5px 0px;
	border-top:1px solid #CCC;
	text-decoration:none;
	color:#666;
	display:block;
	}
ul#lista a:hover{
	color:#000;
	}
form#contacto{
	padding-top:10px;
	display:block;
	}
form#contacto label{
	display:block;
}
form#contacto input{
	background-color:#FFF;
	border:1px solid #CCC;
	width:270px;
	margin-top:5px;
	margin-bottom:5px;
}
form#contacto input#enviar{
	display:block;
	width:100px;
	margin-right:8px;
}
form#contacto textarea{
	background-color:#FFF;
	border:1px solid #CCC;
	width:270px;
	height:100px;
	}
a.guia{
	display:block;
	float:left;
	margin:10px 0px 20px;
}
a:hover.guia{
	opacity: 0.8;
}
div#flash_video{
	width:580px;
	height:435px;
	float:left;
	margin:20px 0px;
}
form#contacto_big{
	padding-top:10px;
	display:block;
	}
form#contacto_big label{
	display:block;
}
form#contacto_big input{
	background-color:#FFF;
	border:1px solid #CCC;
	width:590px;
	margin-top:5px;
	margin-bottom:5px;
}

form#contacto_big input#enviar{
	display:block;
	width:100px;
	margin-right:8px;
}
form#contacto_big textarea{
	background-color:#FFF;
	border:1px solid #CCC;
	width:590px;
	height:250px;
	}
	
ul.socio{
	list-style-type: none;
	display:block;
	padding-left:20px;
}
a.nota_de_prensa{
	background-image:url(../img/pdf.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:40px;
	text-decoration:none;
	color:#666;
	margin-top:10px;
	display:block;
}
a.pdf{
	background-image:url(../img/pdf_mini.png);
	background-repeat:no-repeat;
	padding-left:40px;
	text-decoration:none;
	color:#666;
	margin-top:10px;
	padding-bottom:10px;
	display:block;
	border-bottom:1px #CCC solid;
}
a.texto{
	text-decoration:none;
	color:#333;
	}
a:hover.texto{
	text-decoration:none;
	color:#000;
	}
a:hover.nota_de_prensa{color:#000;}
/*FOOTER*/
div#footer{
	font-size: 12px;
	color: #999;
	background: #000 url(../img/bg_footer.png) repeat-x;
}
div#footer div.center{
	padding-top: 10px;
	background: url(../img/bg_footer_center.png) no-repeat;
}
div#footer ul,div#footer li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#footer h4,div#footer h4 a{
	color: #666;
	}
div#footer a{
	color: #999;
	text-decoration: none;
	}
div#footer a:hover{
	color: #ccc;
	}
/*NOTICIAS*/
div.noticia{
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	display:block;
	margin-bottom:10px;
	float:left;
	width:590px;
	}
div.noticia h1{
	line-height:150%;
	font-size:20px;
	}
div.noticia p.fecha{
	margin:0px 0px 10px 0px;
	padding:0;
	color:#666;
	display:block;
	}
div.noticia h2{
	margin-bottom:0;
	padding-bottom:0;
	}
div.noticia a.mas{
	text-decoration:none;
	}
div.noticia img.news{
	margin:10px 0px;
	}
div.noticia img.news_thumb{
	margin:0px 10px 10px 0px;
	float:left;
	}