﻿@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	font-family:"Segoe UI", Arial, Times;
	}

a{
	text-decoration:none; 
	color:inherit;
}

a:hover {
	text-decoration:underline;
}

h5
{
    text-transform:uppercase;
}

#cabeza
{
    width:900px;
    height:110px;
    background: url('../images/cabeza.jpg') no-repeat top center;
}

.divisor_cabeza
{
    background: url(../images/divisor_cabeza.jpg) repeat-x top center;
    width:100%;
    height:18px;
    margin-bottom:15px;
}


.titulopaneles
{
    font-family:"Segoe UI", Arial;
    font-size:20px;
    margin:5px 0px 10px 0px;
    color:Green;
}


#menu{
	width:900px;
	margin:auto;
	text-align:right;
	font-size:20px;
	position:relative;
}
#menu a{color:Gray; text-decoration:none;}
#menu a:hover{text-decoration:underline;}
#menu a.current{color:Black;}

.wide{
	width:900px;
	height:auto;
	margin:auto;
	margin-bottom:10px;
	clear:both;
}

.izquierda{
    float:left;
    width:300px;
}

.derecha{
       width:200px;
       float:left;
}

.central{
       width:400px;
       height:auto;
	   float:left;
	   font-size:13px;
}

.central a
{
  color:Black;
}

.autor{color:#696969; font-size:12px;}

.hora_enelmomento{color:Maroon;}

.derecha img
{
    border:0;
}
/* Columnas, opinion, negra */

#columnistas
{   
      width :335px;
      float:left;
      padding:10px; 
      vertical-align: middle;
      display:inline;
	  font-size:11px;
	  text-transform:uppercase;
}

#opinion
{   
      width :275px;
      float:left;
      padding:10px; 
      margin:0px 5px 0px 5px;
      vertical-align: middle;
      display:inline;
	  font-size:11px;
	  text-transform:uppercase;
}

#lanegra
{   
      width :207px;
      float:left;
      padding:10px; 
      vertical-align: middle;
      display:inline;
      border:solid 1px black;
      margin-bottom:10px;
}

#columnistas a{color:Black;}
#opinion a{color:Black;}

#busqueda
{
    width:195px;
    border:solid 1px gray;
    height:25px;
}

/* Panel de texto libre, monos y encuestas */


#encuestas
{   
      width :335px;
      float:left;
      display:inline;
}

#textolibre
{   
      width :275px;
      float:left;
      margin:0px 5px 0px 5px;
      display:inline;
      border:solid 1px #99ba55;
      background-color:#f5ffe6;
      padding:5px;
      font-size:12px;
}

#textolibre a
{
    color:Black;
}

#monos
{   
      width :207px;
      float:left;
      display:inline;
	  height:inherit;
}

.monos_arriba
{
    background: url(../images/monos1.jpg) no-repeat top center;
    width:206px;
    height:26px;
}

.monos_medio
{
    background: url(../images/monos2.jpg) repeat-y top left;
    width:206px;
    height:auto;
    padding:0px 25px 0px 25px;
}

.monos_medio img
{
    border:0;
}

.monos_abajo
{
    background: url(../images/monos3.jpg) no-repeat top center;
    width:206px;
    height:31px;
}

/* Pie de página */
#pie{
	width:100%;
	background: url(../images/pie.jpg) repeat-x top center;
	clear:both;
	font-size:12px;
	color:White;
	margin-top:15px;
	padding:20px 0 15px 0;
}

#pie a
{
    color:White;
}

/*Nota*/

.notaizquierda{
    float:left;
    width:180px;
    height:auto;
}

.notaizquierda a
{
    color:Black;
}

.notaderecha{
    width:710px;
    margin:0 0 0 10px;
    float:left;
    font-size:13px;
    height:auto;
}

.cajanota
{
    width:100%;
    height:auto;
}

.titulonota
{
    font-size:30px;
    font-weight:lighter;
}

.nombreautor
{
    font-size:11px;
    color:Green;
    text-transform:uppercase;
}

.sidebarnotas
{   
      width:160px;
      float:left;
      margin-bottom:15px;
      border:solid 1px #99ba55;
      background-color:#f5ffe6;
      padding:5px;
      font-size:12px;
}

.notassidebar
{
    font-family: Arial;
    font-size:11px;
    text-transform:uppercase;
    margin:0px 0px 10px 0px;
    border-bottom:dotted 1px #BBBBBB;
}

.imagen_nota
{
    float: right;
    display: block;
    margin:10px 10px 10px 10px;
    width:470px;
    background-color:#F7F7F7;
    border:solid 1px #BDBDBD;
}

.imagen_nota p
{
    font-family:Arial;
    font-size:10px; 
    text-align:left; 
    color:Black;
    text-transform:uppercase;
    margin:5px 10px 5px 10px;
}

