/*
Theme Name: RedUsers Premium v 2.3
Description: (c) 2013 by DigitalFuturo
Author: Gabriel Pleszowski
Author URI: http://www.digitalfuturo.com/

*/

/*****CSS RESET*******/

html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,ol,ul,li{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }body{line-height: 1;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content: '';content: none }table{border-collapse:collapse;border-spacing: 0;}


/****BODY STYLES********/

html { 
  background: #233D4D url(images/fondo-premium.png) top left repeat-x;
  color: #535353; 
}

body { 
  background: #EAEAEA url(images/fondo-area-central.png) top left repeat;
  border-radius: 0px 0px 16px 16px;
  font: normal 14px Arial, Helvetica, sans-serif; 
  margin: 0px auto;
  width: 996px; 
}


li {
  margin-left: 2em;
}

p {}

h1 {}

h2 {
margin-bottom: 1em;
color:#2d84c6;
}

h3 {}

a { text-decoration: none; color: #000000 }

.clearfloat {
  float: none;
  display: block;
  clear: both;
  height: 0px;
}

.alignleft {
  margin: 1em;
  float: left;
  margin-left: 0px;
}

.alignright {
  margin: 1em;
  float: right;
  margin-right: 0px;
}

.aligncenter {
  margin: 1em auto;
  float: none;
}


/****HEADER STYLES*******/

#header {
  background: none repeat scroll 0 0 #223B47;
  border-color: #52636C #52636C #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 2px;
  height: 128px;
  padding-left: 0;
  position: relative;
  /*border-radius: 8px 8px 0px 0px;*/
}

.headercaja {
  width: 160px;
  /*background: #087fb5;*/
  color: #FFF;
  float: left;
  text-align: center;
  margin-top:16px;
  height: 46px;
  overflow: hidden;  
}

.headercaja.botonera {
  float: left;
  margin-top: 10px;
  padding: 0 25px 0 0;
  position: relative;
  text-align: right;
  width: 560px;
}

.headercaja h1 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;  
}

.menues {
  float: left;
  height: 30px;
  margin: 0;
  padding: 4px 4px 4px 38px;
  text-align: left;
  width: 768px;
}

.menubar {  
  margin: 8px 0 0 0;
  float: left;
  width: 600px;
}

.button {
  background: url("images/button-blue.png") no-repeat scroll left top transparent;
  color: #FFFFFF;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  padding: 6px 0 0;
  text-align: center;
  width: 121px;
  margin-left: 2px;
  display: inline-block;
}

.button:hover {
  background: url("images/button-blue-hover.png") no-repeat scroll left top transparent;
}  
 
a.button, .button a {
  text-decoration:none;
  color: #FFFFFF;
}

.button a:hover {
  color: #E9E9E9;
}

/*
.button-red {
  background: url("images/button-red.png") no-repeat scroll left top transparent;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  margin-left: 2px;
  padding: 3px 0 0;
  text-align: center;
  display: inline-block;
  width: 95px;
}*/

.button-red {
  background: none repeat scroll 0 0 #3C8ECC;
  border: 1px solid #6392CD;
  border-radius: 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 20px;
  margin-left: 2px;
  padding: 3px 0 0;
  text-align: center;
  width: 95px;
}

a.button-red, .button-red a {
  text-decoration:none;
  color: #FFFFFF;
}

a.button-red:hover {
  /*background: url("images/button-red-hover.png") no-repeat scroll left top transparent;*/
  background: #6EC0FF;
  color: #000;
}

.button_archivo {
  margin: 0px auto; 
  float: right; 
  background: #7A7A7A; 
  border-radius: 4px 4px 0px 0px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  padding: 4px 12px;
  text-align: center;
  /*width: 121px;*/
  text-transform: uppercase;
}

.button_archivo a{
  text-decoration:none;
  color: #FFFFFF;
}

.button_archivo a:hover {
  color: #E9E9E9;
}

.barra_edicion {
  /*float: right;*/
  text-align: center;
  min-height: 40px;
  margin: 0;
  padding: 10px 0px;
  width: 100%;
}

