/* LOS CONTENEDORES */
#espacio_superior{
position:relative;
width: 100%;
height: 3px;
background-color:"#F9B02F";
overflow:hidden;
display:none;
}

#contenedor{
position:relative;
width: 900;
height: 660;
border-color:"#FFFFFF";
border-width:0px;
border-style:solid;
background-color : #FFFFFF;
overflow:hidden;
}

#seccion{
position:relative;
width: 100%;
height: 565px;
overflow:hidden;
}

#seccion_izquierda{
position:relative;
width: 85%;
height: 100%;
overflow:hidden;
float:left;
}

#cabecera{
position:relative;
width: 100%;
height: 90px;
background-color:"#000000";
overflow:hidden;
}

#menu{
position:relative;
width: 100%;
height: 30px;
padding-left:5px;
background-color:"#FFFFFF";
border-top-color:"#F9B02F";
border-top-width:1px;
border-top-style:solid;
border-bottom-color:"#F9B02F";
border-bottom-width:1px;
border-bottom-style:solid;
text-align:center;
overflow:hidden;
}

#situacion{
position:relative;
width: 100%;
height: 20px;
background-color : #0000FF;
}

#contenido{
position:relative;
width: 100%;
height: 425px;
background-color:"#00FF00";
overflow:hidden;
}


#seccion_derecha{
position:relative;
width: 15%;
height: 100%;
background-color:"#FF0000";
overflow:hidden;
float:left;
}

#pie{
position:relative;
width: 100%;
height: 95px;
overflow:hidden;
//background-color:"#F9B02F";
border-color:"#FFFFFF";
border-width:0px;
border-style:solid;
text-align:center;
}

/* EL MENU SIN DESPLEGABLE */

#tablist.menu {
padding: 0px;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Arial;
color: #666666;
}

#tablist li{
list-style: none;
margin: 0;
}

#tablist li hr{
list-style: none;
margin-left: 5px;
margin-right: 5px;
margin-top: -4px;
margin-bottom: -4px;
color: #F9B02F;
padding: 0px;
}

#tablist.menu li b{
text-decoration: none;
text-align: center;
padding: 2px;
margin-left: 0px;
margin-top: 2px;
margin-bottom: 2px;
border: 0px solid #778;
background: #F9B02F;
color: #FFFFFF;
width: 140;
}

#tablist.menu li a{
text-decoration: none;
text-align: center;
padding: 2px;
margin-left: 0px;
margin-top: 2px;
border: 1px solid #778;
background: #FFFFFF;
color: #666666;
width: 140;
}

#tablist.menu li a:link, #tablist li a:visited{
color: #666666;
}

#tablist.menu li a:hover{
color: #000000;
}

#tablist.menu li a:selected{
color: #000000;
text-decoration:underline;
}

/* Estilo del cuerpo */

body {
background-color:#FDE0AC;
text-align:center;
}


/* Estilo de los parrafos de texto */

body {
scrollbar-arrow-color: #FEF1DA;
scrollbar-base-color: #F9B02F;
scrollbar-dark-shadow-color: #F9B02F;
scrollbar-face-color: #F9B02F;
scrollbar-shadow-color: #FEF1DA;
scrollbar-highlight-color: #FEF1DA;
}

p.parrafo {
font:Arial;
font-size:12px;
text-align:justify;
}

p.parrafo a{
text-decoration: none;
font-weight: 900;
color: #F9B02F;
}

/* Clase fondo de color */

em.fcolor_izq {
font:Arial;
font-size:12px;
color:#FFFFFF;
font-style:normal;
text-align:left;
}

em.fcolor_der {
font:Arial;
font-size:12px;
color:#FFFFFF;
font-style:normal;
text-align:right;
}

strong.fcolor {
font:Arial;
font-size:larger;
color:#FFFFFF;
font-style:normal;
font-weight:900;
text-align:center;
}

strong.fcolor a{
font:Arial;
color:#FFFFFF;
font-style:normal;
text-decoration:none;
text-align:center;
}

strong.fcolor a:hover{
text-decoration:underline;
}



