A                { text-decoration: none; color : #195636; }
A:HOVER          { text-decoration: none; color : #195636; font-weight: bold; }

A.blanco        { text-decoration: none; color : #FFFFFF; }
A.blanco:HOVER  { text-decoration: none; color : #FFFFFF; }

BODY {
        background-color: #E7E7E7;
        background-image: url('../img/back.jpg');
        background-repeat: no-repeat;
        background-position: bottom center;
				background-size: 100px 50px;
        scrollbar-face-color:#4f80c0;
        scrollbar-arrow-color:#FFFFFF;
        scrollbar-track-color:#eaeaea;
        scrollbar-shadow-color:#eaeaea;
        scrollbar-highlight-color:#eaeaea;
        scrollbar-3dlight-color:#eaeaea;
        scrollbar-darkshadow-color:#eaeaea;
        margin: 0px;
}
#content{
/*clear : both ;*/
}
/*
html, body{
height:100%

}*/
.texto, ul, ol, p {
        font-family : Lucida Sans, Trebuchet MS;
        font-size : 12px;
        letter-spacing: 0pt;
        color : #195636;
}

.inbox {
        font-family : Verdana;
        font-size : 11px;
        color: #253769;
        background-color: #E0E8EC;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: normal;
        border-right-style: normal;
        border-bottom-style: normal;
        border-left-style: normal;
        border-top-color: 000000;
        border-right-color: 000000;
        border-bottom-color: 000000;
        border-left-color: 000000;
}

.boton {
        font-family : Verdana;
        font-size : 11px;
        font-weight: bold;
        color: #000000;
        height: 22px;
        margin-color: #000000;
        background-color: #CDCDCD;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: normal;
        border-right-style: normal;
        border-bottom-style: normal;
        border-left-style: normal;
        border-top-color: 000000;
        border-right-color: 000000;
        border-bottom-color: 000000;
        border-left-color: 000000;
}

p {
        text-align: justify;
        font-family : Lucida Sans, Trebuchet MS;
        font-size : 12px;
        letter-spacing: 0pt;
        color : #195636;
}
.subtitle{
        text-align: center;
        font-family : Verdana;
        font-size : 12px;
        letter-spacing: 0pt;
        color : #876508;
}

ul {
        text-align: justify;
        font-family : Lucida Sans, Trebuchet MS;
        font-size : 12px;
        letter-spacing: 0pt;
        color : #195636;
}

.menu {
        position: absolute;
        bottom: 0px;
        left: 0px;
        height: 300px;
        width: 450px;
        background-color: #000080;
        z-index: 50;
        border: 3px solid #ff0000;
        padding: 5px
}
.menu1{
 a:hover	{background-color: #3399CC; color: #fff;}
}


h1 {
        text-align: left;
        font-size: 25px;
        padding: 0px 0 0 0px 0;
        margin: 0 0px 0 0px;
}




h2 {
        text-align: left;
        font-size: 10px;
        padding: 0px 0 0 0px 0;
        margin: 0 0px 0 0px;
}

.menuOpt {
   font-size: 23px;
   padding-bottom: 3px;
   margin-left: 3px;
}

.menuOptOn {
   font-size: 23px;
   margin-left: 3px;
}

.subMenuOpt {
   font-size: 18px;
   margin-left: 10px;
}

.subMenuOptOn {
   font-size: 18px;
   margin-left: 10px;
}

.titular {
   font-size: 20px;
   padding-bottom: 3px;
}