.area_central {
  min-height: 540px;
  padding: 0px 25px 40px;
  width: 946px;
}

/*
.home_revista {
  border: 1px solid #BBBAB8;  
  float: left;
  margin: 11px 5px;
  padding: 6px;
  width: 160px;
  border-radius: 4px;
  height: 229px;
}
*/

.home_revista {
  border: 1px solid #BBBAB8;
  border-radius: 4px;
  float: left;
  height: 180px;
  margin: 4px;
  padding: 6px;
  width: 130px;
}

.home_revista:hover {
  border: 1px solid #000;
  background: #4FA2D9;
}

.home_revista img {
  width: 130px;
  height: 180px;
}

.home_revista a h2 {
  text-align: center;
  color: #386175;
  margin: 0.5em 0;
}

.home_revista a {
  width: 160px;
  height: 226px;
}

.edicion h2 {
  color: #305871;
  font-size: 17px;
  font-weight: bold;
  line-height: 1em;
  margin: 4px 0 2px;
  text-transform: uppercase;
}

.edicion p{
  margin: 0px;
  font-size: 14px;
  /*font-weight: bold;*/
  color: #535353;
  line-height: 1.05em;
}

.edicion_caja {
  float: left;
  font-size: 13px;
  margin: 0 12px 24px;
  width: 448px;
}

.edicion_caja.wide {
  width: 920px;
}

.tab_caja {
  background: url("images/fondo-titulo-tab.png") repeat-x scroll left top #2E546C;
  border: 1px solid #748E9F;
  border-radius: 4px 4px 0 0;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  height: 34px;
  line-height: 38px;
  margin: 0;
  padding: 2px 16px 3px;
  text-align: center;
  text-transform: uppercase;  
}

.lista_items_caja {
  background: #E9E9E9;
  border: #BBBBBB 3px double;
  border-radius: 6px;
  position: relative;
}

.edicion_tira {
  border-bottom: 1px dashed #BDBDBD;
  margin-left: 2px;
  width: 440px;
  float: left;
}

.wide .edicion_tira {
  width: 454px;
}

.edicion_tira:hover {
  background: #F1F1F1;
}

.edicion_tira img{
  border: 1px solid #9E9E9E;
}

/* SOFTWARE */

.edicion_software {
  /*margin: 40px;*/
}

.edicion_software img {
  width: 63px;
  height: 63px;
  float: left;
  margin: 4px 6px; 
}

.edicion_software .titleblock {
  vertical-align: middle;
  float: left;
  width: 363px;
}

.edicion_software_enc {
  background: #272727 url(images/caja-header.png) top left no-repeat;
  height: 57px;
}

.edicion_software_1 {
  /*background: #da003e;*/
  min-height: 65px;
}

.edicion_software_2 {
  /*background: #711730;*/
  min-height: 65px;
}


/* TUTORIALES */

.edicion_tutoriales {
  /*margin-right: 0px;*/
}

.edicion_tutoriales_1 {
  /*background: #0b4965;*/
  min-height: 146px;
}

.edicion_tutoriales_2 {
  /*background: #0095da;*/
  min-height: 146px;
}

.edicion_tutoriales_enc {
  background: #272727 url(images/caja-header.png) top left no-repeat;
  height: 57px;
}

.edicion_tutoriales img {
  width: 98px;
  height: 98px;
  float: left;
  margin: 16px 16px 16px 16px; 
} 

.edicion_tutoriales .titleblock {
  vertical-align: middle;
  float: left;
  width: 288px;
  margin: 16px 0px 0px 0px;
}

/* CONTENIDOS */

.edicion_contenidos img {
  width: 63px;
  height: 63px;
  float: left;
  margin: 4px 6px; 
}

.edicion_contenidos .titleblock {
  vertical-align: middle;
  float: left;
  width: 363px;
}

.edicion_contenidos {
  /*margin-right: 0px;*/
}

.edicion_contenidos_enc {
  background: #272727 url(images/caja-header.png) top left no-repeat;
  height: 57px;
}

