.getAutoHeight {
   position: relative;
   overflow: auto; 
   /* edit by thobens: overflow: hidden seems to be better, as (at least) IE 8 shows always a disabled scrollbar with overflow: auto */
}
.sin{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-size:15px;
	line-height:normal;
	background-color: transparent;
	background-image:none;
	background-repeat:repeat-x;
	font-family:Arial;
	color: #333;
}

header,nav,section,article,footer,aside,figure {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img {
	border:none;
}
body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-size:15px;
	line-height:normal;
	background-color:#0c1143;
	background-image:url(../images/fondo.jpg);
	background-repeat:repeat-x;
	font-family:Arial;
	color: #333;
}
a { color: #717070;}
a:link { }
a:visited { text-decoration: none;color: #717070;}
a:hover { text-decoration: none;color: #717070;}
a:active { text-decoration: none;color: #717070;}

.push { clear: both;}

/*********************************** ENCABEZADO ***********************************/
header {
	width:990px;
	height:135px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	background-image:url(../images/encabezado.jpg);
	}
.logo{
	width:203px;
  	height:112px;
	padding:0px 0px 0px 0px;
	margin-left:90px;
	z-index:1;
	position: absolute;
	-moz-box-shadow:0 0 20px #CCC;
	-webkit-box-shadow:0 0 20px #CCC;
	box-shadow:0 0 20px #CCC;
	border:1px #E9E9E9 solid;
}

.linea_txt {
font-size:27px;
color:#fff;
text-shadow:#000 2px 2px 2px;
filter: progid:DXImageTransform.Microsoft.Shadow(color='#000', Direction=135, Strength=4);
}
.linea{
	width:910px;
	background-color:#122f84;
	height:30px;
	padding:5px 40px;
}
.banner{
	width:539px;
	height:350px;
	padding:0px 0px 0px 0px;
	margin:20px auto 0 auto;
	float:left;
	background-image:url(../images/banner/01.jpg);
	background-repeat:no-repeat;
}

/***** MENU *****/
nav {
	width:861px;
	height:75px;
	margin-top:26px;
	margin-bottom:4px;
	padding:0px 0px 0px 0px;
	display: block;
	background-repeat:repeat-x;
	background-image:url(images/btn_separador.jpg);
	float:right;
}
#menu1 {
	float: right;
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 1px;
	width:100%;
	height:76px;
}
#menu1 li {
	float:right;
	font-size:13px;
	font-weight:normal;
	margin:0;
	padding:0;
	margin-left:0px;
	margin-right:1px;
	color:#3b0805;
	height:76px;
}
#menu1 a {
	width:auto;
	color: #3b0805;
	display:block;
	float:right;
	margin:0;
	font-size:18px;
	text-align:center;
	padding:29px 23px 28px 23px;
	text-decoration:none;
	height:18px;
	background-color:#FFF;
	background-image:url(images/btn1.jpg);
}
#menu1 a:hover {
	color: #3b0805;
	font-size:18px;
	background-image:url(images/btn2.jpg);

}
#menu2 a {
	width:auto;
	color:#3b0805;
	display:block;
	float:right;
	margin:0;
	font-size:18px;
	text-align:center;
	padding:29px 23px 28px 23px;
	text-decoration:none;
	height:18px;
	background-color:#FFF;
	background-image:url(images/btn2.jpg);
}


/*********************************** CONTENIDO **********************************/
section {
	width:990px;
	height:auto;
	padding:2px 0px 0px 0px;
	background-color:#FFF;
	padding-bottom:20px;
	background-image:url(../images/seccion.jpg);
	background-repeat:no-repeat;
}
article {
	width:930px;
	height:auto;
	padding:15px 15px 15px 15px;
	margin-bottom:20px;
	text-align:justify;
	background-color:#f3f4f6;
	-moz-box-shadow:   -6px   6px  5px -5px # 333;
-webkit-box-shadow:    -6px   6px  5px -5px #333;
box-shadow:    -6px   6px  5px -5px #333;
}
.carreras{
	width:275px;
	height:81px;
	float:left;
	margin:5px 9px 5px 9px;
	text-align:center;
}
.porque{
	width:235px;
	height:270px;
	float:left;
	margin: 0 9px 0 9px ;
	padding:0 20px 0 20px;
	font-size:14px;
	font-family:'Museo Sans 500';
}
h1 {
	width:auto;
	font-size:22px;
	color:#ac150c;
	margin-top:-10px;
	margin-bottom:10px;
}
.derecha{
	width:auto;
	height:auto;
	padding-right:30px;
	float:right;
	text-align:right
}
.izquierda{
	width:auto;
	height:auto;
	padding-left:30px;
	float:left;
}
.testimonios{
	width:850px;
	height:70px;
	margin:0 30px;
	border:#CCC solid 1px;
	padding:15px;
	font-size:18px;
	font-family:'Museo Sans 500';
	font-style:italic;
}
.convenios {
	width:865px;
	height:auto;
	padding:5px 20px 5px 25px;
	margin-top:30px;
	margin-bottom:15px;
}

.becas{
	width:109px;
  	height:90px;
	padding:0px 0px 0px 0px;
	margin-left:460px;
	margin-top:280px;
	z-index:1000;
	position: absolute;
}

.formadecontacto{
	width:451px;
	height:350px;
	float:right;
	margin-top:5px;
	background-image:url(../images/fondo_forma.jpg);
	background-repeat:no-repeat;
}
.gracias{
	width:396px;
	height:476px;
	float:right;
	background-image:url(../images/fondo_gracias.jpg);
}

