/****** GENRAL CSS ****/

BODY{
background:url(fondo.jpg) repeat-x top;
background-color: #011d38;
margin-top:0px;
color:#fff;
font-family:tahoma, sans-serif;
font-size:8pt;
}

#cuerpo{
position:relative;
width:800px;
margin:auto;
/*background-color:lime;*/
}

#izquierda{
position:relative;
float:left;
width:435px;
height:600px;
background:url(escudo_izq.jpg) no-repeat;
/*background-color:yellow;*/
}

#navegador{
position:relative;
float:left;
width:225px;
height:160px;
margin-top:185px;
text-align:right;
line-height:23px;
}

A.enlace_nav, A.enlace_nav:VISITED, A.enlace_nav:ACTIVE, A.enlace_nav:FOCUS{
font-family: Verdana, sans-serif;
font-size:12px;
text-decoration:none;
color:#fb0;
font-weight:bold;
}

A.enlace_nav:HOVER{
font-family: Verdana, sans-serif;
font-size:12px;
text-decoration:none;
color:#EEE;
font-weight:bold;
}


#derecha{
position:relative;
float:left;
width:364px;
border-left:1px solid #ffffff;
background:url(sombra.jpg) no-repeat;
overflow:hidden;
}

#estirador{
position:relative;
float:left;
width:0px;
height:484px;
/*background-color:blue;*/
}

#marquesina{
position:relative;
float:left;
width:350px;
height:22px;
padding-top:7px;
margin-top:15px;
font: 9pt verdana, sans-serif;
color:white;
font-weight:bold;
background:url(marquesina.gif);
/*background-color:blue;*/
}

#borrador{
position:relative;
float:left;
width:349px;
height:15px;
text-align:right;
margin:120px 0px 120px;
}

#cabecera_seccion{
position:relative;
float:left;
width:349px;
height:70px;
padding-left:15px;
background:url(linea_superior.jpg) no-repeat;
background-position: bottom right;
}

#cabecera_seccion_bienvenida{
position:relative;
float:left;
width:349px;
height:70px;
}

#contenido{
position:relative;
float:left;
width:349px;
padding: 20px 0px 20px 15px;
}

#contenido_prin{
position:relative;
float:left;
width:349px;
height:800px;
padding: 20px 0px 20px 15px;
}

#pie_seccion{
position:relative;
float:left;
width:364px;
height:40px;
text-align:right;
}

#pie{
position:relative;
float:left;
width:800px;
height:166px;
background-color:#011d38;/*red*/
background: url(logo.gif) no-repeat top center;
}

#navegador_pie{
position:relative;
float:right;
font-family:tahoma, sans-serif;
font-size:7pt;
color:#fff;
text-align:center;
width:730px;
height:130px;
padding-top:160px;
line-height:21px;
background:url(polonia.jpg) center bottom no-repeat;

}

A.botones, A.botones:VISITED, A.botones:ACTIVE, A.botones:FOCUS{
font-family:tahoma, sans-serif;
font-size:8pt;
text-decoration:none;
color:#fff;
}

A.botones:HOVER{
font-family:tahoma, sans-serif;
font-size:8pt;
text-decoration:none;
color:#fb0;
}

.txt_amarillo{
font-family:tahoma, sans-serif;
font-size:8pt;
color:#fdcc00;
}

.txt_amarillo a{
font-family:tahoma, sans-serif;
font-size:8pt;
color:#fdcc00;
}

.marque_amarillo{
font: 9pt verdana, sans-serif;
color:#fdcc00;
font-weight:bold;
}

.png{behavior:url("css/pngbehavior.htc");}