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

/* GENERAL ///////////////////////////////////////////////// */
#nombres {
	float:left;
	width: 370px;
	height: 357px;
	padding-left: 50px;
	text-align:right;
}

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

#nombres p {
	padding-bottom: 10px;
	font-weight:bold;
}




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

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

#enlace p {
	padding-bottom: 10px;
}

#enlace img {
	margin: 0 3px;
}


