/* Propiedades de la interfase principal */
/* El uso de la "/" es para compatibilidad con Internet Explorer */
body
{
text-align:center;
scrollbar-base-color: #990000; 
scrollbar-arrow-color: #990000;
scrollbar-face-color: #FFFFFF;
scrollbar-shadow-color: #515561;
scrollbar-highlight-color: #515561;
scrollbar-3dlight-color: #515561;
scrollbar-darkshadow-color: #515561;
scrollbar-track-color: #990000;
background-color: #EEEEEE;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
/* DIV Contenedor Principal*/
#cuerpo
{
vertical-align:middle;
display:block;
width:908;
height:825;
/ height:855;
background-image:url(../img/interfase/fondo_principal.gif);
/ background-image:url(../img/interfase/fondo_principal_ie.gif);
background-repeat:no-repeat;
}
/* DIV de encabezado y sus componentes*/
#encabezado
{
background-color:#CCCCCC;
width:900;
height:auto;
}
#barra_gris
{
display:block;
background-color:#4C4C4C;
width:900;
height:10;
}
#top_servicios
{
display:block;
width:900;
height:40;
background-image:url(../img/interfase/back_servicios.jpg);
background-repeat:repeat-x;
}
#menu_servicios
{
display:block;
float:left;
background-image:url(../img/interfase/back_servicios.jpg);
background-repeat:repeat-x;
width:580;
height:40;
}

#menu_busqueda
{
display:block;
float:right;
position:relative;
background-image:url(../img/interfase/back_busqueda.jpg);
background-repeat:no-repeat;
width:320;
height:40;
}
#flashtop
{
background-color:#CCCCCC;
display:block;
width:900;
height:210;
}
/* DIV de contenedor central*/
#contenedor
{
background-image:url(../img/interfase/back_contenedor.jpg);
background-position:top;
background-repeat:repeat-x;
display:block;
width:900;
height:520;
/ height:auto;
/ margin-top:-4;
}
/* DIV Contenedor de la columna izquierda*/
#izquierda
{
display:block;
float:left;
width:200;
height:495;
/ height:490;
}
/* DIV Contenedor de la columna central*/
#col_central
{
overflow:auto;
padding-top:7;
float:left;
position:relative;
display:block;
width:494;
height:500;
/ height:530;
}
/* DIV de contenido de opciones de secciones*/
#secciones
{
background-image:url(../img/interfase/back_secciones.jpg);
background-repeat:no-repeat;
display:block;
width:200;
height:260;
}

/* DIV de contenido de editorial y columnas*/
#editorial
{
margin-top:8;
padding-top:45;
padding-left:12;
position:relative;
background-image:url(../img/interfase/back_editorial.jpg);
background-repeat:no-repeat;
display:block;
width:202;
height:225;
}
/* DIV Contenedor de la columna derecha*/
#derecha
{
display:block;
float:right;
width:198;
height:495;
/ height:490
}
#destacado
{
padding-top:40;
/ padding-top:30;
padding-left:12;
float:left;
background-image:url(../img/interfase/back_relevante.jpg);
background-repeat:no-repeat;
display:block;
width:192;
height:235;
margin-top:10;
margin-left:5;
}
#impresa
{
padding-top:30;
/ padding-top:30;
float:left;
background-image:url(../img/interfase/back_edicion_impresa.gif);
background-repeat:no-repeat;
display:block;
margin-left:5;
margin-top:-30;
 /margin-top:10;
width:192;
height:235;
}
/* DIV de barra informativa inferior*/
#inferior
{
background-color:#E5E5E5;
padding-top:10;
display:block;
width:900;
height:35;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
}
/* ESTILOS DE LAS PANTALLAS DEL SISTEMA SACD */
.textoformas {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}
.formas_web {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #F64117;
	color: #000000;
	padding-top:2;
	padding-left:5;
	padding-right:5;
	padding-bottom:2;
}
.botones 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #FFFFFF;
	height: 22px;
}
.textoinstrucciones {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	display:block;
	padding-top:6;	
	color: #CC0000;
}
