@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: 450px;
}

#directivos2 {
	font-family: Myriad, Arial;
	font-size: 14px;
	color: #000000;
	position: absolute;
	width: 420px;
	height: 450px;
	float: right;
	margin-right: 15px;
	left: 498px;
	top: 353px;
}
#todo {
	width: 910px;
	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;
}

