@import "reset.css";
@import "wp-rules.css";
/**************************************************************************
    Layout
*************************************************************************/
/* ----------------------------------------------------------------------
    Page Background
------------------------------------------------------------------------*/

body{
    margin: 0;
    padding: 0;
    background: #dbdbdb url(images/backgrounds/fondo.png) repeat-x;
}
/* ----------------------------------------------------------------------
    width wrapper
------------------------------------------------------------------------*/
#bg_wrapper{
	margin: 0 auto;
    width: 1230px;
    background:  url(images/backgrounds/bg_4.png) no-repeat 0 -1px;
}

#wrapper{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 952px;
}

/* ----------------------------------------------------------------------
    colums layout
------------------------------------------------------------------------*/



/*     Content
------------------------------------------------------------------------*/
#wrapper #content {
	background: #C4C4C4 url(images/backgrounds/bg_content_interior.png) repeat-x 0 0;
	padding: 16px;
}
body.home #wrapper #content {
    background:  url(images/backgrounds/bg_home_top_content.png) no-repeat;
	padding: 16px 16px 8px 16px;
}

/*      Footer
------------------------------------------------------------------------*/
#footer {
    clear: both;
    position: relative;
    z-index: 90;
    background: #838383;
}
#footer_wrapper{
	margin: 0 auto;
    width: 1230px;
}
#content_footer {
   width: 952px;
   margin: 0 auto;
   padding: 30px 0 10px 40px;
   color: #ccc;
   overflow: hidden;
   
}
/* ----------------------------------------------------------------------
    H1 
------------------------------------------------------------------------*/
h1 a{ 
	display: block;
    height: 120px;  
    width: 280px; 
    background: url(images/interface/logo.png) no-repeat ; 
	text-indent: -99999px;
}
h1{ 
    height: 120px;  
    width: 280px; 
    background: url(images/interface/logo.png) no-repeat ; 
}

h2, h3{
    margin-bottom: .7em;
    color: #000;
    font-family: Geneva,Arial,Helvetica,sans-serif;
    font-weight: normal;
    letter-spacing: 0;
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
/* ----------------------------------------------------------------------
    P
------------------------------------------------------------------------*/
p {
    line-height:1.3;
    margin-bottom: 8px;
}
/* ----------------------------------------------------------------------
    Text 
------------------------------------------------------------------------*/
#wrapper{ 
    font:normal normal normal 1.2em Arial, Helvetica, sans-serif;
	color: #666;
}