.imagen_nota img
{
    padding:5px 5px 2px 5px;
    border:0;
}

/* Secciones */

#seccionizquierda{
    float:left;
    width:662px;
}

.titulonota_secciones
{
    font-family:"Segoe UI", Arial;
    font-size:23px;
    margin-bottom:10px;
    color:#2F4F4F;
}

#seccionizquierda a
{
    color:Black;
}

#seccionizquierda table
{
    font-family:"Segoe UI", Arial;
    font-size:13px;
}

#enviarimprimir
{
    width:100%;
    height:25px;
    font-size:11px;
    color:Gray;
    text-align:right;
}

#enviarimprimir a
{
    color:Gray;
    text-decoration:none;
}

#enviarimprimir a:hover
{
    text-decoration:underline;
}

.fotogrande1
{
    background: url(../images/foto1.jpg) no-repeat top center;
    width:340px;
    height:6px;
}

.fotogrande2
{
    background: url(../images/foto2.jpg) repeat-y top left;
    width:326px;
    height:auto;
    padding:0px 7px 0px 7px;
}

.fotogrande3
{
    background: url(../images/foto3.jpg) no-repeat top center;
    width:340px;
    height:8px;
}

#seccionderecha{
    width:228px;
    margin-left:10px;
    float:left;
    font-size:13px;
}

#seccionderecha a
{
    color:Black;
}

.titulonota_secciones_secundaria
{
    font-family:"Segoe UI", Arial;
    font-size:14px;
    margin-bottom:10px;
}

.fotopeque1
{
    background: url(../images/foto_secundarias1.jpg) no-repeat top center;
    width:215px;
    height:6px;
}

.fotopeque2
{
    background: url(../images/foto_secundarias2.jpg) repeat-y top left;
    width:201px;
    height:auto;
    padding:0px 7px 0px 7px;
}

.fotopeque3
{
    background: url(../images/foto_secundarias3.jpg) no-repeat top center;
    width:215px;
    height:8px;
}

.textopublicidad
{
    font-family:Arial;
    color:Gray;
    text-transform:uppercase;
    font-size:9px;
}

#busqueda
{
    width:225px;
    border:solid 1px gray;
    height:28px;
    margin-bottom:15px;
    vertical-align:top;
}

#busquedainicio
{
    width:198px;
    border:solid 1px gray;
    height:28px;
    margin-bottom:15px;
    vertical-align:top;
}

#busquedaopinion
{
    width:279px;
    border:solid 1px gray;
    height:28px;
    margin-bottom:15px;
    vertical-align:top;
}

#busquedanota
{
    width:178px;
    border:solid 1px gray;
    height:28px;
    margin-bottom:15px;
    vertical-align:top;
}

/* Opinion */

.izquierdaopinion{
    float:left;
    width:280px;
    margin-right:10px;
}

.titulo_columnistas
{
    font-family:"Segoe UI", Arial;
    font-size:18px;
    margin-bottom:10px;
    
}

.texto_intro_columnistas
{
    font-family:"Segoe UI", Arial;
    font-size:14px;
    text-align:left;
    color:#595959;
    margin-bottom:35px;
}

.texto_intro_opinion
{
    font-family:"Segoe UI", Arial;
    font-size:12px;
    text-align:right;
    color:#595959;
}

.texto_intro_opinion a
{
    color:#595959;
}

/* Editorial */

#cabeza_editorial
{
    width:810px;
    height:47px;
    padding:65px 80px 0px 10px;
    background: url(../images/editorial.jpg) no-repeat top center;
}

.fechaeditorial
{
    font-family:"Segoe UI", Arial;
    text-transform:uppercase; 
    font-size:12px; 
    text-align:left; 
    color:#2F4F2F;
    margin:1px 0px 0px 10px;
    border-bottom:solid 1px black;
}

.letracapital
{
   float:left;
   border:1px solid #999999;
   font-size:80px;
   line-height:60px;
   padding:5px;
   font-family:"Times New Roman", Arial;
   margin-right:2px;
}

.tituloeditorial
{
    font-family:"Lucida Sans Unicode", "Segoe UI", Arial, "Times New Roman";
    font-size:30px; 
    text-align:left; 
    color:Black;
    margin:10px 0px 10px 5px;
}

.textoeditorial
{
    font-family:"Segoe UI", "Lucida Sans Unicode", Arial, "Times New Roman";
    font-size:13px; 
    text-align:left; 
    color:Black;
    margin:10px 0px 10px 5px;
}

/* Busquedas */


.resultados
{
     font-family: "Segoe UI", Georgia, Arial;
     text-transform: uppercase;
     font-size:11px;
     color:#595959;
}

.palabrabuscar
{
     font-family: "Segoe UI", Georgia, Arial;
     font-size:20px;
     color:#2F4F4F;
     border:solid 1px black;
     background-color:#FFFFE0;
     padding:10px;
}