/* ----- Divisiones del HTML ------ */
/*-- Explorer---*/
#container{
       margin: 0 auto;
       width:760px;
	   text-align: left;
	   }
#container_adm{
       margin: 0 0 0 0;
       width:100%; 
	   height:auto;
	   }
#container_aux{
       margin: 0 0 0 0;
       width:100%; 
	   height:auto;
	   }
.header{
       width:100%;
       height:auto;
       margin: 0 0 0 0;
	   }
.linea_header {
       width:100%;
       height:auto;
       margin: 0 0 0 0;
	   vertical-align : top;
	   border: none;
	   }
.menu_horizontal {
       width:100%;
       height:auto;
       margin: 0 0 0 0;
	   vertical-align : top;
	   }
.contenido_variable {
       width:100%;
       height:100%;
       margin: 0 5px 0 5px;
	   vertical-align : top; 
		}
.izquierda { 
       width:170px;
       height:100%;
       float:left;
	   }
.izquierda_ind {
       width:29%;
       height:300px;
       margin:0 0 0 0;
       float:left;
	   }
.derecha {
       width:145px;
       height:auto;
       float:right;
	   }
.principal{
       width:100%;
       height:100%;
	   float:right;
	   }
.principal_ind{
       width:100%;
       height:460px;
       margin:0 0 0 0;
	   float:center;
	   }
.pie{
       width:100%;
       height:auto;
	   float:left;
	   }