/*     Tecnica Sfir
------------------------------------------------------------------------*/
.probando			{ font-family:MankSans-Medium; font-size: 2em; color: red; }
/* .intro		{ font-family:Berlin Sans FB; color: #2E2926; } */
.intro		{ line-height:18px; font-weight: normal; font-family:Pointy; color: #2E2926; }
.col40 h2 {  font-family: Helvetica Neue LT Std; color:red;}
h2.titular2 {  font-family: Gill Sans MT; color: blue; font-size:3em; font-weight: bold;}
h2.secundario {  font-family: Franklin Gothic Book; color: green; font-size:3em;    }
h2.calendar {  font-family:Trump Gothic East; color: blue; font-size:3em;  }
/* h2.menu-main {  font-family:Conduit ITC; color: silver; font-size:3em;  } */
h2.menu-main { line-height:18px; padding-top:20px; font-weight: normal; font-family:Pointy;  color: silver; font-size:30px;  }
/* ----------------------------------------------------------------------
    Links
------------------------------------------------------------------------*/
a:link,
a:visited{
    color: #000;
    font-weight: normal; 
    text-decoration: underline;
}
a:hover{
    text-decoration: none;
}

a.info:link, a.info:visited {
	font-weight: bold; color: #dd0024;
	text-decoration: none;
}
a.info:hover {
	color: #dd0024;
	text-decoration: underline;
}
/* ----------------------------------------------------------------------
    nav
------------------------------------------------------------------------*/
#main_menu { 
	overflow: hidden;
	padding-bottom: 6px;
	background: url(images/interface/menu/bg_sonbra_menu.png) 50% 100% repeat-x;
}
#main_menu li { 
	float: left; list-style-type: none;
	background: url(images/interface/menu/bg_reposo_button.png) repeat-x;
}
#main_menu li a:link, #main_menu li a:visited  { 
	display: block; padding: 18px 10px 20px 10px;
	font-size: 1.09em; color: #666;
	background: url(images/interface/menu/bg_bar_separator.png) 100% 4px no-repeat;
	text-decoration: none;
}
#main_menu li.first span  {
	display: block; 
	background: url(images/interface/menu/bg_bar_separator_begin.png) 0 0 no-repeat;
}
#main_menu li.first span a  {
	margin-left: 3px;
}
#main_menu li a.destacado { 
	font-weight: bold;
}
#main_menu li a:hover, #main_menu li a.active  { 
	color: #fff;
	background: url(images/interface/menu/bg_menu_hover.png) repeat-x;
}
#main_menu form  { 
	background: url(images/interface/menu/bg_reposo_button.png) repeat-x;
}
#main_menu form  fieldset{ 
	border: none; margin:0; padding: 0 1px 8px 8px; width: auto;
	background: url(images/interface/menu/bg_bar_separator_final.png) 100% 0 no-repeat;
}
#main_menu label { 
	float: left;
	margin-top: 14px; padding: 0;
}
#main_menu label span{ 
	display: none;
}
#main_menu #searchForm{
	width: 155px; 
	border: none; margin: 0 12px 0 0; padding: 6px 8px;  
	background: url(images/backgrounds/bg_input.png) no-repeat;
	font-weight: bold; color: #666; 
}
#main_menu #searchsubmit{
	float: left; width: 32px;  height: 32px;
	border: none; margin: 10px 9px 0 0; padding: 0;
	text-indent: -9999px; cursor: pointer;
	background: transparent url(images/backgrounds/bg_input_submit_orange.png) no-repeat;
}


.nav_secundary {
	margin: 5px 0 20px 0;
	list-style-position: outside;
}
.nav_secundary li{
	background: transparent url(images/backgrounds/bg-main-menu-top.png) no-repeat 0 0;
	width: 217px;
	list-style-type:none;
}

.nav_secundary li a:link, .nav_secundary li a:visited {
	display: block;
	padding: 6px 2px 7px 10px;
	text-decoration: none;
	color: #666;
	font-size: 1.08em; 
	background: transparent url(images/backgrounds/bg-main-menu-bottom.png) no-repeat 0 100%;
	/* background: transparent url(images/icons/ico-submenu-bullet+.png) no-repeat 0 3px; */
	text-indent: 12px;
}
.nav_secundary li a:hover,  .nav_secundary li a.active {
	text-decoration: none;
	color: #f60;
}
.nav_secundary li a span {
	font-weight: normal;
}



.breadcrumb{
	margin-bottom: 10px;
}
.breadcrumb li,
.breadcrumb p,
.breadcrumb ol
{
    display: inline;
}
.breadcrumb li a:link,.breadcrumb li a:visited {
    color: #999;
	text-decoration: none;
}
.breadcrumb li a:hover{
    color: #999; 
	text-decoration: underline;
}

/* --- Paginador --- */
div.pager , #Pagination {
	overflow: hidden;
	background: transparent url(images/backgrounds/bg_pager.png) no-repeat 0 0;
	margin:10px 0;
}
div.pager li , #Pagination .current , #Pagination a{
	float: left;
	list-style-type: none;
	display: block;
}
div.pager li.first , #Pagination a.prev{
	padding-right: 50px !important;
}
div.pager li.last ,#Pagination .current.next, #Pagination a.next{
	padding-left: 50px;
	float: right !important;
}
#Pagination span.current.prev, #Pagination span.current.next {
	display: none;
}
div.pager li a:link,  div.pager li a:visited , div.pager span.current , 
#Pagination a:link,  #Pagination a:visited , #Pagination .current  {
	padding: 11px 5px 11px 5px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold; font-size: 0.92em; color: #690;
}

