
/************************************************************************************************************************************/
/*************************************************  CONTENIDO - CONOCENOS - QUIENES SOMOS **********************************************/
/************************************************************************************************************************************/


/*****************  MENU SECCIONES CONOCENOS  *******************/

#menu_conocenos {
  width: 813px;  
  position: absolute;
  top: 18px;
  right: 23px;
  padding: 0;
  margin: 0;
  list-style: none;             /*    border: 1px solid red;  */

  z-index: 5;
}

#menu_conocenos li {
  float: left;                          /*  border: 1px solid black;    */
  margin: 0 16px;
  padding: 0px;
  color: #333; text-align: center;
}

#menu_conocenos li a {
  margin: 0;
  padding: 2px 10px;
  color: #333; text-align: center;

  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 14px;                     cursor: pointer;
}

#menu_conocenos li a.activo, #menu_conocenos li a:hover {
  background: #ff9600;
  color: #fff;                  border-radius: 6px;
}



/*******************************************************************************/
/****************************  LISTADO CONOCENOS  ******************************/

#listado_conocenos {
  width: 813px;
  height: 340px;
  position: absolute;
  top: 46px;
  left: 80px;
  border: 2px solid #b4b4b4;          border-top-left-radius: 20px;       border-bottom-left-radius: 20px;
  background: url(../imagenes/conocenos/fondo_conocenos.png);

  color: #333;

  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
}


/*******************************************************************************/
/****************************  LISTADO QUIENES SOMOS ******************************/






#texto_quienessomos1 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: justify;
	position: absolute;
	width: 747px;
	left: 26px;
	top: 20px;
		
}


#texto_quienessomos2 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: justify;
	position: absolute;
	width: 430px;
	left: 342px;
	top: 173px;
		
}


#texto_quienessomos3 {
	font-family: Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	text-align: justify;
	position: absolute;
	width: 747px;
	left: 26px;
	top: 348px;
		
}


#foto_quienessomos {
	height: 142px;
	width: 296px;
	position: absolute;
	left: 28px;
	top: 172px;
}
