* {
 margin:0;
 padding:0;
}

body {
 background-color : #ffffff;
 font : 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
 color : #ffffff;
 margin : 0px 0px 20px 0px;
 text-align: center;
}

img {
 border: 0px;
}

p {
 text-align:justify;
 text-indent:6px;
 margin-bottom:8px;
}


#contenedor {
 text-align: left;
 width: 800px;
 margin:auto;
}

#cabecera {
 height:80px;
 background-color:#000044;
 background:#000044 url(/img/titulo.jpg) no-repeat top left;
}
#cuerpo {
 padding: 4px 0px 5px 0px;
 overflow:hidden;
}

#izquierda {
 width:100px;
 height:516px;
 float:left;
 overflow:hidden;
}

#logo {
 width:100px;
 height:96px; 
}

#menu {
 margin-top:4px;
 margin-bottom:4px;
 height:307px;
 background-color:#000044;
/* background: transparent url(/img/menu.gif) no-repeat top left;
*/
}

#feb {
 width:100px;
 height:105px; 
}
#derecha {
 width:696px;
 height:516px;
 float:right;
 overflow:hidden;
 background-color:#000044;
}

#pie{
   background-color: #cccccc;
   padding: 3 10 3 10px;
   text-align:right;
   clear: both;
}

#menu ul {
 list-style-type:none;
 font-weight:bold;
 font-size:11px;
 padding-top:5px;
 padding-left:5px;
}
#menu li {
}
#menu li a {
 color: white;
 display:block;
 text-decoration:none;
 padding: 3px 0px 4px 5px;
 width:94px;
}
#menu li a.normal {
}
#menu li a:hover {
 background-color:#0000AA;
}

#menu li a:hover.selected,
#menu li a.selected {
 background-color:#FFFFFF;
 color:#000044;
}

#loader {
 width:694px;
 height:514px;
 position:absolute;
 margin-left:0px;
 margin-top:0px;
 border:1px #000044 solid;
 color:#000000;
 background-color:#ffffff;
 display:none;
 filter:alpha(opacity=75); 
 -moz-opacity: .75;
 opacity: .75;
}

IFRAME {
 width:696px;
 height:516px;
}

