/*inicio contenidos*/
#contenidos {
	text-align: left;
	height: 840px;
}


/* GENERAL ///////////////////////////////////////////////// */
#somos {
	float: left;
	width: 370px;
	height: 850px;
	text-align: right;
	padding-left: 50px;
	background-image:url(../imagenes/fondo-somos.jpg);
	background-repeat:no-repeat;
	background-position: right top;

}

#somos h1 {
	font-size:16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	
}

#somos img {
	margin: 15px 5px 0 0;
}

#somos p {
	padding-right: 5px;
	padding-top: 10px;
}


#miembros {
	float:right;
	width: 465px;
	height: 850px;
	padding-left: 20px;
	text-align:left;
}

#miembros h1 {
	font-size:16px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
	
}

.familia {
	margin: 15px 5px 0 0;
	height: 155px;
	background-image:url(../imagenes/flechas.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

.familia {
	padding-left: 30px;
}

.colaboradores {
	padding-top: 15px;
}
.colaboradores li {
	margin: 5px 0; 
	display:block; 
	padding:0 0 3px 20px; 
	background:url("../imagenes/flechas.gif") 0 1px no-repeat; text-decoration:none;
}



