
body{
  font: normal 9pt Arial;
  margin: 0px;
  text-align: center; 
  background-image: url('../images/paper1.jpg'); 
}

#main{

  width: 800px;  
  height: 820px;
  position: relative;
  
  width: 990px;
  height: 820px;
   
  margin: 0 auto 0 auto;
  border: 1px solid #e0e0e0;
  padding: 5px;
  background-color: white;
}

#header{
 width: 90%;
 width: 100%;
 height: 100px;
 margin-top: 3px;
 
 border: 1px solid #e0e0e0;
 background-image: url('../images/Block780x70.gif');
 background-repeat: no-repeat;
 background-position: center center;
 background-color: black;
}


#banners{

}

#opciones{

 background-color: #606060;
 width: 100%;
 height: 32px;
 position:relative;
 margin: 0px;
}

ul.opciones{
  float: left; 
  list-style-type:none;
  display: block;
  margin: 0px;
  padding: 0px;
}

ul.opciones li{
 float: left;
 height: 30px;
 font: bold 9pt Arial;
 text-align: center;
 display: block;
 margin-left: 3px;
 color: white;
 padding-top: 5px;
 border: 0px solid #808080;
 padding-left: 5px;
}

ul.opciones li a{
 color: white;
 font: bold 9pt Arial;
}

#center{
 width: 793px;
 width: 988px; 
 height: 630px; 
 
 border: 1px solid #efefef; 
 background-color: white;
 position:relative;
 float: left;
}


#left{  
  width: 175px;
  height: 99%; 
  border: 0px solid red;
  float: left;
  margin-right: 3px;
  background-image: url('../images/slices_02.gif');
  background-image: url('../images/bgleft.gif');  
  background-repeat: repeat-y;
  background-position: top left;
  padding-left: 0px;  
  text-align: center;
}

#contenido{
    
  position: absolute;
  right: 2px;
  top: 2px;
  
  width: 600px;
  width: 820px;
  width: 780px;

  height: 780px;
  height: 97%; 

  overflow: auto;  
  text-align: left;

  padding: 2px;
  border: 1px solid #efefef;

}


#pie{
 width: 99%;
 height: 27px;
 text-align: center;
 border: 1px solid #e0e0e0;
 position: absolute;
 bottom: 5px;
 left: 5px;
}

/* ******************************************************************** */

a{

 color: black;
}

a.encabezado{

 font: bold 10pt Arial;
 color: #303030;
}


span.obligatorio{
	color: red;
}

a.red{

  color: red; 
  font-family:T ahoma; 
  font-size: 10pt; 
  text-decoration: none;
}


span.fuente{
	font-weight: bold;
}


ol.notas {
 margin: 0px; 
 list-style-position: inside;
 list-style-type: none;
 padding: 0px;
}


ol.notas li{
  font: normal 9pt Arial;
  list-style-position: inside;
}

ol.notas li a{
  font: bold 9pt Arial;
}

ol.notas li.titulo_sector{
	font: bold 11pt Arial;
	margin-bottom: 5px;
	list-style-type: none;
}


li.encabezado , a.encabezado{
	font: bold 10pt Arial;
}

ol.notas li a:hover{
  font: bold 9pt Arial;
}

span.breve{
 font: normal 9pt Arial;
}

.encabezado{
  font: bold 11pt Arial;
}

.nota{
 font: normal 10pt Arial;
}


ul.lista-opciones{
 list-style-image : url("../images/bluedot.gif");
 list-style-image : url("../images/arrow-item-blue.gif");
 
 margin: 0px;
 padding: 0px;
 list-style-position: inside; 
 text-align: left;
 position: relative;
 left: 20px;
}


ul.lista-opciones li{
 margin: 2px;
 padding: 0px;
 list-style-position: outside;  
 text-align: left;
}

ul.lista-opciones a { 
   text-decoration: none;
   font: bold 8pt Arial;
}
