@charset "UTF-8";
.cajitas {
	float: left;
	height: 60px;
	width: 70px;
	position: relative;
	clear: left;
	padding-right: 15px;
	padding-bottom: 15px;
}



/*Lista Directivos  */

#directivos1 {
	font-family: Myriad, Arial;
	font-size: 14px;
	color: #000000;
	position: relative;
	width: 420px;
	height: 1000px;	
}

#directivos2 {
	font-family: Myriad, Arial;
	font-size: 14px;
	color: #000000;
	position: absolute;
	width: 420px;
	height: 1000px;
	float: right;
	margin-right: 15px;
	left: 539px;
	top: 438px;
}
#todo {
	width: 850px;
	position: relative;
}





#listaDirectores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 406px;
	position: absolute;
}

ul.listaDirectores {
	list-style-position: inside;
	font-size: 13px;
	color: #333;
	text-align: left;
}

ul.listaDirectores li {
	height:80px;
	position:relative;
	width: 380px;
	border-bottom-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type: none;
	float: left;
}

ul.listaDirectores2 {
	list-style-position: inside;
	font-size: 13px;
	color: #333;
	text-align: left;
	}
ul.listaDirectores2 li {
	height:80px;
	position:relative;
	width: 320px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type: none;
	float: left;
	margin-left: 10px;
	padding-left: 20px;
	border-left-style: solid;
	border-left-color: #690;
	border-left-width: 2px;
	list-style-position: outside;
}



.titulo {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:lighter;
	color:#690;
}

#biografia {
	width: 400px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: justify;
	background-color: #d9efcd;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 10px;
}
#foto_biografia {
	padding: 5px;
	height: 60px;
	width: 70px;
	float: right;
	margin-left: 10px;
}
