/* HTML */
html {
    background-color: white;
    color: #002B3D;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: 1.3em;
}

body {
    margin: 0px;
    padding: 0;
    width:100%;
    min-width:990px;
    background:url('../Rscs/img/fondoPagina.png') 0px 48px repeat-x;
}

img {  
    border-style: none;
}

a:link, a:visited, a:active { 
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}

/* Encabezado */
div#bannerwrap {
    position: relative;
    background: url('img/fondoBanner.png') repeat-x;
    background-color : #006720;
    height:95px;
    width:100%;  
}

div#bannerlogo {
    float:left;
    height:95px;
    width:320px;
    padding-left:25px;
    padding-top:15px;
}

div#bannerimg {
    float:right;
    height:95px;
    width:560px;
}

div#masthead a {
    display:block;   
}

div#wrapper {
    margin: 0 auto;
    min-width:990px;
    max-width:1100px;
    height: 100%;
    display: block;
}

div#content {
    margin-top: 2em;
    margin-left: 2em;
    padding-left:2em;
    padding-right:2em;
    padding-top:1em; 
    padding-bottom:1em;
    width: 50em; 
    min-height: 50em;
    /*overflow:auto;*/
    border:#D7F3EA 1px solid;
    border-top:#ABE668 10px solid;
    background:#FFFFFF;  
}

#content p {
    padding-left: 2em;
   }
   
.redondo {
    border-radius: 8px;  
    -ms-border-radius: 8px;  
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;  
    -khtml-border-radius: 8px;   
}

div#lateral {
    display: block;   
    background-color: #FFFFFF;
    float:right;
    /*margin-top: 3em;*/
    margin-right: 2em;
    width: 15em;
    height: 50em;
    padding: 1em;  
    border:#D7F3EA 1px solid;
    border-top:#ABE668 10px solid; 
}

/* Cajas */
a.caja {
    display:block;
    background-color: transparent;
    color: #002B3D;
    /*font-weight: bold;*/
    text-align: right;
    height: 1em;
    width: 160px;
    padding: 1em;
    border-bottom: #ABE668 2px solid;
    border-right: 2px solid transparent;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    margin-bottom: 1em;
}

a.caja p { padding-left: 2.5em; } 

a.caja:hover {
    color: #007F00 ;
    border-bottom: 2px solid orange;
    border-right: 2px solid orange;
    border-radius: 8px;  
    -ms-border-radius: 8px;  
    -moz-border-radius: 8px;  
    -webkit-border-radius: 8px;  
    -khtml-border-radius: 8px;   
}

a.caja:link, a.caja:visited, a.caja:active { text-decoration: none; }
/*
#inicio { background: url('img/home_48.png') no-repeat; }
#cursos { background: url('img/clipboard_48.png') no-repeat; }
#ayuda { background: url('img/help_48.png') no-repeat; }
#contacto { background: url('img/address_48.png') no-repeat; }
#escuela { background: url('img/folder_48.png') no-repeat; }
*/

a.icon {
    float: left;
    background-color: transparent;
    height: 15px;
    width: 23px;
    border: transparent;
    margin: 5px;
}

#pt { background: url('img/pt.gif') no-repeat; }
#en { background: url('img/en.gif') no-repeat; }
#uy { background: url('img/uy.gif') no-repeat; }

h1, h2, h3, h6 {
    font-weight: normal; 
    color: #000080; /* mvd dark blue */
    line-height: 1.2em;
    
}  

h1 {
    font-size: 1.5em; 
    border-bottom: 2px solid #ff7f00;
}

h2 {
    font-size: 1.3em;
    color: #000080;
    border-bottom: 1px solid #ff7f00;
    margin-top:1.5em;
    
}

h3 {font-size: 1.2em;}

h4 {
    font-weight:bold;
    white-space:pre-wrap;
}

h5 {
    font-weight : bold; 
    font-size : 1.1em; 
    color : #000080;
    border-bottom: 1px solid #ff7f00;
}

h6 {
    font-size: 1em;
    color : #000080;
    border-bottom: 1px solid #ff7f00;
    }

.pie{
    width:auto;
    height:2em;
    padding-top:5px;
    margin:3em;
    background-color:#FFFFFF;    
    border-radius: 0.5em; 
    -ms-border-radius: 0.5em;  
    -moz-border-radius: 0.5em;  
    -webkit-border-radius: 0.5em;  
    -khtml-border-radius: 0.5em; 
    border:#D7F3EA 1px solid;
    border-top:#ABE668 5px solid;
}

.pie h6{
    text-align:center;
    margin:auto;
    font-size:0.8em;
    border: none;
}

#footer    { background: #222; border-bottom: 5px solid #999; clear: both; width: 100%; }
#footer a  { color: #eee; }
#footer p  { color: #ccc; margin: 0; padding: 0 18px 10px; }
#footer ul { border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
#footer li { display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }




 


