/* reset */
* {padding:0;margin:0;}
html {font-size:62.0%}
body {font-size:1em}
:link,:visited {text-decoration:none}
img {border:none}
address {font-style:normal}
ul,ol {list-style:none}
p {margin-bottom:0.5em}
h1, h2 {margin:0}
fieldset {padding:1em;}


/* layout.css */
html,body {text-align:center}
html, body, #page{width:740px; height:450px; margin:0 auto; }
body {background: url("img/fondo.jpg") top left no-repeat;}
br {clear:left}
h1 {position:absolute; top:210px; left:200px}
#contenido {text-align:left; position:absolute; top:70px; right:20px; width:400px; height:350px; background:transparent url("img/contenido.gif") top left no-repeat; }
#contenido h2 {position:absolute; top:8px; left:80px;}
#texto{position:absolute; top:43px; left:80px; width:295px; height:204px; overflow:auto; padding-right:10px}

#menu {position:absolute; display:block; top:243px; left:10px; width:125px; height:230px; overflow:auto;}
#menu {text-align:right;}
#menu li a        {text-align:center;display:block; padding:9px 35px 5px 0; width:74px; float:left; background:url("img/menu_inactivo.png") center no-repeat; min-height:22px}
#menu li a.activo {background:url("img/menu_activo.png")   center right no-repeat}
#menu li a:hover  {background:url("img/menu_hover.png")    center right no-repeat}
#menu li {display:block; clear:both;}

#nav {display:block; position:absolute; top:271px; left:70px; width:330px; height:70px; list-style-image:url("img/inactivo.png"); overflow:auto}
#nav img {width:35px; height:35px}
#nav li {display:inline; text-align:center; float:left; padding:0 10px}
#nav li {background:url("img/inactivo.png") top center no-repeat}
#nav li:hover, #nav li.activo {background:url("img/activo.png") top center no-repeat}

#LangSelect {position:absolute; top:22px; right:30px; text-align:right}


/* fonts.css */
* {font-family: Verdana, Helvetica, Arial, "Lucida Grande", Geneva, Lucida, sans-serif; }
pre, label, input, dt, dd, addess, p {font-size:1.2em}
h2 {font-size:1.2em}
h1 {font-size:1.4em}
:link, :visited, :link:hover {font-weight:bold}
#nav li {font-size:1.1em}
.espaciado {line-height:175%}

/* color.css */
html { background-color: #004600; }
body { background-color: #ddd; }
h2 {color:#666}
:link, :visited {color:#666}
a:hover {color:#444}

.fondomenu{background:#B8D947}

/* debug */
/*
#contenido {border:1px dashed black}
#nav {border:1px dashed black}
#menu *{border:1px dashed black}
*/
#menu, #nav, #contenido, #texto {display:none}

