/***********************************************/
/* external.css                             */
/***********************************************/

/***********************************************/
/* Estructura principal -  Plantilla 001       */
/***********************************************/

#base {
 width: 770px;
 margin: auto;
 margin-top: 15px;
 /*background-color:#CCFF66;*/
 }

#top {
text-align: left;
margin-bottom: 3px;
 }

#titulo {
 margin-left: 65px;
 }
 
#menutop {
 margin-left: 133px;
 margin-top: 10px;
  }
   
#menuiz {
 float: left;
 width: 125px;
 background-color: #4A6687;
 margin-top: 5px;
 }

#menuder {
  float: left;
  background-color:#4A6687;
  margin-top: 5px;
  width: 125px;
}

#nivel1 {
 float: left;
 width:518px;
 margin-top: 5px;
 margin-bottom: 20px;
}

#contenido {
  width:490px;
  margin: auto;
  margin-bottom: 10px;
  }
 
#contenidoinf {
	width:490px;
	margin: auto;
	margin-bottom: 10px;
}
  
#pie {
 clear:both;
 font-family:Arial, Helvetica, sans-serif;
 font-size:60%;
 text-align:center;
 } 
 
/***********************************************/
/* Nivel2 -  Plantilla 002       */
/***********************************************/ 

#contenido2 {
  width:500px;
  margin: auto;
  margin-bottom: 10px;
  }

#nivel2 {
 float: left;
 width:510px;
 margin-top: 5px;
 margin-bottom: 20px;
/* background-color: #CC3300;*/
}


 
 /***********************************************/
/* Componentes de las páginas                   */
/***********************************************/

/************* #index **************/
 
 
#intro {
  width: 380px;
  background-color:#2E3E51;
  padding: 5px 5px 20px 5px;
  margin: auto;
  }
  
#entrar{
  margin: auto;

  }

/************* #producciones **************/

  
#capaservicios {
background-color:#729FD1;
height: 100%;
margin: 0px;
}
  
#capaservicios h5 {
  margin-left: 140px;
  }


#capaservicios img {
float: left;
  }
 
 




#base #nivel1 #contenido {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
