body {
	background-color: #A3A3A3;
	background-image: url(../images/sitio/bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table 
{
    font-size: 11px;
}

.td_contenido_right {
	background-image: url(../images/sitio/tbl_content_bg_right.jpg);
}
.tbl_contenido {
	background-color: #FFFFFF;
	background-image: url(../images/sitio/tbl_content_bg_left.jpg);
	background-repeat: repeat-y;
	position: relative;
}

.separador {
	height: 5px;
}
h1,h2,h3,h4,h5,h6 { color: #003333; }

/*css formas*/
.textField
{
    border: solid 1px #49423b;
    font-size: 11px;
    color: #49423b;
    
}
.buttonField
{
    font-family: Verdana;
    font-size: 10px;
}
.tblForm
{
    BACKGROUND-COLOR: #f0ece3
}
.td_header
{
    font-weight: bold; 
    font-size: 11px; 
    color: white;  
    BACKGROUND-COLOR: #006666;
    padding: 3px;
    text-align: center;
}
.td_mensaje
{
    COLOR: black; 
    FONT-STYLE: italic;
    text-align: center;
}
div.float 
{
    float: left;
    /*border: solid 1px red;*/
    padding: 5px;
}
td.on
{
    background: #F3F2F0;
    border: solid 1px #EAE2D5;
}
td.out
{
    background: transparent;
    border: solid 1px white;
}
.LinkButton
{
    text-decoration: none;
}
.LinkButton:hover
{
    text-decoration: underline;
}
.error
{
    color: Red;
}
/*seccion articulos********************************************************/
div.primerArticulo_on
{
    background: #F3F2F0;
    border: solid 1px #EAE2D5;
    cursor: pointer;
    display: block;
    
    padding: 5px;
}
div.primerArticulo_out
{
    background: transparent;
    border: solid 1px white;
    cursor: pointer;
    display: block;
    
    padding: 5px;
}
div.articulo_on
{
    background: #F3F2F0;
    border: solid 1px #EAE2D5;
    cursor: pointer;
    display: block;
    width: 590px;
    padding: 5px;
}
div.articulo_out
{
    background: transparent;
    border: solid 1px white;
    cursor: pointer;
    display: block;
    width: 590px;
    padding: 5px;
}
.revistaButton
{
    background: transparent;
    line-height: 16px;
    text-decoration: none;
    vertical-align: middle;
    border: solid 1px white;
    padding: 3px;
    color: #474340;
}
.revistaButton:hover
{
    background: #F3F2F0;
    line-height: 16px;
    text-decoration: none;
    border: solid 1px #E6DFCF;
}
#divMenuRojo td
{
    padding-left: 2px;
    padding-right: 2px;
}
.aMenuRojo
{
    color: White;
    text-decoration: none;
}
.aMenuRojo:hover
{
    color: White;
    text-decoration: underline;
}
.aEsteMes
{
    color: #75563d;
    text-decoration: none;
}
.aEsteMes:hover
{
    color: #75563d;
    text-decoration: underline;
}
.aPie
{
    color:White;
    text-decoration:none;
}
.aPie:hover
{
    text-decoration:underline;
}

.aGuiaPortada
{
    color: White;
    font-size: 9px;
    text-decoration: none;
}
.aGuiaPortada:hover
{
    text-decoration: underline;
}

.aGaleriaPortada
{
    color: #75563d;
    text-decoration: none;
    font-weight: bold;
    padding-left: 5px;
}

.aGaleriaPortada:hover
{
    text-decoration: underline;
}

.aNoticasPortada
{
    color: #75563d;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
}
.aNoticasPortada:hover
{
    text-decoration: underline;
}

.progressWindow
{
    position: absolute; 
    top: 45%; 
    left:20%;  
    width: 333px;
    height: 87px;
    background-image: url(../images/progress/window.jpg);
    background-repeat: no-repeat;
    vertical-align: middle;
}
img
{
	border:0;
}
a
{
	color: Black;
	text-decoration: none;
}

