/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	color: #9e9e9e;
	background: #FFFFFF;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* GENERAL */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 13px;
	color:#9e9e9e;
	}
a {
	text-decoration:underline;
	color: #a3aa0f;
	}
a:hover {
	text-decoration:none;
	}
h1, h2, h3, h4 {
	font-weight:normal;
	}
legend{
	display:none;
	}
html, body {
	width: 100%;
	height: 100%;
	min-height: 650px;
	color: #242424;
	background: #FFFFFF;
	text-align: center
	}

/* CENTRADO */
#contenedor{
	width:100%;
	height:100%;
	}
	
#contenido{
	width: 940px;
	margin:0 auto;
	}
	
/* CABECERA */		
#cabecera {
	background: url('css_img/cabecera.gif') no-repeat top left;
	width:940px;
	height:129px;
	}
	
#minibotones {
	float:right;
	width:231px;
	padding-top:107px;	
	}

/* CENTRO */	
#centro{
	padding: 0px;
	width: 940px;
	height: 100%;
	}

#izquierda{
	float:left;
	padding:0px;
	width: 300px;
	height:100%;
	background: #ebe9e9 url('css_img/footer_left.jpg') no-repeat bottom left;
	}
	
#derecha{
	float:left;
	padding:0px;
	margin: 0px;
	width: 640px;
	height:100%;
	color: #bbbbbb;
	font-family: Arial, Helvetica, sans-serif;
	background: #f7f7f7 url('css_img/footer.jpg') no-repeat bottom left;
	
	}

/* Regla para IE */
* html #min-height{
  height:540px;
}
#min-height{
	min-height: 540px;
	}
	
/* INTERIORES */
#destacado {
	clear: both;
	margin: 20px 40px;
	width: 560px;
	text-align: left;
	}
	
#destacado h1 {
	float:left;
	width: 560px;
	padding-top: 10px;
	padding-bottom: 20px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height: 24px;
	font-weight:bolder;
	color:#a3aa0f;
	text-align:left;
	}
	
#destacado h1 .destacado_tit {
	color:#054a8d;
	}

#destacado img {
	float: left;
	width: 100px;
	}
	
#destacado .destacado_texto, #destacado .destacado_texto_2 {
	float: left;
	width: 435px;
	padding-left: 15px;
	padding-bottom: 15px;
	}

#destacado .destacado_texto_2 {
	display: none;
	}
	
#destacado p {
	padding-bottom: 2px;
	}

#destacado h3 {
	clear:both;
	width: 435px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#a3aa0f;
	text-align:left;
	
	border-bottom: 1px solid #a3aa0f;
	border-top: 1px solid #a3aa0f;
	background: url('css_img/bt_change_page.jpg') no-repeat right 3px;
	}

#destacado h3 a {
	text-decoration: none;
	padding-right: 25px;
	}
	
#destacado h2 {
	clear:both;
	width: 435px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#a3aa0f;
	text-align:left;
	
	border-bottom: 1px solid #a3aa0f;
	}

#destacado h2.accordion {
	background: url('css_img/bt_accordion.jpg') no-repeat 410px -4px;
	color:#aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	cursor: pointer;
	}

#destacado h2.accordion:hover {
	color:#a3aa0f;
	border-bottom: 1px solid #a3aa0f;
	cursor: pointer;
	background-position: 410px -28px;
	}
	
#destacado .links h2 {
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#destacado .links p {
	padding-bottom: 14px;
	}

#destacado .links a {
	color:#bbbbbb;
	}

#destacado .links a:hover {
	color:#a3aa0f;
	}


#destacado blockquote {
	padding: 10px 0px;
	font-weight: bold;
	background: url('css_img/blockquote_up.jpg') no-repeat top left;
	}
	
#destacado blockquote span {
	padding: 20px 50px;
	display: block;
	background: url('css_img/blockquote_down.jpg') no-repeat bottom right;
	}
	
.leer_mas {
	background: url('css_img/flechita.gif') no-repeat 0 10px;
	padding: 6px 0px 15px 6px;
	}

.leer_documento {
	background: url('css_img/documento.gif') no-repeat 0 7px;
	padding: 6px 0px 15px 11px;
	}

#destacado #sobre {
	padding-bottom: 20px;
}

#destacado .destacado_texto .noticia {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e4e3e3;
	}
	
.marco {
	padding:2px;
	background-color:#f7f7f7;
	border: 1px solid #d1cfcf;
	margin-bottom: 15px;
	}
	
#destacados_columnas {
	clear: both;
	margin: 20px 40px;
	width: 560px;
	text-align: left;
	border-top: 1px solid #e4e3e3;
	}
	
