﻿body 
{
    margin:0px;
    font-family:Arial;
    font-size:9pt;
}
.menu
{
    font-family: Arial;
    font-size: 11pt;
    color: White;
    font-weight: bold;
    cursor: pointer;
}
.parteCentral
{
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    font-size: 8pt;
    text-align: justify;
}
.menuAmarillo
{
    font-family: Arial;
    font-size: 11pt;
    color: White;
    font-weight: bold;
    background-color: #880026;
    padding-top:2px;
    text-transform:uppercase;
}
.cabNoticia
{
    color:#880026;
    font-family:Verdana;
    font-size:12pt;
    font-weight:bold;
    text-align:justify;
    text-decoration:none;
}
.cabNoticia:hover
{
    color:#880026;
    font-family:Verdana;
    font-size:12pt;
    font-weight:bold;
    text-align:justify;
    text-decoration:underline;
}
.resumen
{
    font-family: Arial;
    color: #000000;
    font-size:10pt;
    text-align:justify;
}
.noticia
{
    font-family:Arial;
    font-size:9pt;
    color:black;
    line-height:20px;
}
.cabGaleria
{
    color:#880026;
    font-family:Arial;
    font-size:11pt;
    font-weight:bold;
    text-decoration:none;
}
.cabGaleria:hover
{
    color:#880026;
    font-family:Arial;
    font-size:11pt;
    font-weight:bold;
    text-decoration:underline;
}
.opinion
{
	color:#ed7900;
	font-family:Arial;
    font-size:10pt;
	font-weight:bold;
    text-decoration:none;
}

.pie
{
    font-family:Arial;
    font-size:8pt;
    color:black;
    text-decoration:none;
}
.pie:hover
{
    font-family:Arial;
    font-size:8pt;
    color:black;
    text-decoration:underline;
}
.boton
{
    background-color: #EE7900;
    font-family:Arial;
    font-size:10pt;
    color:white;
    font-weight:bold;
    border-bottom: outset 2px #880026;
    border-right: outset 2px #880026;
    border-left: outset 1px #880026;
    border-top: outset 1px #880026;
    cursor:pointer;
}