body{
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
}

/* Cajas */
#container-inner {
    border: 1px solid #cfdde5;
    margin:200px auto 0;
}

.contenedor{
   border: 1px solid #cfdde5;
   margin: 30px 0 0 0;
   padding:5px;
}

.contenedor_sin_borde_arriba{
   border: 1px solid #cfdde5;
   border-top-color: #fff;
   padding:5px;
}

.caja_gris{
   float:left;
   background-color:#eeeeee;
   border: 1px solid #cccccc;
   pading:5px
}

/* Celdas */

tr.impar{
 background-color: #f3f6f9;
}

td.celda_azul{
   
   background-color:#3333ff;
   color:#ffffff;
   font-weight:bold;
    text-align:center

}

td.celda_roja{
  background-color:#FF0000;
  color:#ffffff;
  font-weight:bold;
  text-align:center
}


a.enlaces_limpios{
  text-decoration: none;
  color:#000000;
}

a.enlaces_limpios:hover{
  text-decoration: underline;
  color:#000000;
}

/* paginacion */
.pages-margin {
 padding: 10px 0 0 0;
 font-size: 90%;
  margin:0px auto 0; 

}

.pages-margin a, .pages-margin span{
text-decoration: none;
display: block;
float: left;
color: #000000;
padding: 5px 7px 5px 7px;
margin-right: 3px;
border: 1px solid #cfdde5;
}

.pages-margin span.current {
border: 1px solid;
font-weight: bold;
background: #f3f6f9;
color: #000000;
border-color: #cfdde5;
}

.pages-margin span.current a {
padding: 0;
border: 0px;
}

.pages-margin a {
border: 1px solid;
text-decoration: none;
border: 1px solid #cfdde5;
}

.pages-margin a.nextprev {
font-weight: bold;
}

.pages-margin span.nextprev {
border: 0px solid;
}

/*pestanas*/

.tabmain {
height: 28px !important;
padding: 0 0 0 12px; 
margin: 0;
overflow: hidden;
white-space: nowrap;
background: #fff url(../admin/images/iconos/pixel-ff6400.png) repeat-x bottom;
}

.tabmain li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;

}

.tabmain a:link, .tabmain a:visited, .tabmain span {
float: left;
line-height: 22px !important;
padding: 2px 6px 2px 6px;
margin-right: 4px;
border: 1px solid;
text-decoration: none;

background: #FFF;
color: #000;
border-color: #cfdde5;
}

.tabmain a:link.tabmain-this, .tabmain a:visited.tabmain-this, .tabmain span{
font-weight: bold;
border-bottom: 1px solid;
color: #000;
background: #fff;
border-bottom-color: #fff;

}

.tabmain em {
margin-right: 25px;
font-style: oblique;
}

.tabmain a:hover {
background: #fff;
}


#num_noticia_doble {
  float: left;
  width: 20px;
  padding: 3px 0 0 0;
  text-align: center;
}
#selector_noticias_doble {
  overflow: hidden;
  margin: 0 0 5px 0;
  line-height: 25px;
}
.boton_selector_noticias_doble {
  
  font-weight: bolder;
  font-size: 14px;
  cursor: pointer;
  width: 15px;
  
  float: left;
  text-align: center;
  
  
}
.dec {
  background-position: 0 -29px;
}

#portales_suscriptores {
  display: none;
}