.edicion_contenidos_1 {
  /*background: #8a009a;*/
  min-height: 65px;
}

.edicion_contenidos_1 h2, .edicion_contenidos_2 h2 {
  font-size: 15px;
}

.edicion_contenidos_2 {
  /*background: #c300da;*/
  min-height: 65px;
}

/* DIGITALES */

.edicion_digitales { 
}

.edicion_digitales_1 {
  /*background: #689B03;*/
  min-height: 195px;
}

.edicion_digitales_2 {
  /*background: #415a12;*/
  min-height: 195px;
}

.edicion_digitales_enc {
  background: #272727 url(images/caja-header.png) top left no-repeat;
  height: 57px;
}

.edicion_digitales img {
  width: 124px;
  height: 185px;
  float: left;
  margin: 16px 10px 16px 16px; 
} 

.edicion_digitales .titleblock {
  float: left;
  margin: 16px 0 0;
  padding-right: 4px;
  vertical-align: middle;
  width: 284px;
}


/* NOVEDADES */

.edicion_novedades {
  /*margin-right: 0px;*/
}

.edicion_novedades img {
  width: 63px;
  height: 63px;
  float: left;
  margin: 4px 6px; 
}

.edicion_novedades .titleblock {
  vertical-align: middle;
  float: left;
  width: 363px;
}

.edicion_novedades_enc {
  background: #272727 url(images/caja-header.png) top left no-repeat;
  height: 57px;
}

.edicion_novedades_1 {
  /*background: #75b002;*/
  min-height: 65px;
}

.edicion_novedades_2 {
  /*background: #415a12;*/
  min-height: 65px;
}

.edicion_recuadro_bottom {
  bottom: 0px;
  height: 24px;
  position: absolute;
  right: 23px;
  width: 400px;
}

.crumbs {
  margin: 10px;
}

.notatop {
  /*background: #272727 url(images/recuadro-header.png) top left no-repeat;*/
  background: #E9E9E9;
  width: 906px;
  height: 9px;
}

.nota {
  width: 915px;
  min-height: 540px;
  margin: 0px 0px;
  padding-bottom: 40px;
  /*background: #000 url(images/recuadro-middle.png) top left no-repeat;*/
  background: #E9E9E9;
  border: #BBBBBB 3px double;
  border-radius: 12px; 
}

.nota table,.nota tr, .nota td {
  border: 1px solid #BBB;
  padding: 8px;
  margin: 3px;
  float: none;
  /*background: #222;*/
}

.nota table {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 3px solid #233B47;
  color: #000000;
  font-weight: normal;
  margin: 1em;
}

.notaright {
  width: 906px;
  margin: 0px 0px;
  /*background: #272727 url(images/recuadro-right.png) top right repeat-y;*/
  background: #E9E9E9;
}

.notabottom {
  /*background: #272727 url(images/recuadro-footer.png) top left no-repeat;*/
  background: #E9E9E9;
  width: 906px;
  height: 18px;
}

.titulo h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  margin: 0px;
  line-height: 1em;  
  margin-top: 10px;
}

.nota .titulo h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 40px;
  margin: 0px;
  margin-left: 10px;
  line-height: 1em;
}

.content .titulo h2 {
  margin-left: 0px;
}

.nota .titulo {
  text-align: left;
  padding: 6px 0px;
  border: 0px #FFF solid;
  /*margin-left: 12px;*/
  /*margin-bottom: 12px;*/
}

.nota .bajada {
  text-align: left;
  font-style: italic;
  font-size: 18px;
  padding: 0px 0px 6px 0px;
  text-align: left;
  border: 0px #FFF solid;
  /*margin-left: 12px;*/
  margin-bottom: 6px;
  line-height: 1.2em;
}

.nota .content {
  border: 0px #FFF solid;
}

.nota .cajacontent img{
  /*border: 1px #666 solid;*/
  padding: 5px;
  background: none repeat scroll 0 0 #2D84C7;
}

