@charset "utf-8";
/* CSS Document */

body {
	height: 100px;
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

#contenedora {
	position:relative;
	margin:0 auto;
	width:1003px;
	text-align:left;
}

#encabezado {
	height:100px;
	background:url(images/fondo-pleca-sup.jpg);
	font-size:24px;
	color:#FFF;
	text-align:center;
	line-height:100px;
}

#contenido {
	clear:both;
	height:100%;
	border-left:2px solid #00AB4E;
	border-right:2px solid #00AB4E;
	border-bottom:2px solid #00AB4E;
	padding:40px 30px 0 30px;
	overflow:hidden;
}

#nombre-rector {
	background:#036;
	color:#FFF;
	text-align:center;
	font-weight:700;
	height:20px;
	line-height:20px;
	font-size:12px;
}

#datos-rector {
	background:#E5E5E5;
	margin-top:2px;
	height:30px;
	font-weight:700;
	color:#036;
	padding:10px 0 15px 50px;
}

#datos-rector ul {
	margin-left:250px;
}

#datos-rector li {
	width:200px;
	float:left;
	overflow:hidden;
}

#Directivos {
	margin-top:10px;
}

#Directivos li {
	float:left;
	width:466px;
}

#Directivos span {
	display:block;
}

#listaDirectivos {
	margin-top:20px;
}

.dep {
	background:#E5E5E5;
	color:#036;
	font-weight:bold;
	font-size:13px;
	padding-left:20px;
	margin-bottom:2px;
	height:20px;
	line-height:20px;
}

.nc {
	float:left;
	margin-left:35px;
	font-size:12px;
	color:#036;
	padding-bottom:12px;	
}

.sintesis-c {
	float:right;
	margin:10px 10px 0 0;
	background:url(images/icono-CV.png) no-repeat;
	background-position:90px 0;
	width:108px;
	font-size:10px;
	height:20px;
	line-height:20px;
}

.sintesis-c a {
	font-size:10px;
	text-decoration:none;
	color:#036;
	font-weight:400;
	display:block;
}

.sintesis-c a:hover {
	text-decoration:underline;
}

.bordeDerecho {
	border-right:3px solid #E5E5E5;

}


