﻿body 
{
    background-color: #D5D1D2; 
    background-image: url('../images/header-bg.png'); 
    background-repeat: repeat-x;
}

#marco 
{
    margin:0 auto 0 auto; 
    width: 983px; 
    background-color: White; 
}

#left {
    float: left;
    width: 234px;    
    background-repeat: repeat-x;
    background-image: url('../images/header.png');    
}        

#right {
    margin: 0 0 10px 230px;
    text-align: justify;                    
}

#content {
    padding-left: 12px;
    
}

#header {
    background-image: url('../images/header.png');
    background-repeat: repeat-x;    
    height: 248px;    
}
       
#footer {
    clear:both;
    height: 84px;
    background-repeat: repeat-x;
    background-image: url('../images/footer.png');
                        
}
        
#footer div 
{
    color: White;
    width: 100%;
    padding-top: 1em;    
    text-align: center;
}

#footer > div p
{
    margin: 0px;
}

article {
    margin-top: 8px;
    width: 740px;    
}

#noticia  {
    padding: 10px;
    background-color: #FFFFFF;
}

#noticia.alternate {    
    background-color: #E8E4E4;
}

#comentario  {
    padding: 10px;
    background-color: #FFFFFF;
}

#opinion  {
    padding: 10px;
    background-color: #FFFFFF;
    width: 100px;
}

article header {    
    font-weight: bold;
    font-size: 10pt;
}

hr {    
    background-color: #DE2920;        
    height: 0.5px;    
}

#subcontent 
{
    width: 740px;
}

#minuto 
{
    background-color: #F0F0F0;
    float:left;
    width: 510px;
    margin-bottom: 6px;
    padding: 8px 0 8px 0;
}

#minuto div
{
    width: 478px;
    margin: 6px;
    padding: 6px; 
    font-size: 8pt;
}

#minuto > div p
{
    margin-bottom: 0px;
}

#frase 
{
    background-color: #F0F0F0;
    position: relative;
    float: left;
    width: 228px;
    padding: 8px 0 8px 0;
    margin-bottom: 6px;
    height: 240px;
}

#frase img
{    
    width: 84px;
    height: 84px;
    float: right;
}

#entre 
{
    float: left;
    width: 274px;
    padding: 8px 0 8px 0;
    background-color: #FFF0F0;
    margin-left: 8px;
    margin-bottom: 6px;
    height: 240px;
}

#entre img
{    
    width: 274px;
    height: 128px;
    float: left;
    margin-bottom: 18px;
}

#autor
{
    width: 130px;
    font-size: 0.9em;            
}

#titulo p
{
     padding: 0 8px 0 8px;
     margin-bottom: 0px;     
}

hr
{    
    background-color: #DE2920;
    height: 1px;
}

#textfrase 
{
    padding: 0 8px 0 8px;
}

#imagefrase 
{
    padding: 0 8px 0 8px;
}

#textfrase p
{
    margin-top: 12px;
    padding: 0 8px 0 8px;
}

.seccion 
{
    width: 100%;
    background: #202020;
    display: inline-block;
    vertical-align: top;
}
        
.seccion p
{
    font-size: 10pt;
    color: White;
}

#busqueda {
    position: relative;
    top: 189px;    
    left: 0px;         
}

#fecha {
    position: relative;
    top: 185px;
    left: 0px;         
}

#legal 
{
    color: #6C6C6C;
    text-decoration: none;
}

#legal:hover 
{
    text-decoration: underline;
}

#logo 
{
    position: relative;
    top: -30px;
    right: 60px; 
}

#logo img
{    
    width: 36px;
    height: 36px;
    float: right;
}

#logo a
{ 
  color: White;
  text-decoration: none;    
  font-size: 10pt;     
  top: 0px;
position: relative;
}

#bannerP {
    clear:both;
    text-align : center;
}

#masnoticias 
{    
    margin: auto;
    margin-top: 4px;
    border: 1px solid white; 
    background: #DE2920;
    padding: 6px 14px 6px 14px;            
    width: 105px;    
    color: White;
    font-size: 1.2em;
}

#masnoticias:hover {              
    cursor: pointer;        
    background: #AE0900;            
}

.enlace
{
    text-decoration: none;
    color: #DE2920;
}
.enlace:hover
{
    text-decoration: underline;
    color: #AE0900;
}

.titulonoticia 
{
    text-decoration: none;
    color: Black;
}

.titulonoticia:hover
{
    text-decoration: underline;    
}