/*
  GENERAL
*/
html,body{
min-height: 100%;
height: 100%;
}
body{
margin: 0;
padding: 0;
background: #4D7A8B;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
font-size: 12px;
}
.link   { cursor: pointer; }
/*
  CONTENEDOR
*/

#contenedor{
/*float: left;*/
width: 782px;
margin: 0 auto;
padding: 0;
background: #FFF;
}

/*
  CABECERA
*/
div#cabecera{
float: left;
position: relative;
height: 127px;
width: 190px;
margin: 0 auto;
padding: 0;
background: #FFF;
color: #4D7A8B;
}

#menuSup{	
float: left;
clear: both;
height: 46px;
width: 100%;
background: url(../img/cadenas.gif) 100% 100%;

}
#imgLogo{
float: left;
position: relative;
margin: 0 auto 0 24px;
padding: 0;
}

/*
  CONTENIDO
*/
div#contenido           { float: right; width: 554px; padding: 0 0 20px 0; margin: 5px 1px 0 0; height: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000; background: #FFF; }
#contenedorTodo         { position: relative; margin: 0 0 0 12px; padding: 0; }
*.floatLeft             { float: left; }
*.floatRight            { float: right; }
*.fondoAzul             { padding: 10px 10px 10px 10px; background-color: #E8F2FB; width: 515px; }
*.textoAzul             { border: 0; color: #1160C5; text-decoration: none; }
*.textoAzulOscuro       { border: 0; color: #073979; text-decoration: none; }
*.textoAzulMenu         { border: 0; color: #07499F; text-decoration: none; }
br.salto                { clear: both; }
br.salto2               { clear: both; line-height: 0; }
*.B                     { font-weight: bold; }
*.C                     { text-align: center; }
*.alignMiddle           { vertical-align: middle; }
*.textoVerde            { color: #446B03; }
*.textoRojo             { color: #ff0000; }
*.W33p                  { width: 32.9%; }
*.W50p                  { width: 49.9%; }
*.W90p                  { width: 89.9%; }
*.W100p                 { width: 99.9%; }
*.W45px                 { width:45px; }
*.W80px                 { width:80px; }
*.W125px                { width:125px; }
*.W200px                { width:200px; }
*.W425px                { width: 425px; }
*.noDisc                { list-style: none; margin: 0; padding: 0; }
*.clear                 { clear:both; }
ul.input                { margin: 0; padding: 5px 5px 5px 8px; }
*.bordeAzul             { border:1px solid #1160C5; }
*.dobleEspacio          { line-height: 25px; }
*.rightPadding10px      { padding-right: 10px; }
*.topPadding10px        { padding-top: 10px; }
*.bottomMargin5px       { margin-bottom: 5px; }
*.margin10px            { margin: 10px 10px 10px 10px; }
*.topBottomPadding10px  { padding: 0 10px 0 10px; }
*.boloVocabulario       { list-style-image: url(../img/boloVocabulario.gif); }
table th                { color:#fff; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #4D88D4; text-align: left; }
table td                { color: #1160C6; }
table tr.tableAzul      { background-color: #DCE7F7; }
/*
  NAVEGACION
*/
#navegacion {
float: left;
margin: 0;
padding: 0;
width: 186px;
height: 100%;
border: 1px solid;
}
#navegacion ul {
list-style: none;
margin: 0;
padding: 5px 0 5px 0;
}
#navegacion li {
margin-left: 0;
padding: 0;
width: 186px;
font-family: Arial, Helvetica, sans-serif;
color: #A9D4FF;
}
#navegacion li a {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #A9D4FF;
text-decoration: none;
}
#navegacion li a:hover {
text-decoration: none;
color: #70AE08;
}
*.b{
font-weight: bold;
}
*.paddingLeft5px{
padding-left: 5px;
}
*.paddingRight5px{
padding-right: 5px;
}
*.paddingtopBottom5px{
padding-top: 5px;
padding-bottom: 5px;
}
*.menuTitle{
padding-bottom: 4px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #1160C6;
}

*.space{
height: 14px;
clear: left;
}

*.space2{
height: 6px;
}

*.noDecorate{
text-decoration: none;
border: 0;
}
*.fondoMenu{
background-color: #D5E8F7;
}
*.colorTextoTit1{
color: #640297;
}
*.colorTexto1{
color: #9B34CD !important;
}
*.noMarginTop{
margin-top: 0;
}
.bl3 {
  background: url(bl.gif) 0 100% no-repeat #07499F;
  width: 186px;
  text-align: left;
  font-size: 9px; 
}
.br {
  background: url(../img/br.gif) 100% 100% no-repeat;
}

.tr {
  background: url(../img/tr.gif) 100% 0 no-repeat;
}

/*
  PIE
*/
div#pie{
margin: 5px auto 20px auto;
background: #28466E;
height: 30px;
color: #FFF;
clear: both;
width: 782px;
background-image: url(../img/plecaPie.gif);
}
div#pie span p 
{
    text-decoration:none;
    margin: 0;
    color: #FFF;
    padding: 5px 10px;
}