#Pagination a:link,  #Pagination a:visited , #Pagination .current  {
	padding: 11px 5px;
	line-height: 1;
	text-decoration: none;
	font-weight: bold; font-size: 0.92em; color: #690;
}

 #Pagination .current.prev ,  #Pagination .current.next {
 	 color: #690;
 }
 div.pager span.current , 
#Pagination .current  {
	color: #FF3300;
}
div.pager li a:hover{
	text-decoration: underline;
}
div.pager li a:hover {
	text-decoration: underline;
}

/**************************************************************************
    Áreas
**************************************************************************/



/*      nav_utilidadades, navegacion
------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------
    Wrapper ( CONTENIDO )
------------------------------------------------------------------------*/
#header a.faq {
	display: block;
	position: absolute;
	width: 90px; height: 60px;
	top: 25px; left: 657px;
	background: transparent url(images/backgrounds/bg_faq.png) no-repeat 0 0;
	text-indent: -99999px;
}
.home .content_home_destacado {
	overflow: hidden;
}
.content_home_destacado .destacado_principal{
	float: left;
	width: 461px; height: 294px;
	background: transparent url(images/backgrounds/bg_destacado_principal.png) no-repeat -10px 0;
	padding-top: 14px;
}
.content_home_destacado .destacado_principal a.info-destacado:link,.content_home_destacado .destacado_principal a.info-destacado:visited  {
	float: right;
	color: #ff6600; font-weight: bold; text-decoration: none;
}
.content_home_destacado .destacado_principal a.info-destacado:hover {
	color: #ff6600;
}
.content_home_destacado .destacado_principal div{
	float: right;
	width: 205px;
	margin-right: 12px; padding: 0 20px 30px 0;	
	background: transparent url(images/backgrounds/bg_sombra_vertical.png) no-repeat 100% 0;
}
.content_home_destacado .destacado_principal h2{
	color: #333;
	font-weight: normal;	
}
.content_home_destacado .destacado_principal h2 span{
	display: block;
	color: #f60;
	font-weight: bold;
	margin-top: -5px;
}
.content_home_destacado .destacado_principal h2 span span{
	display: block;
	color: #f60; 
	font-weight: normal;
}
.content_home_destacado .destacado_principal div p{
	width: 170px;
	margin-bottom: 5px; padding-left: 16px; 
	background: transparent url(images/icons/ico_bullet_silver.png) no-repeat 0 2px;
	line-height: 16px;
	color: #666;
}
.content_home_destacado .destacado_principal div div.pedit{
	width: 170px;
	margin-bottom: 5px; padding-left: 16px; 
	padding-bottom: 0;
	padding-right: 0;
	margin-right: 0;
	background: transparent url(images/icons/ico_bullet_silver.png) no-repeat 0 2px;
	line-height: 16px;
	color: #666;
}
.content_home_destacado .destacado_principal div div.pedit li{
	list-style-type: none;
	padding-bottom: 5px;
}
.content_home_destacado .destacado_principal div div.pedit a {
	text-decoration: none;
}
.content_home_destacado .destacado_principal img{
	float: left;
}
.content_home_destacado .galeria_destacados{
	float: left;
	width: 322px; padding-top: 14px;
	background: transparent url(images/backgrounds/bg_sombra_vertical.png) no-repeat 100% 0;
}
.content_home_destacado .galeria_destacados div{
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	width: 306px; height: 87px;
	background: transparent url(images/backgrounds/bg_sombra_mini_destacado.png) no-repeat;
}
.content_home_destacado .galeria_destacados div img{
	position: absolute; left: 0; top: 0; z-index: 90;
}
.content_home_destacado .galeria_destacados div p{
	float: left; position: relative; z-index: 100;
	width: 180px; margin-left: 115px; padding-top: 10px;
	font-size: 0.92em; color: #000; line-height: 14px;
}
.content_home_destacado .galeria_destacados div p strong{
	font-size: 1.09em; 
}
.content_home_destacado .adsense_google{
	float: right;
	width: 137px;
	margin: 50px 0 0 0;
}
.content_home_destacado .adsense_google img{
	float: right;
}