.nota .wp-caption-text{
  border: 4px solid #2d84c6;
  margin-top: -5px;
  padding: 0px 4px 4px 4px;
  background: #2d84c6;
  color: #FFFFFF;
  text-align: center;
}

.nota .wp-caption-text p{
  margin: 0px;
  
}

.nota .cajacontent {
  font-size: 14px;
  margin: 0px;
  width: 620px;
  padding: 12px;
  float: left;
  border: 0px #FFF solid;
  border-right: 1px dotted #BBBBBB;
  line-height: 1.3em;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  text-align: justify;  
}

.nota .cajacontent p a{
  text-decoration: underline;
  color: red;
}

.nota .cajacontent.titulo_tab strong {
  color: #3a6176;
}

.nota .cajacontent h2 {
  font-size: 24px;
  line-height: 1.2em;
  margin: 20px 0px;
}

.nota .cajaelementos {
  text-align: justify;
  font-style: normal;
  font-size: 11px;
  margin: 12px 8px 12px 0px;
  /*width: 230px;*/
  width: 240px;
  padding: 5px;
  float: right;
  border: 1px #FFF solid;
  background: #f1f1f1;
  color: #000;
  border-radius: 6px;
}

.nota .fichaelementos {
  text-align: justify;
  font-style: normal;
  font-size: 11px;
  margin: 12px 0px;
  width: 590px;
  padding: 7px;
  float: left;
  border: 0px #FFF solid;
  background: #AAA;
  color: #000;
  border-radius: 8px;
}

