﻿body
{
    background: #E6ECF2;
    font: normal small Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.8em;
    behavior: url(csshover2.htc);
    margin:0;
}

#contenido
{
    position: relative;
    width: 99%;
    background: white;
    border: #336699 3px solid;
    min-height: 500px;
    margin: 5px auto;
}


.logout
{
    width:150px;
    position:absolute;
    top:5px; right:25px;
    text-align:center;
    z-index:100; margin-top:7px;
}

.logout span{color:Orange; font-weight:bold; }
.logout a{color:Orange; font-size:smaller; text-decoration:none;  }
.logout a:hover{text-decoration:underline; }

#header
{
    font-family: Tahoma;
    width: 100%;
    margin: 0;
    height: 85px;
    background: #336699;
    
}


#header img
{
    float: left;
    height: 85px;
}

#header h1
{
    position: relative;
    left: 10px;
    font-weight: normal;
    color: orange;
    letter-spacing: 2px;
    margin-top:0px;
    padding-top:15px;
}
#header h4
{
    position: relative;
    color: Orange;
    top: -15px;
    left: 10px;
}

#division
{
    background-image: url(img/header5.gif);
    background-repeat: repeat-x;
    width: 100%;
    height: 17px;
}

#menu
{
    height: 27px;
    background-image: url(img/header4.gif);
    background-repeat: repeat-x;
    width: 100%;
    margin: 0; padding: 0;
}
#menu ul
{
    margin: 0; padding: 0; width: 100%;
    list-style-type: none;

}
#menu a
{
    text-decoration: none;
    color: #1A344F;
    padding-left: 10px;
}
#menu ul ul a
{
    padding-left: 2px;
}
#menu ul ul
{
    width: 150px;
   display: none;
    position: absolute;
    left:10px; top:25px;
}
#menu ul li
{
    float: left;
    padding-left: 10px;
    padding-top: 2px;
    width: 150px;
    font-weight: bold;
    position:relative;
}
#menu ul li ul li
{
    font-weight: normal;
}
#menu ul li:hover ul
{
    display: block;
}
#menu ul li ul li
{
    border-bottom: 1px solid #1A344F;
    border-left: 1px solid #CCD9E5;
    border-right: 1px solid #CCD9E5;
}
#menu ul li ul li
{
    background: #FF9900;
    width: 150px;
}
#menu ul li ul li:hover
{
    background: #336699;
}

#menu ul li ul li a
{
   display:block;
   width: 150px;    
}

#menu ul li ul li:hover a
{
    color: #CCD9E5;
}

/*#CCD9E5*/

#principal
{
    width: 100;
    margin: 0;
    padding: 10px;
}

#footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #336699;
    height: 19px;
    text-align: center;
    display:none;
}

#footer a
{
    color: #CCD9E5;
    font-size: xx-small;
    text-align: center;
    text-decoration: none;
}

#footer a:hover
{
    color: White;
    font-size: xx-small;
    text-align: center;
}

#login
{
    width: 350px;
    margin: 20px auto;
    padding: 0;
}

#login span
{
    display:block;
    float:left;
    width:100px;    
    margin-left:3px;
}

#login input
{
    display:block;
    width:240px;  
    float:left;
}

#login  br{clear:both;}

#login #titulo
{
    background: orange;
    margin: 0;
    padding: 2px;
    display: block;
    width: 100%;
    font-weight:bold;
    text-align:center;
    text-transform:uppercase;
    margin-bottom:4px;
}

#login small
{
    color:Red;
}
#login #botones 
{
    text-align:center;
    width:100px;
    margin:0 auto;
}

#login #botones input
{
    width:100px;    
}