.subcontent_interior {
	padding: 16px 16px 48px 16px;
	overflow: hidden;
	background: transparent url(images/backgrounds/bg_home_sub_content.png) no-repeat;
	clear: both;
}
.subcontent_interior .noticias, .subcontent_interior .ayudas{
	float: left;
	padding: 9px 17px 28px 15px;
	width: 201px;
	font-size: 11px;
}
.subcontent_interior .noticias h2,  .subcontent_interior .ayudas h2 {
	display: block;
	margin-bottom: 20px; margin-top:-5px;
	color: #336600;
}
.subcontent_interior .noticias h2 span,  .subcontent_interior .ayudas h2 span{
	display: block;
	margin-top: -5px;
}
.subcontent_interior .noticias .dtstart,  .subcontent_interior .ayudas .dtstart{
	display: block;
	font-size: 0.92em;
}
.subcontent_interior .noticias span,  .subcontent_interior .ayudas span{
	display: block;
	font-size: 0.92em;
}
#wrapper  .subcontent_interior .noticias a.info,  #wrapper .subcontent_interior .ayudas a.info{
	float: right;
	padding-right: 4px;
	color: #ff3300; font-weight: bold; 
}
.subcontent_interior .noticias .dtstart{
	color: #ff3300;
}
.subcontent_interior .ayudas .dtstart{
	color: #dd0024;
}
.subcontent_interior .noticias a:link, .subcontent_interior .noticias a:visited,
.subcontent_interior .ayudas a:link, .subcontent_interior .ayudas a:visited{
	color: #666;
	text-decoration: none;
}
.subcontent_interior .noticias a:hover, .subcontent_interior .ayudas a:hover{
	text-decoration: underline;
}
.subcontent_interior .ayudas .dtend{
	display: block;
	font-weight: bold; color: #360;
	font-size: 0.92em;
}
.subcontent_interior .noticias span a:link, .subcontent_interior .noticias span a:visited,
.subcontent_interior .ayudas span a:link, .subcontent_interior .ayudas span a:visited{
	color: #360;
	text-decoration: none;
}
.subcontent_interior .noticias a:hover, .subcontent_interior .noticias a:hover{
	text-decoration: underline;
}
.subcontent_interior .banners{
	float: left;
	width: 454px;
}
.subcontent_interior .banners .banner{
	display: block;
	padding-bottom: 26px;
	background: url(images/backgrounds/bg_sombra_horizontal.png) no-repeat 0 95%;
}
.subcontent_interior .banners h2{
	margin-bottom:0;
	margin-top:-10px;
	color: #f30;
	font-weight: bold;
}
.subcontent_interior .banners h2 span{
	margin-bottom: 20px;
	font-weight: bold;
	color: #000;
	margin-top: 2px;
}
.subcontent_interior .banners .mini-banner {
	float: left;
	width: 216px; height: 92px;
	margin-bottom: 13px;
}
.subcontent_interior .banners .mini-banner {
	float: left;
	width: 216px; height: 92px;
	margin-bottom: 13px;
	position: relative; overflow: hidden;
}
.subcontent_interior .banners .mini-banner h3{
	text-indent: -9999px;
}
.subcontent_interior .banners .mini-banner p a{
	display: block;
	width: 216px; height: 92px;
	position: absolute; top: 0; left: 0;
	color: #666; font-size: 0.92em;
	
}
.subcontent_interior .banners .mini-banner.directorio{
	background: url(images/backgrounds/bg_directorio_empresas.png) no-repeat 0 0;
	margin-right: 16px;
}
.subcontent_interior .banners .mini-banner.directorio a{
	padding:50px 0 0 77px;
	text-decoration: none;
}
.subcontent_interior .banners .mini-banner.buzon{
	background: url(images/backgrounds/bg_buzon_consultas.png) no-repeat 0 0;
}
.subcontent_interior .banners .mini-banner.buzon a{
	padding:50px 0 0 77px;
	text-decoration: none;
}
.subcontent_interior .banners .mini-banner.newsletter{
	background: url(images/backgrounds/bg_boletin_noticias.png) no-repeat 0 0;
	margin-right:16px;
}
.subcontent_interior .banners .mini-banner.newsletter-rss{
	background: url(images/backgrounds/bg_boletin_noticias-2.png) no-repeat 0 0;
	margin-right:16px;
}