.nota .fichaelementos a {
  color: #555; }

.nota .headelementos {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: #FFF;
  padding: 4px 0px;
  border-radius: 6px 6px 0px 0px;
}

.nota .elementos {
  padding: 4px 0px;
}

.nota .itemelementos {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #888;
  padding: 6px 2px;
}

.itemelementos:hover {
  background: #F1F1F1;
}

.nota .itemelementos a {
  color: #000; }

.nota .titelemento, .nota .titelemento a{ 
  font-size: 1.2em;
  color: #223b47;
  margin-bottom: 0.1em;
  line-height: 1em; 
}

.nota .itemelementos img {
    float: left;
    height: 48px;
    margin: 4px 4px;
    width: 48px;
    border: 1px solid #223b47;
}

.deselemento {
  color: #535353;
  font-size: 11px;
  font-weight: normal;
}

.nota .dataelemento { 
  float: left; 
  width: 174px;
  margin-left: 4px;
}

.nota .imgelemento { 
  float: left; 
  width: 58px;
}

.nota a:hover {text-decoration: underline;}


/*---------------------------------*/

.cajaelementos_tira {
  background: none repeat scroll 0 0 #FBFBFB;
  border: 0 solid #555555;
  color: #535353;
  float: none;
  font-size: 11px;
  font-style: normal;
  margin: 12px 0;
  padding: 0;
  text-align: justify;
  width: 620px;
  border-radius: 8px 8px 0px 0px;
}


.fichaelementos_tira {
  text-align: justify;
  font-style: normal;
  font-size: 11px;
  margin: 12px 0px;
  width: 590px;
  padding: 7px;
  float: left;
  border: 0px #FFF solid;
  /*background: #AAA;*/
  color: #535353;
  border-radius: 8px;
}

.nota .fichaelementos a {
  color: #555; }

.nota .separador {
  margin: 0px 12px; 
  height: 3px;
}

.headelementos_tira {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 6px 6px 0px 0px;
}

.elementos_tira {
  margin: 4px 0px;
  padding: 0px 0px;
  border: 1px solid #888;
}

.itemelementos_tira {
  background: none repeat scroll 0 0 #FBFBFB;
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 180px;
  padding: 6px;
  text-align: left;
  width: 141px;
  overflow: hidden;
}

.nota .itemelementos_tira img{
  background: transparent;
  padding: 0px; 
  border: 1px solid #BCBCBC;
  margin: 0px 5px;  
}


.itemelementos_tira:hover {
  background: #F1F1F1; }

.itemelementos_tira a {
  color: #000; }

.titelemento_tira, .titelemento_tira a{ 
  font-size: 13px;
  color: #223b47;
  line-height: 1.1em;
  /*margin-bottom: 0.5em;*/ 
}

.deselemento_tira, .deselemento_tira a{ 
  font-size: 11px;
  color: #535353;
  font-weight: normal;
  line-height: 1.1em;
  /*margin-bottom: 0.5em;*/ 
}

/*---------------------------------*/
           
.subnotas li {
  width: 144px;
  height: 144px;
  padding: 6px;
  float: left;
  border: 1px solid #CCC;
  list-style: none;
}

.subnotas li.current {
  border: 1px solid #FFF;
}

.programa a {
  text-decoration: underline;
}

.nota_arch {
  border: 1px solid #a2a2a2;
  border-radius: 8px;
  float: left;
  height: 120px;
  margin: 12px 0px 0px 12px;
  padding: 5px;
  width: 278px;
  overflow: hidden;
  -moz-box-shadow:    1px 1px 2px 2px #ccc;
  -webkit-box-shadow: 1px 1px 2px 2px #ccc;
  box-shadow:         1px 1px 2px 2px #ccc;  
}

.nota_arch h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 4px;
}

.nota_arch img {
  border: 1px solid;
  border-radius: 8px 8px 8px 8px;
  float: left;
  height: 100px;
  margin: 6px 6px 6px 0;
  width: 100px;
}

.data_arch {
  /*float: left;
  width: 820px;*/
}

.titulo_arch {
}

.bajada_arch {
  font-size: 11px
}

.titulo_arch {
}

.data_arch {
  margin-top: 2px;
}

.navigation {
  margin-top: 12px;
  text-align: center;
}

/*Single*/

.single .entry { width: 100%; }
.single #comments { float: left; margin-top: 30px; width: 100%; }
.single .commentlist { float: left; position: relative; width: 100%; }
.single .commentlist li { margin-top: 1em; }
.single .commentlist > li { padding: 10px; }
.single .comment-author img { float: left; margin-right: 5px; }
/*.single .commentmetadata { position: absolute; right: 10px; top: 10px; }*/


.area_comentarios {
  width: 922px;
  margin: 37px 37px;
  padding-bottom: 40px;
}

.area_comentarios p {
  margin-top: 12px; }

.nota.comentarios h2 {
    font-size: 24px;
    line-height: 1.2em;
    margin: 20px 0;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 0.5em;
}

#respond {
  margin: 12px;
}

.footer_area {
  background: none repeat scroll 0 0 #FFFFFF;
  border-top: 2px solid #EEEEEE;
  padding: 24px 30px;
}

.footer_area table{
  height: 120px;
}

.footer_area tr{ 
  height: 24px;
}

.footer_area td {
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
}

.footer_area td.footer_title {
  font-weight: bold;
}

.footer_area ul {
  list-style: none outside none;
}
  
.footer_list {
  margin-top: 8px;
  padding: 0;
}
  
.footer_list ul li {
  /*background:url(images/webs_dot.jpg) no-repeat center right;*/
  float:left;
  color:#000;
  border-right: 2px solid red;
  padding-right: 8px;
  margin-right: 8px;
  margin-left:0px;
}

.footer_list ul li:last-child {
  border: 0px solid #FFF;
  margin-right: 0px;
  padding-right: 0px;
}
  
.footer_list ul li a {
  color:#000; 
  display: block;
}
  
.arrow_btn {
  width:31px;
  float:right;
  padding:18px 0 0 0;
  }
  
.footer_bottom {
  padding:22px 0 0 0;
  }
  
.loginbox {
  /*background: #222;*/ 
  padding: 17px; 
  margin: 6px;
  /*border-radius: 6px;*/
  width: 385px;
  color: #535353;
  border: 0px solid;        
}

.loginbox.perfil {
  width: 640px;
  margin: 2em auto;
  background: #F1F1F1; 
  border: #B6B6B6 1px solid;
  border-radius: 5px;
}

.loginbox h3 {
  color: #e00000;
  font-size: 18px;
  margin-bottom: 10px;
}

.loginbox .formfield {
  font-size: 12px;
  font-weight: bold;
  color: #3b6174;
  margin: 0px 0px 2px; 0px; 
}

.loginbox form{
  margin-top: 6px;
}

.loginbox .input {
  width: 265px;
}

.loginbox.perfil span.formfield {
  display: block;
  font-size: 14px;
  margin: 0.2em 0;
}

.loginbox.perfil input {
  display: block;
  margin: 0 0 1em;
  width: 265px;
}

.loginbox.perfil input#submit {
  width: 120px;
  position: relative;
  float: right;
}

.loginbox.perfil span.bajada {
  display: block;
  font-size: 12px;
  margin: 0.2em 0;
  padding: 0;
}

.loginbox .campo {
  margin-bottom: 1em;
}

.sidebar {
  float: right; 
  width: 266px;   
}

.flechita {
  float: right !important; 
  margin: 2px !important; 
  width:13px !important; 
  height: 13px !important;
  padding: 0px !important;
  border: 0px solid !important;
  background: transparent !important;
}

.nota .estrellitas img {
  background: transparent;
}

.nota .fichaprograma img {
  background: transparent;
  padding: 0px;
  border: 1px solid #BCBCBC;
}

.nota .fichaprograma {
  text-align: justify;
  font-style: normal;
  font-size: 12px;
  margin: 12px 0px;
  width: 240px;
  padding: 7px;
  float: left;
  border: 1px #FFF solid;
  background: #F1F1F1;
  color: #233b47;
  border-radius: 8px;
}

.nota .fichaprograma a{
  text-decoration: underline;
  color: red;
}

.nota .headprograma {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #233b47;
  color: #FFF;
  padding: 4px 0px;
  border-radius: 6px 6px 0px 0px;     
}

.menues ul li {
  list-style: none;
  position: relative;
}

.menues ul li a {
  background: none repeat scroll 0 0 #3C8ECC;
  border: 1px solid #6392CD;
  border-radius: 6px;
  color: #FFFFFF;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 23px;
  line-height: 19px;
  margin: 0 2px;
  padding: 4px 0 0;
  text-align: center;
  width: 90px;
}

.menues ul li a:hover {
  /*color: #E9E9E9;*/
  /*background: url("images/button-blue-hover.png") no-repeat scroll left top transparent;*/
  background: #6EC0FF;
}

.menues ul li ul li a {
  /*background: url("images/menu-subitem.png") repeat-x scroll left top rgba(0, 0, 0, 0);*/
  background: #223A46;
  border-bottom: 1px solid #E9E9E9;
  border-radius: 4px;
  color: #7DCAFE;
  display: inline-block;
  float: none;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  line-height: 10px;
  list-style: none outside none;
  padding: 5px 0 0;
  text-align: center;
  width: 110px;
}

.menues ul li ul li:first-child a {
  /*border-top: 1px solid #E9E9E9;*/
  margin-top: 6px;
}

.menues ul li ul {
  /*background: #EAEAEA;*/
}

.menues ul li ul li a:hover {
  color: #FFF;
  /*background: url("images/menu-subitem.png") repeat-x scroll left top transparent;*/
  background: #233B47;
}

.menues ul li li a{
  list-style: none;
  float: none;
  display: inline-block;
  margin-top: 0px;
}

.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sf-menu {
    line-height: 1;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    /*width: 10em;*/
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: 0;
    top: 26px;
    z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 10em;
    top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 10em;
    top: 0;
}
.sf-menu {
  display: inline-block;
  margin-bottom: 1em;
}
.sf-menu a {
}

.sf-menu li {
    /*background: none repeat scroll 0 0 #BDD2FF;*/
}
.sf-menu li li {  
  display: inline-block;  
  margin-top: 0px;    
  /*background: none repeat scroll 0 0 #AABDE6;*/
}
.sf-menu li li li {    
    /*background: none repeat scroll 0 0 #9AAEDB;*/
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    /*background: none repeat scroll 0 0 #CFDEFF;*/
    outline: 0 none;
}
.sf-menu a.sf-with-ul {
    /*min-width: 1px;
    padding-right: 2.25em;*/
}
.sf-sub-indicator {
    /*
    background: url("/sites/podcasts/themes/le/sf/images/arrows-ffffff.png") no-repeat scroll -10px -100px transparent;
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 0.75em;
    text-indent: -999em;
    top: 1.05em;
    width: 10px;
    */
}
a > .sf-sub-indicator {
    /*background-position: 0 -100px;
    top: 0.8em;*/
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
    /*background-position: -10px -100px;*/
}
.sf-menu ul .sf-sub-indicator {
    /*background-position: -10px 0;*/
}
.sf-menu ul a > .sf-sub-indicator {
    /*background-position: 0 0;*/
}
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
    /*background-position: -10px 0;*/
}

.cartel {
  margin: 1em auto; 
  padding: 1em; 
  border: 1px solid #BBB; 
  border-radius: 5px; 
  background: #F1F1F1;
  width: 90%;
  line-height: 1.3em;
}

.cartel a {
  text-decoration: underline;
}

.cartel h3 {
    color: #E00000;
    font-size: 18px;
    margin-bottom: 10px;
}

input#s {
  border-radius: 3px;
  color: #aaaaaa;
  font-size: 15px;
  font-weight: normal;
  height: 24px;
  margin: 0;
  position: relative;
  top: -5px;
  width: 130px;
}

