@charset "UTF-8";
/* CSS Document */

/*   GENERAL  */

html, body {
	height:100%;
	width:750px;
}

* {
	margin:0;
	padding:0;
	border:0;
}

hr {
	display:none;
}


body {
	background:#222 url(../img/bg.gif) repeat-x;
}
.wraper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -70px;
}
#contenedor {
	width:550px;
	background:url(../img/stripe1.gif) repeat-x;
	float:left;
}

#encabezado {
	width:550px;
	height:155px;
}
#encabezado h1 {
	float:left;
	padding: 50px 0px 0px 15px;
}
#encabezado h1 a {
	display:block;
	text-indent:-9999px;
	width:225px;
	height:80px;
	background:url(../img/doctorado.gif) no-repeat left top;
}
#encabezado h4 {
	display:block;
	text-indent:-9999px;
	float:left;
	width:100px;
	height:25px;
	padding: 70px 0px 0px 210px;
	background:url(../img/posgrado.gif) no-repeat bottom right;
}

div.fadu {
	display:block;
	float:left;
	width:170px;
	padding:72px 20px 0px 5px;
	text-align:right;
}
.fadu p {
	padding-top:5px;
	text-align:right;
	font:8px/12px nomal Arial, Helvetica, sans-serif;
	color:#666;
	letter-spacing: -0.1em;
}

div#becas {
	width:160px;
	margin-left:10px;
	margin-right:0px;
}

#becas h4 {
	font:9px/19px bold Arial, Helvetica, sans-serif;
	color:#FFF;
	background:#333;
	text-transform:uppercase;
	border-bottom:1px solid #666;
	margin-bottom:2px;
	margin-top:8px;
	padding:10px 10px 4px 0px;
}

#becas a {
	display: block;
	padding:10px;
	width:140px;
	background:#292929;
	font:10px/12px bold Arial, Helvetica, sana-serif;
	color:#CCC;
	text-decoration:none;
	margin-bottom:2px;
}
#becas a:hover {
	background:#444;
}



/*   MENU  */


#menu {
	width:550px;
	overflow:hidden;
	border-top: 3px solid #41A62A;
	margin-bottom:15px;
}
#menu ul {
	color: #666;
	float: left;
	width: 530px;
	font: 9px/9px arial, helvetica, sans-serif;
	text-transform:uppercase;
	height:33px;
	border-bottom:1px solid #666;
	padding:0px 10px;
	letter-spacing: -0.05em;
}

#menu ul li { 
	display: inline; 
	padding:0;
}

#menu ul li a {
	padding: 12px 4px;
	height:10px;
	display:block;
	color: #666;
	text-decoration: none;
	float: left;
	margin:0;
}

#menu ul li a:hover {
	color: #FFF;
}

#menu ul li#activo a  {
	color: #FFF;
	background:url(../img/selected.gif) no-repeat bottom center;
}


/*   CUERPO  */

#cuerpo {
	width:535px;
	font: 11px/17px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#999;
	padding:0px 0px 20px 15px;
	overflow:hidden;
}

#colizq {
	width:350px;
	float:left;
}

#colder {
	width:170px;
	float:left;
	padding-left:15px;
}

#cuerpo p, #cuerpo li {
	padding-bottom:9px;;
}

#cuerpo h2 {
	font: 15px/18px normal Arial, Helvetica, sans-serif;
	padding-bottom:9px;
	color:#41A62A;
}
#cuerpo strong {
	color:#BBB;
}
#cuerpo h4 {
	font:9px/19px bold Arial, Helvetica, sans-serif;
	color:#BBB;
	text-transform:uppercase;
	border-bottom:1px solid #666;
	margin-bottom:7px;
	padding:4px 0px;
}
#cuerpo a {
	text-decoration:none;
	font-weight:normal;
	color:#41A62A;
}
#cuerpo a.enlace {
	text-decoration:none;
	font-weight:normal;
	color:#FFF;
	padding-left:0px !important;
	background:none !important;
}
#cuerpo a:hover {
	color:#41A62A;
}
#cuerpo ul, #cuerpo ol {
	padding-left:15px;
	padding-bottom:9px;
}
#cuerpo ol.ol-letras {
	list-style: lower-latin;
}
#cuerpo ol.ol-romanos {
	list-style: lower-roman;
}
#cuerpo li {
	padding:0;
}
#cuerpo li.asigfin {
	padding:0;
	color: #666 !important;
/* 	text-decoration: line-through; */
}
#colder p {
	font:10px/16px Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#colder strong {
	font-weight:normal;
}

/* FORMULARIO BTN */

#cuerpo a.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 16px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin: 10px 0px 20px 0px;
}
#cuerpo a.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
#cuerpo a.myButton:active {
	position:relative;
	top:1px;
}


/* PIE */

.push, #pie {
	height: 69px;
}

#pie {
	border-top: 1px solid #666;
	background: url(../img/stripe2.gif) repeat-x bottom center;
	width:550px;
	margin-left: 195px;
	font: 8px/12px Arial, Helvetica, sans-serif;
	color: #999;
	display:block;
	float:left;
	overflow:auto;
	text-align:left;
	display: inline;
}
#pie p {
	padding: 15px 35px;
	background:url(../img/mas.gif) no-repeat 15px 17px;
}
#pie strong {
	font-size: 10px;
	font-weight:bold;
}





/********************************************************
* Añadidos Temporales
********************************************************/

a.btn-pagos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px !important;
	color: #050505 !important;
	padding: 5px 10px !important;
	background: none !important;
	background: -moz-linear-gradient(
		top,
		#dbdbdb 0%,
		#949494) !important;
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#dbdbdb),
		to(#949494)) !important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 0px solid #878787 !important;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(135,135,135,0.4);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(135,135,135,0.4);
	text-shadow:
		0px 1px 0px rgba(255,255,255,0.5),
		0px 1px 0px rgba(255,255,255,0.4);
}

a.btn-pagos:hover {
	color: #41A62A !important;
}