.subcontent_interior .banners .mini-banner.newsletter-rss a{
	padding:35px 0 0 77px;
	text-decoration: none;
}
.subcontent_interior .banners .mini-banner.newsletter span.label{
	padding:34px 0 0 77px;
	text-decoration: none;
}
.subcontent_interior .banners .mini-banner.newsletter form fieldset{
	border: none; margin: 0; padding: 0; 
	width: 100%;
}
.subcontent_interior .banners .mini-banner.newsletter label { 
	float: left;
	margin-left: 21px; padding: 0;
}
.subcontent_interior .banners .mini-banner.newsletter label span { 
	 display: block;
	 text-align: left;
	 font-size: 0.92em; font-weight: normal;
	 padding-left: 55px; margin-bottom: 7px;
}

#newsletterForm{
	width: 126px; 
	border: none; margin: 0 15px 0 0; padding: 6px 8px;  
	background: url(images/backgrounds/bg_input.png) no-repeat;
	font-weight: bold; color: #666; 
	font-size: 0.92em;
}
#newsleterSubmit{
	float: left; width: 32px;  height: 32px;
	border: none; margin: 21px 0 0 0; padding: 0;
	text-indent: -9999px; cursor: pointer;
	background: transparent url(images/backgrounds/bg_input_submit.png) no-repeat;
}

.subcontent_interior .banners .mini-banner.foro{
	background: url(images/backgrounds/bg_participa_nuestro_foro.png) no-repeat 0 0;
}
.subcontent_interior .banners .mini-banner.foro a{
	padding:50px 0 0 77px;
	text-decoration: none;
}


/* ----- Contenido Interior ------ */
.content_interior {
	overflow: hidden;
}
.col.submenu {
	float: left;
	width: 216px; padding-right: 17px;
}
.col.submenu .banner_publicidad{
	display: block;
	margin: 5px 0 20px;
}
.col.contentido {
	float: left;
	width: 541px; padding-right: 24px;
}
.col.contentido h2{
	font-size:2em; color: #333; font-weight: normal;
	margin-bottom: 5px;
}
.col.contentido h2 span{
	font-size:0.75em; color: #f60; font-weight: normal;
}
.col.contentido h2.section span{
	display: block;
	margin-top: -5px;
}
.col.adsense {
	float: left;
	width: 120px;
}

.destacados .thumb {
	padding: 9px; margin-bottom: 7px;
	background: url(images/backgrounds/bg_destacado_interior_seccion.png) no-repeat 0 0;
	overflow: hidden;
}
.destacados .thumb h3 {
	margin-bottom: 7px;
}
.destacados .thumb p {
	font-size: 0.92em;
}
.destacados .thumb p a:link, .destacados .thumb p a:visited {
	color: #f30; font-weight: bold;
	text-decoration: none;
}
.destacados .thumb p a:hover {
	text-decoration: underline;
}
.destacados .thumb div {
	float: right;
	width: 360px;
}
.destacados .thumb img {
	float: left;
}

/* ---- Directorio de empresas  ----- */
.directorio .empresa {
	overflow: hidden;
	padding-bottom: 20px; 
	background: url(images/backgrounds/bg_sombra_horizontal_trans.png) no-repeat 0 100%;
}
.directorio .empresa  address{
	float: right;
	width: 400px;
}
.directorio .empresa  address strong.fn{
	color: #666;
	font-size: 1.33em; font-weight: bold;
	display: block;
	margin-bottom: 2px;
}
.directorio .empresa  address abbr.tlf,.directorio .empresa  address abbr.fax {
	font-weight: bold;
}
.directorio .empresa  address .adr {
	font-size: 0.92em;
}
.directorio .empresa  address .bloquedir.adr {
	display: block;
	margin-bottom: 5px;
}
.directorio .empresa  address .bloquedir.url {
	color: #f60;
}
.directorio .empresa  address .bloquedir a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.92em;
}
.directorio .empresa  address .bloquedir a:hover {
	text-decoration: underline;
}
.directorio .empresa  address .bloquedir a.url:link, .directorio .empresa  address .bloquedir a.url:visited {
	color: #f60;
}
.directorio .empresa  address .bloquedir a.url:hover {
	color: #f60;
}
.directorio .empresa  address .bloquedir a.mailto:link, .directorio .empresa  address .bloquedir a.mailto:visited {
	color: #2bdd00;
}
.directorio .empresa  address .bloquedir a.mailto:hover {
	color: #2bdd00;
}