#destacado_columna_izqda {
	background: url('css_img/home/titular_destacado_izqda.gif') no-repeat 0px 15px;
	float: left;
	width: 255px;
	height: 100%;
	padding: 55px 25px 0px 0px;
	border-right: 1px solid #e4e3e3;
	}

#destacado_columna_izqda .destacado_izqda {
	min-height: 100px;
	}

#destacado_columna_dcha {
	background: url('css_img/home/titular_destacado_dcha.gif') no-repeat 25px 15px;
	float: left;
	width: 253px;
	height: 100%;
	padding: 55px 0px 0px 25px;
	}

#destacado_columna_dcha .destacado_dcha {
	clear: both;
	display: block;
	border: 1px solid #f7f7f7;
	}
	
#destacado_columna_dcha img {
	clear: both;
	float: left;
	width: 80px;
	}
	
#destacado_columna_dcha .destacado_columna_texto {
	float: left;
	width: 153px;
	padding-left: 10px;
	padding-bottom: 5px;
	}	

#contacto_participacion {
	padding: 8px 10px 5px 10px;
	margin: 4px 0px 10px 0px;
	width: 418px;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	background: #ebe9e9;
	}

#contacto_participacion p {
	padding-bottom: 5px;
	}
	
#contacto_participacion p a {
	color: #9e9e9e;
	font-weight: normal;
	text-decoration: none;
	}
	
#contacto_participacion p a:hover {
	color: #a3aa0f;
	text-decoration: underline;
	}
	
#contacto_participacion .caja_facebook {
	background: url('css_img/icoFacebook.gif') no-repeat 0px 0px;
	padding: 1px 0px 4px 18px;
	}
	
#contacto_participacion .caja_twitter {
	background: url('css_img/icoTwitter.gif') no-repeat 0px 0px;
	padding: 1px 0px 4px 18px;
	color: #9e9e9e;
	font-weight: normal;
	}
	
#contacto_participacion .caja_telefonica {
	background: url('css_img/icoTelefonica.gif') no-repeat 0px 0px;
	padding: 1px 0px 4px 18px;
	color: #9e9e9e;
	font-weight: normal;
	}
	
#contacto form {
	padding: 10px 0px 16px 0px;	
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid silver;
	}

#contacto label {
	clear: both;
	display: block;
	font-size: 12px;
	background: url('css_img/icoLista.gif') no-repeat 0px 4px;
	padding: 0px 0px 4px 6px;
	}
	
#contacto .input_contacto {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:431px;
	color:#757474;
	background-color:#dddddd;
	padding:4px 0px 4px 6px; 
	margin-bottom: 8px;
	border:0px;
	}

#contacto .input_contacto_examinar {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:431px;
	color:#757474;
	background-color:#dddddd;
	padding:4px 0px 4px 6px; 
	margin-bottom: 0px;
	border:0px;
	}

#contacto .textarea_contacto {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:431px;
	height: 100px;
	color:#757474;
	background-color:#dddddd;
	padding:4px 0px 4px 6px; 
	margin-bottom: 8px;
	border:0px;
	}

#contacto .contacto_enviar {
	clear: both;
	display: block;
	background: url('css_img/bt_enviar.jpg') no-repeat 0 0;
	width: 80px;
	height: 22px;
	margin-top: 13px;
	text-indent: -9999px;
	}

#contacto .contacto_enviar:hover {
	background-position: 0 -22px;
	}

.contacto_message {
	clear: both;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #a1180e;
	border-top: 2px solid #a1180e;
	min-height: 20px;
	color: #a1180e;
	}
	
/* PIE DE PAGINA */
#footer {
	clear: both;
	width: 530px;
	text-align: center;
	padding: 40px 55px 0px 55px;
	}

#footer ul li {
	float:left;
	padding: 0px 5px;
	}

#footer ul .footer_separador {
	border-left: 1px solid #aeaeae;
	}
	
#footer ul li a.linkFooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #aeaeae;
	letter-spacing : 0px;
	text-decoration: none;
}

#footer ul li a.linkFooter:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a3aa0f;
	letter-spacing : 0px;
	text-decoration: none;
}

/* SOBRE NOSOTROS TAB */
.consejo_destacado {
	background: url('css_img/consejo_tab.gif') no-repeat top left;
	}
	
.consejo_destacado_2 {
	background: url('css_img/consejo_tab_2.gif') no-repeat top left;
	}
	
.consejo_tab {
	padding-left: 30px;
	}

.consejo_tab a, .consejo_tab_3 a {
	color: #bcc154;
	text-decoration: none;
	}

.consejo_tab_2 a {
	color: #939c0f;
	text-decoration: none;
	}
	
.consejo_tab a:hover, .consejo_tab_2 a:hover, .consejo_tab_3 a:hover {
	color: #939c0f;
	}