@charset "utf-8";
body{
background:#A9D0F5;
min-width:820px;
}
#contenedor{
position:relative;
top:0;
left:50%;
height:auto;
width:800px;
margin:0 0 0 -410px;
padding:10px;
background:#fff;
overflow:hidden;
box-shadow:##999 2px 2px 5px;
-moz-box-shadow:#999 2px 2px 5px;
-o-box-shadow:#999 2px 2px 5px;
-webkit-box-shadow:#999 2px 2px 5px;
}
h1{display:none;}
header, nav, section, #menu, #texto, #informacion, footer{
position:relative;
top:0;
left:0;
margin:0;
padding:0;
}
header, #menu, section{
display:block;
width:800px;
}
img{border:none;}
header{height:130px;}
header, nav{z-index:1;}
#menu, #texto{list-style-type:none;}
.botones:visited{
background:url(../imagenes/botones.png);
background-position:0 -120px;
color:#333;
}
.botones:hover{
background:url(../imagenes/botones.png);
background-position:0 -40px;
}
.botones{
float:left;
height:40px;
width:133px;
background:url(../imagenes/botones.png);
background-position:0 0;
text-decoration:none;
}
.botones p{
margin:0;
padding:10px 0 0 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
text-align:left;
color:#006;
}
#activo{
background:url(../imagenes/botones.png);
background-position:0 -80px;
}
#activo p{color:#FFF;}
section{margin:45px 0 0 0;}
#texto li{
display:block;
margin:0;
}
.infoPrincipal{
display:block;
overflow:hidden;
height:25px;
}
#learnLanguage{height:600px;}
h2{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:600;
color:#003;
margin:0 0 10px 0;
padding:0;
background:#F7F2E0;
border-bottom:#C60 thin solid;
}
.informacion div{
display:inline-block;
float:left;
margin:0;
padding:0;
}
.imagen{
height:auto;
width:133px;
border-right:#999 solid thin;
}
.imagen p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#036;
text-align:center;
}
#informacion{
left:10px;
height:auto;
width:655px;
}
#informacion p{
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
line-height:1.5em;
text-align:justify;
}
.boton{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:600;
color:#006;
}
.boton:visited{color:#960;}
.boton:hover{color:#009;font-style:italic;}
footer p{
height:auto;
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#084B8A;
text-align:center;
}