.directorio .empresa  address abbr.mailto {
	display: none;
}
.directorio .empresa  img{
	float: left;
	border: 1px solid #ccc;
}
.directorio .empresa  .bloquedir{
	display: block;
}
/* ----------------------------------------------------------------------
    Footer
------------------------------------------------------------------------*/
#content_footer {
	overflow: hidden;
	font-size: 1.20em;
}
#content_footer div  {
	float: left;
	padding: 0 13px 0 0; margin-right: 14px;
	background: transparent url(images/backgrounds/bg_sombra_vertical_mini.png) no-repeat 100% 0;
}
#content_footer div.last  {
	background: none;
}
#content_footer div.last li a {
	font-size: 0.92em;
}
#content_footer div .options li {
	text-align: right;
	padding-right: 6px;
	
}
#content_footer div li {
	list-style-type: none;
	line-height: 30px;
}
#content_footer div li a:link, #content_footer div li a:visited  {
	color: #ff9933;
	text-decoration: none;
}
#content_footer div li a:hover {
	color: #ff9933;
	text-decoration: underline;
}
#content_footer div .options li a:link, #content_footer div .options li a:visited  {
	/*color: #333333;*/
	text-decoration: none;
}
#content_footer div .options li a:hover {
	/*color: #333333; */
	text-decoration: underline;
}
#content_footer div  li a.mailto:link, #content_footer div li a.mailto:visited  {
	/*color: #333333;*/
	text-decoration: none; /*font-weight: bold;*/
}
#content_footer div  li a.mailto:hover {
	/*color: #333333;*/
	text-decoration: underline; /*font-weight: bold;*/
}
#content_footer div  h2 {
	width: 187px; height: 63px;
	text-indent: -9999px;
	background: url(images/interface/logo_etres_consultores.png) no-repeat 0 95%;
	margin-bottom: 20px; 
}
#content_footer div  h3 {
	color: #333333;	font-size:1em;	font-weight:bold;
	letter-spacing:0;
	margin:50px 0 20px;
}
#content_footer div  .bloquedir abbr {
	display: none;
}



/**************************************************************************
    BUGS OLD VERSIONS BROWSER
**************************************************************************/
/* CUFON ARREGLOS 
body.Firefox2 .content_home_destacado .destacado_principal h2 span  {
	margin-top: 8px;
}
body.Firefox2 .content_home_destacado .destacado_principal h2 span  span {
	margin-top: -5px; 
}
body.Firefox2 .subcontent_interior .noticias h2 span, body.Firefox2 .subcontent_interior .ayudas h2 span {
	margin-top: 0; 
}
body.Firefox2 .subcontent_interior .banners h2 {
	margin-bottom:10px;
	margin-top:0pt;
	position:relative;
	top:-10px;
}
body.Firefox2 .subcontent_interior .banners h2 span {
	position:relative;
	top:4px;
}

body.Firefox2 .col.contentido h2.section span {
	margin: 0px;
}

*/
/** Tamaño del buscador en MAC Browser **/
body.Mac #main_menu #searchForm  {
	width: 151px;
}
body.Opera9 #main_menu #searchsubmit   {
	letter-spacing: 100px;
	color: #FF9411;
	font-size: 1px;
}

body.Opera9 #newsleterSubmit {
	font-size: 1px;
	letter-spacing: 100px;
	color: #2BDD00;
}

body.Mac #main_menu #searchForm  {
	width: 151px;
}

