html>body {
 font-size: 16px;
}

body {
 margin: 0;
 padding: 0;
 background-color: #023199;
 font-family: Verdana, Arial, Helvetica, Sans-Serif;
 font-size: 12px;
}

#container {
 margin: 0 auto;
 padding: 5px;
 width: 1000px;
 border-left: 1px solid;
 border-right: 1px solid;
 color: #FFFFFF;
 background-color: #CCC;
} 

#helpNavigation {
 margin: auto;
 padding: 0;
 position: absolute;
 list-style-type: none;
}

#helpNavigation a {
 position: absolute;
 display: block;
 left: -9000px;
}

#helpNavigation a:focus {
 position: relative;
 left: 20px;
 background: #ffffff;
}

kbd {
 font-size: 1.1em;
}

dl#accesskey {
 margin: 10px 0 0 0;
 padding: 0;
}

dl#accesskey dt {
 border: 2px solid #ccc;
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 margin: .2em 0;
 margin-left: 50px;
 display: inline;
}

dl#accesskey kbd {
 padding: .1em .3em;
 border: 1px solid #333333;
 border-top: none;
 border-left: none;
}

dl#accesskey dd { 
 margin: -1.5em 0 3px 85px;
 padding: .4em 0;
}

div#cabecera {
 height: 80px;
 background: #CCC url(logo.gif) no-repeat;
 padding-left: 300px;
 text-align: center;
}

div#cabecera h1 {
 margin: 0;
 padding: 0;
 padding-top: 5px;
 color: white;
 font-size: 32px;
 text-transform: uppercase;
}

div#cabecera h2 {
 margin: 0;
 padding: 0;
 padding-top: 8px;
 color: white;
 font-size: 14px;
}

div#cabecera a {
 text-decoration: none;
}

div#miga {
 background-color: #fff;
 color: #000;
 height: 20px;
 padding: 0;
 margin: 0;
 border-bottom: 1px solid #000;
}

div#miga span#nombre {
 color: #D97000;
 text-align: right;
}

div#selec_lang {
 color: #FFFFFF;
}

div#selec_lang h2 {
 display: none;
}

div#selec_lang ul {
 list-style-type: none;
 margin: 0;
 padding:1em 3em 
}

div#selec_lang ul li {
 margin-top: 0.7em;
 padding-left: 37px;
 line-height: 2em;
 text-transform: uppercase;
}

div#selec_lang ul li a {
 text-decoration: none;
 color: #333333;  
}

div#selec_lang ul li a:hover {
 text-decoration: underline; 
}

div#selec_lang ul li#idmCastellano {
background: url(idiomas/i1/banderita.png) no-repeat;}

div#selec_lang ul li#idmFrances {
 background: url(idiomas/i2/banderita.png) no-repeat;
}

div#selec_lang ul li#idmIngles {
 background: url(idiomas/i3/banderita.png) no-repeat;
}

div#pie {
 margin: 0;
 margin-top: 1em;
 padding: 0;
 clear: both;
 text-align: center;
 background-color: #fff;
 border-top: #000 1px solid;
}

div#pie ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
 line-height: 2em;
}

div#pie ul li {
 margin: 0;
 padding: 0 1.5em 0 1em;
 display: inline;
 background: #ffffff url(img_fondo/barra.gif) no-repeat 100% 0;
}

div#pie ul li a {
 padding-right: 20px;
 background-repeat: no-repeat;
 background-position: 100% 50%;
 color: #333;
 font-size: 1em;
 line-height: 2em;
 text-decoration: none;
}

div#pie ul li a:hover {
 text-decoration: underline;
}

div#pie ul li#contact a {
 background-image: url(img_fondo/contacta.gif);
}

div#pie ul li#copyright a {
 background-image: url(img_fondo/copyright.gif);
}

div#pie ul li#copyright {
 background: none;
}

a {
 color: #023199;
}