@charset "utf-8";
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #6a6a6a;
	background-color: #FFF;
	background-image: url(../img/fondo.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	font-weight: normal;
}
.eb_cabecera {
	position: relative;
	height: 252px;
	width: 891px;
	left: 0px;
	top: 0px;
	background-image: url(../img/fondo-cabecera.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
.eb_centro {
	position: relative;
	min-height: 613px;
	width: 881px;
	left: 0px;
	top: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-top: 25px;
}
.eb_pie {
	position: relative;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 164px;
	background-image: url(../img/fondo-pie.jpg);
	background-repeat: repeat-x;
	clear: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.eb_cabecera_logo {
	position: absolute;
	height: 165px;
	width: 354px;
	left: 29px;
	top: 25px;
	cursor: pointer;
}
.eb_cabecera_texto {
	position: absolute;
	height: 49px;
	width: 419px;
	top: 0px;
	right: 77px;
	font-size: 14px;
	color: #000;
	background-image: url(../img/texto-cabecera.png);
	background-repeat: no-repeat;
}
.eb_cabecera_btn_face {
	background-image: url(../img/ico-cabecera.png);
	background-repeat: no-repeat;
	background-position: -12px 0px;
	position: absolute;
	height: 44px;
	width: 46px;
	top: 14px;
	right: -15px;
	cursor: pointer;
}
.eb_cabecera_btn_twitter {
	background-image: url(../img/ico-cabecera.png);
	background-repeat: no-repeat;
	background-position: -12px -89px;
	position: absolute;
	height: 44px;
	width: 46px;
	top: 61px;
	right: -15px;
	cursor: pointer;
}
.eb_cabecera_btn_face:hover {
	background-position: -12px -44px;
}
.eb_cabecera_btn_twitter:hover {
	background-position: -12px -134px;
}
.eb_cabecera_fono {
	position: absolute;
	height: 46px;
	width: 111px;
	right: 34px;
	bottom: 21px;
	background-image: url(../img/cabecera-telefono.png);
	background-repeat: no-repeat;
}
.eb_cabecera_menu {
	position: absolute;
	height: 72px;
	width: 700px;
	left: 30px;
	bottom: 8px;
}
.eb_cabecera_menu_btn {
	float: left;
	height: 72px;
	position: relative;
	left: 0px;
	top: 0px;
}
#menu_home {
	background: url(../img/btn-roll-menu.png) no-repeat -166px 0px;
	width: 68px;
}
#menu_home:hover {
	background-position: 0px 0px;
	cursor: pointer;
}
#menu_qsomos {
	width: 110px;
	background-image: url(../img/btn-roll-menu.png);
	background-repeat: no-repeat;
	background-position: -166px -71px;
}
#menu_qsomos:hover {
	background-position: 0px -71px;
	cursor: pointer;
}
#menu_servicios {
	background: url(../img/btn-roll-menu.png) no-repeat -166px -144px;
	width: 100px;
}
#menu_servicios:hover {
	background-position: 0px -144px;
	cursor: pointer;
}
#menu_becas {
	background: url(../img/btn-roll-menu.png) no-repeat -166px -216px;
	width: 143px;
}
#menu_becas:hover {
	background-position: 0px -216px;
	cursor: pointer;
}
#menu_psu {
	background: url(../img/btn-roll-menu.png) no-repeat -166px -288px;
	width: 87px;
}
#menu_psu:hover {
	background-position: 0px -288px;
	cursor: pointer;
}
#menu_ubicacion {
	background: url(../img/btn-roll-menu.png) no-repeat -166px -360px;
	width: 85px;
}
#menu_ubicacion:hover {
	background-position: 0px -360px;
	cursor: pointer;
}
#menu_cursos {
	background: url(../img/btn-roll-menu.png) no-repeat -166px -507px;
	width: 67px;
}
#menu_cursos:hover {
	background-position: 0px -507px;
	cursor: pointer;
}
#menu_contacto {
	background: url(../img/btn-roll-menu.png) no-repeat -166px -432px;
	width: 82px;
}
#menu_contacto:hover {
	background-position: 0px -432px;
	cursor: pointer;
}
.eb_pie_menu {
	position: relative;
	width: 550px;
	height: 20px;
	left: 0px;
	top: 5px;
	color: #FFF;
	font-size: 12px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.eb_pie_menu a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
.eb_pie_menu a:hover {
	text-decoration:underline;
}
.eb_pie_container {
	position: relative;
	height: 120px;
	width: 891px;
	left: 0px;
	top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.eb_pie_copyrigth {
	position: absolute;
	height: 86px;
	width: 460px;
	left: 0px;
	top: 20px;
}
.eb_pie_patrocina {
	position: absolute;
	height: 68px;
	width: 294px;
	top: 20px;
	right: 0px;
	padding-left: 100px;
	padding-top: 10px;
}
.eb_pie_container p {
	margin: 3px;
	font-size: 10px;
	color: #000;
}
.eb_pie_copyrigth a {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
.eb_pie_copyrigth a:hover {
	text-decoration: underline;
}
.eb_centro_home_txt {
	position: relative;
	float:left;
	height: 236px;
	width: 391px;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
	margin-right:20px;
	line-height: 18px;
	text-align: justify;
}
.eb_centro_home_titulo {
	position: relative;
	width: 340px;
	height: 26px;
	background-image: url(../img/fondo-mancha-titulo.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	top: 0px;
	padding-left: 50px;
	padding-top: 5px;
}
.eb_centro_home_titulo h1{
	font-size: 15px;
	margin: 0px;
	font-weight: normal;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.eb_btn_descargar{
	width:192px;
	height:19px;
	float:right;
	position:relative;
	background-image: url(../img/psu_flecha_descarga.png);
	background-repeat: no-repeat;
	background-position:0px 5px;
}
.eb_btn_descargar p{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #47a7e7;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:15px;
	text-align: left;
}