.wpcf7 p {
  font-weight: bold;
  color: #3a6176;
  margin-bottom: 1em;
}

input.wpcf7-form-control.wpcf7-submit {
  float: right;
  width: 64px;
}

input.wpcf7-form-control, .wpcf7-form-control.wpcf7-textarea {
  width: 360px;
}


.archive .rengfiltros {
  display: block;
  float: none;
  padding: 0 2px 0 12px;
}

.archive form input {
  margin: 0px;
  position: relative;
  top: 2px;
}

.archive #wp-submit.button-red {
  border: medium none;
  color: #FFFFFF;
  cursor: pointer;
  float: right;
  font-family: arial;
  margin: 0px 10px 10px;
  padding-bottom: 5px;
}

.archive form .itemfiltro {
  float: left;
  margin: 10px;
}

.archive form h3 {
  float: left;
  font-weight: bold;
  margin: 10px 0;
  width: 170px;
  color: #2D84C6;
}

.generator {
  position: relative;
}

.generator .botsubmit {
  bottom: 10px;
  display: inline-block;
  float: none;
  position: absolute;
  right: 10px;
}

.tooltip {
  background: none repeat scroll 0 0 #EEEEEE;
  border: 2px solid #333333;
  border-radius: 10px 10px 10px 10px;
  color: #000000;
  font-size: 11px;
  opacity: 0.9;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 140px;
  z-index: 999;
  display: none;
}

.boton_vermas {
  background: url("images/fondo-titulo-tab.png") repeat-x scroll left top #2E546C;
  border: 1px solid #AAAAAA;
  border-radius: 3px 3px 3px 3px;
  bottom: -20px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 4px;
  position: absolute;
  right: 2px;
  text-transform: uppercase;
}

.titulo_tira {
  color: #223B47;
  font-size: 24px;
  margin-bottom: 0;
  text-shadow: 1px 1px 2px #FFFFFF;
  text-transform: uppercase;
}

#wpstats {
  visibility: hidden;
}

.recordarme_container {
  display: inline-block;
  margin-top: 6px;
  position: relative;
  width: 240px;
}

.recordarme {
  display: inline-block;
  position: absolute;
  top: 1px;
  width: 200px;
}

.signotip {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #aaa;
  border-radius: 10px;
  display: inline-block;
  font-weight: normal;
  height: 10px;
  line-height: 1em;
  padding: 2px;
  text-align: center;
  width: 10px;
}

#loginform > #rememberme {
  margin-top: 8px;
}

.link_tapita {
  display: inline-block;
}

.jwcontainer {
  width: 100%;
}