body.Opera .subcontent_interior .banners h2 {
	position: relative;
}
body.Opera .subcontent_interior .banners h2 span {
	position: relative;
}

/** Separacion visual elmentos br y p
body.page .contentido br {
	margin-bottom: 4px;
	display: block; 
}
**/
body.page .contentido p {
	margin-bottom: 14px;
	display: block; 
}

/** Estilos para el mapa-web **/
.mapa-web  h2{
	margin: 10px 0;
}
.mapa-web  li{
	padding: 5px 0;
}
.mapa-web  li li{
	margin-left: 16px;
}

/** widget submenu **/
.pageid-10 .widget-submenu, .pageid-8 .widget-submenu, .pageid-6 .widget-submenu {
	display : none;
}


/** Faqs **/
#wrapper .faq h3 { 
	letter-spacing: 0;
	display : inline;
}

ol.faq {
	margin-bottom: 30px;
}


/** titulares sub-content como enlace **/
.subcontent_interior .noticias h2.titular a:link, .subcontent_interior .noticias h2.titular a:visited,
.subcontent_interior .ayudas h2.titular a:link, .subcontent_interior .ayudas h2.titular a:visited
{
	color: #336600;
	text-decoration: none;
}
.subcontent_interior .noticias h2.titular a:hover,
.subcontent_interior .ayudas h2.titular a:hover
{
	color: #336600;
	text-decoration: none;
}
.col.contentido h2.section a {
	text-decoration: none;
}
.col.contentido h2.section a:hover {
	text-decoration: underline;
}

/** Sin cufon fuentes  **/
.content_home_destacado .destacado_principal h2 {
	font-size: 31px;
	margin-top: 0;
	margin-bottom: 10px;
}
.content_home_destacado .destacado_principal h2 span {
	font-size: 15px;
	margin-top: 0;
}
body.Mac .content_home_destacado .destacado_principal h2 span {
	font-size: 13px;
	margin-top: 0;
}
body.Mac .content_home_destacado .destacado_principal h2 span span {
	font-size: 13px;
	margin-top: 0;
}
.content_home_destacado .destacado_principal h2 span span {
	font-size: 15px;
	margin-top: 0;
}
.subcontent_interior .banners h2{
	font-size: 18px;
	margin: 0 0 10px 0 !important;
	text-align: center;
	position: relative;
}
.subcontent_interior .banners h2 .facebook{
	position:absolute;
	right:20px;
	top:-5px;
}
body.Mac .subcontent_interior .banners h2{
	font-size: 18px;
	margin: 0 0 10px 0 !important;
}
body.Mac .subcontent_interior .banners h2 span{
	font-size: 15px
}

.subcontent_interior .noticias h2{
	font-size: 26px;
	font-weight: bold;
	
	
}
body.Mac .subcontent_interior .noticias h2 span{
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
}
.subcontent_interior .noticias h2 span{
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
}
body.Mac.Firefox3 .subcontent_interior .noticias h2 span{
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
}
.subcontent_interior .ayudas h2{
	font-size: 26px;
	font-weight: bold;
}
body.Mac .subcontent_interior .ayudas h2 span{
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
}
body.Mac.Firefox3 .subcontent_interior .ayudas h2 span{
	font-size: 13px;
	font-weight: bold;
	margin-top: 0;
}
.subcontent_interior .ayudas h2 span{
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
}
.destacados .thumb h3{
	font-size: 20px;
	font-weight: bold;
}
body.Mac .destacados .thumb h3{
	font-size: 18px;
	font-weight: bold;
}
.col.contentido h2.section{
	font-size: 26px;
	font-weight: normal;
}
.col.contentido h2.section strong{
	font-size: 26px;
	font-weight: bold;
}
.col.contentido h2.section span{
	font-size: 20px;
	font-weight: bold;
}


#main_menu #searchForm {
	width: 140px !important;
}

#logo-kiu {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#logo-kiu img {
	border: 1px solid #ccc;
}

/** TExto imagen adv**/
strong.img_adv {
	display:block;
	left:385px;
	position:relative;
	top:-90px;
	width: 175px;
	font-size: 10px;
}