@import "formatos.css";
/*
2006 - (c) Intercambios Internacionales por Internet. Todos los derechos reservados
*/
/**************PROPIEDADES PAGINA**************/
/*Pare IE hay codigo en el index.php*/
	html{	
			height: 100%;
	    width: 100%;
	    overflow: hidden;
	  }
	

/**************PROPIEDADES CUERPO**************/
/*Pare IE hay codigo en el index.php*/
	body {	margin: 0;
		background-color: #ececec;
		background-image: url(../imagenes/piedra.jpg);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: black;
		height: 100%;
	  width: 100%;
		clear: both;
		}  

/***************COLUMNA IZQUIERDA**************/

div#columna_izquierda { 
  width: 20%;
  height:100%;
  margin-left: 0px;
  border: 0px;
  left: 0px;
  top: 0px;
  position: absolute;
  float: none;
  overflow: hidden;
  right: 0px;
  }
        /***********cabecera **************/
div#columna_izquierda_cabecera {
  height:5%;
  }
			 /***********el cuerpo se divide en dos partes **************/
div#columna_izquierda_cuerpo {
 height: 90%;
 margin-top:0px;
 font-size: 8px;
 text-align: left;
 overflow: hidden;
 margin-bottom: 0px;
 width: 100%;
 } 
      /***********las dos partes del cuerpo**************/
div#lat_izq1 { 
  width: 100%;
  height: 75%;
  overflow:auto;
  }

div#lat_izq2 {
 width: 100%;
 height:15%;
 font-weight: bold;
 overflow: hidden;
 }						
		 /***********pie**************/
div#columna_izquierda_pie {
  height:5%;
  margin-bottom: 0px;
  text-align: center; 
  }

/****************COLUMNA CENTRAL***************/

div#columna_central {
  width:60%;
  height:100%;
  margin-left:20%;
  border:0px;
  position:absolute;
  float:none;
  vertical-align: middle;
  text-align: justify;
  padding: 0px;
  display: block;
  z-index:1;
  }

div#columna_central_cabecera {
  height: 15%;
  font-size: 18px;
  overflow: hidden;
  display: block;
  clear: both; 
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0px;
  }

div#columna_central_cuerpo { 
  height: 85%;
  font-size: 11px;
  color: black;
  overflow: auto;
  text-align: justify;
	background-image: url(../imagenes/papel.jpg);  
  }

div#columna_central_cuerpo_principal { 
  height:100%;
  }
  
div#columna_central_cuerpo_principal_texto  {
  height:100%;
  }

div#columna_central_cuerpo_texto_formulario { 
	background-color: #e4e4e4;
  height:100%;}

		 /***********pie**************/
		 
div#columna_central_pie {
 height: 0%;
}

div#derechos  { font-size: 9px; display:inline; }


div#columna_central_bienvenida {
		background-attachment: scroll; 	
		background-repeat: no-repeat;		
		overflow: auto; 
		background-position: center;
		height: 80%; }
		
		div#texto_inicial {
			display: block;
			color: black;
			font-size: 13px;
			text-align: justify;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			vertical-align: middle;
		}


/*****************COLUMNA DERECHA**************/

div#columna_derecha {
  width: 20%; 
  height: 100%; 
  margin-left: 80%;
  position:absolute; 
  top:0px;
  z-index:0;
  font-size: 9px;
  }
	
div#columna_derecha_cabecera {
  height: 1%; 
  overflow: hidden;
  margin-bottom: 0px;
  }

div#columna_derecha_cuerpo {
  overflow: hidden; 
  height:95%;
  vertical-align: middle;
  }
  
        /***********las dos partes del cuerpo**************/
  div#lat_der1 {
   width: 100%; 
   height: 85%;
   text-align: center;   
  }
   div#lat_der2 {
   width: 100%; 
   height: 10%; 
   font-weight: bold;
   text-align: center;
   }
      /***********pie **************/
div#columna_derecha_pie {
  height:4%;
  margin-bottom: 0px;
  text-align: center; 
  }
	
