﻿/* TAGS HTML */
body
{
    background-image: url(imagenes/fondo.jpg);
    background-repeat: repeat-x;
    background-color: #666666;
    margin:0;
    padding:0;
}


/*CAPAS*/
#divPrincipal
{
    width:769px; 
    margin: 0 0 0 0px;
    text-align:left;
    /*margin-left: 170px;
    padding: 4 4 4 4px;
    vertical-align: top;*/
} 

.divCuerpo
{
    width:760px; 
    margin: 0 0 0 0px;
    background-color: #FFFFFF;
} 

.divPie
{
    vertical-align: top;
    text-align: center;
    color: #ffffff;
    font-family: 'Trebuchet MS';
    background-color: #000000;
    width: 760px;
}

#divAlerta
{
    left: 24%;
    top: -200px;
    height: 100px;
    width: 222px;
    position: relative;
    z-index: 5;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    color: #ff0000;
    border-bottom: black thin solid;
    background-color: white;
}

/*MENU SUPERIOR*/

#menu ul
{
    padding: 0px;
    margin: 0px;
    background-image: url("imagenes/fondo_menu.gif" );
    background-repeat: repeat;
    background-position: 0 0;
    background-color: #333;
    list-style: none;
    font-size: 10px;
    font-weight: normal;
    width: 100%;
    height: 30px;
    float: left;
    font-family: 'Trebuchet MS';
}

#menu ul li {
display: inline;
}

#menu ul li a:link, #menu ul li a:visited {
background-color: #333;
color: #FFF;
padding: 5px 15px;
float: left;
text-decoration: none;
}

#menu ul li a:hover, #menu ul li a:active{
color: #900;
background-position: 0 -30px;
background-color: #CCC;
height: 20px;
}






.divNoticiasTitular
{
    font-family: Garamond;
    background-color: #ccccff;
    border-right: #accfe8 1px double;
    border-top: #accfe8 1px double;
    border-left: #accfe8 1px double;
    width: 99%;
    border-bottom: #accfe8 1px double;
    height: 24px;
    font-weight: bold;
    font-size: 14pt;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 5px;
    vertical-align: top;
    padding-top: 2px;
    text-align: left;
    line-height: 9pt;
}

.divNoticiasCuerpo
{
    font-family: Trebuchet MS;
    font-size: 10pt;
    text-align: justify;
    background-color: #f0f0ff;
    border-right: #accfe8 1px solid;
    border-top: #accfe8 1px solid;
    border-left: #accfe8 1px solid;
    width: 99%;
    border-bottom: #accfe8 1px solid;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 5px;
    vertical-align: top;
    padding-top: 2px;
    display: block;
    background-image: none;
    position: static;
}
.divSeparador
{
    height: 1px;
}


/*ENCABEZADOS*/
.titulo
{
    font-size: 12pt;
    font-family: Georgia, 'Comic Sans MS' , Arial;
    background-color: #9370db;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 3px;
    padding-top: 2px;
}

.subTitulo
{
    font-weight: normal;
    font-size: 11pt;
    color: #ffffff;
    font-family: Arial;
    background-color: #90a1b2;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 3px;
    padding-top: 2px;
    vertical-align: top;
    text-align: center;
}

.subSubTitulo
{
    font-weight: bold;
    font-size: 10pt;
    color: #ffffff;
    font-family: Arial;
    background-color: #90a1b2;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 3px;
    padding-top: 2px;
    width: 100%;
}



/* FUENTES*/

.texto
{
    font-size: 9pt;
    color: black;
    font-family: Arial;
}

.textoMensajeRojo
{
    font-size: 9pt;
    color: red;
    font-family: Arial;
}

.textoEnlace{
    font-size: small;
    font-family: Arial;
    color: #3366CC;
    text-decoration: none;
}

.textoEnlace a{
    font-size: small;
    font-family: Arial;
    color: #3366CC;
    text-decoration: none;
}

.textoGridView{
    font-size: 9pt;
    color: gray;
    font-family: Arial;
}

.login{
    font-size: 7pt;
    font-family: Arial;
}

.loginError{
    font-size: 7pt;
    font-family: Arial;
    color:Red;
}
.noticiasFecha
{
    font-size: 6pt;
    font-family: Arial;
    text-decoration: none;
}

