/* GENERALES
-------------------------------------------------- */

* {
	margin: 0;
	padding: 0;	
}

html{
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff;
/*	background-color: #B4BAC4;	*/
}


div#contenedor {
	width: 995px;
	margin: 0 auto;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 13px;
	background: url(../img/fondoBody.gif) center top repeat-y;
	color: #004575;
	position: relative;
}

abbr {
	border: 0;
	cursor: help;	
}

a abbr {
	cursor: pointer;
/*	position: relative !important;*/
}

ul, ol {
	list-style: none;	
}

li {
	line-height: 13px;
}

address {
	font-style: normal;	
}

fieldset, a img {
	border: 0;	
}

input {
	padding: 4px 6px;
	border: 1px #E3DAA0 solid;
	background-color: #FAF8E8;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #776B1B;
}

textarea {
	padding: 4px 6px;
	border: 1px #E3DAA0 solid;
	background-color: #FAF8E8;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #776B1B;
	height: 103px;
}

select {
	border: 1px #E3DAA0 solid;
	background-color: #FAF8E8;
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #776B1B;
	width: 48px;
}

button {
	outline: none;
	height: 30px;
	border: 0;
	line-height: 26px;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #03132a;
	cursor: pointer;
}

/* Cabecera */
div#cabecera{
	width: 920px;
	height: 332px;
	background: url(../img/fondoCabeceraNew.jpg) 0 0 no-repeat;
	margin: 0 0 0 36px;
	display: inline;
	float: left;
}

div#cabecera h1 {
	float: left;
	display: inline;
	overflow: hidden;
	width: 193px;
	height: 65px;
	margin: 23px 0 0 25px;
} 

div#cabecera h1 a {
	display: block;
	width: 193px;
	height: 0;
	padding-top: 65px;
	background: url(../img/h1.png) left top no-repeat;
}

div#cabecera div#cabeceraBuscador{
	float: right;
	display: inline;
	margin: 26px 0 0 0;
	width: 500px;
}

div#cabecera div#cabeceraBuscador ul{
	float: right;
	display: inline;
	font-size: 11px;
	margin-right: 29px;
}

div#cabecera div#cabeceraBuscador ul li{
	float: left;
	border-right: 1px solid #000;
	margin-right: 8px;
	padding-right: 8px;
}

div#cabecera div#cabeceraBuscador ul li.fin{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}

div#cabecera div#cabeceraBuscador ul li a{
	color: #000;
	text-decoration: underline	
}

div#cabecera div#cabeceraBuscador form#buscar{
	clear: both;
	float: right;
	display: inline;
	margin: 17px 14px 0 0;
	width: 230px;
}

div#cabecera form#buscar fieldset#caja{
	background: url(../img/fondoSearch.png) 0 0 no-repeat;
	padding: 0 0 0 10px;
	height: 32px;
	float: left;
	display: inline;
}

div#cabecera form#buscar fieldset#caja label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	display: inline;
	float: left;
	margin: 7px 5px 0 0;
	position: relative;
}

div#cabecera form#buscar fieldset#caja input#busqueda{
	width: 117px;
	padding: 1px 0 0 0;
	margin: 4px 5px 0 0;	
	position: relative;
}

div#cabecera form#buscar button{
	background: url(../img/fondoBuscar.png) 0 0 no-repeat;
	height: 32px;
	width:32px;
	padding-top: 32px;
	float: left;
}

div#cabecera ul#pestanas{
	clear: both;
	overflow: hidden;
	width: 735px;
	margin: 0 auto;
	padding-top: 197px;
}

div#cabecera ul#pestanas li{
	float: left;
	display: inline;
	margin: 0;
	overflow: hidden;
	margin-right: 3px;
	height: 41px;
}

div#cabecera ul#pestanas li#mediaCampus{
	margin-right: 0;
}

div#cabecera ul#pestanas li a{
	float: none;
	overflow: hidden;
	display: block;
	height: 0;
	padding-top: 41px;
}

div#cabecera ul#pestanas li#degree a{
	width: 133px;
	background: url(../img/btDegree.gif) left top no-repeat;
}

div#cabecera ul#pestanas li#executiveEducation a{
	width: 133px;
	background: url(../img/btExecutiveEducation.gif) left top no-repeat;
}

div#cabecera ul#pestanas li#facultyAcademics a{
	width: 164px;
	background: url(../img/btFacultyAcademics.gif) left top no-repeat;
}

div#cabecera ul#pestanas li#about a{
	width: 156px;
	background: url(../img/btAbout.gif) left top no-repeat;
}

div#cabecera ul#pestanas li#mediaCampus a{
	width: 135px;
	background: url(../img/btMediaCampus.gif) left top no-repeat;
}

/* Cabecera */

/* Cabecera ContenedorPestaņas */

div#cabecera a.close{
	position: absolute;
	top: 9px;
	right: 20px;
	z-index: 2;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	background: url(../img/aspa.gif) 0 2px no-repeat;
	padding-left: 16px;
}


div#cabecera div#contenidoPestana1,
div#cabecera div#contenidoPestana2,
div#cabecera div#contenidoPestana3,
div#cabecera div#contenidoPestana4{
	position: absolute;
	z-index: 1;
	left: 68px;
	top: 325px;
	background: url(../img/fondoCapaPestanas.gif) left bottom no-repeat;
	width: 846px;
	height: 170px;
	float: left;
	display: none;
	padding-bottom: 14px;
}

div#cabecera div#contenidoPestana1 h2{
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 846px;
	height: 37px;
	background: url(../img/titPestanaDegree.gif) left top no-repeat;
	margin: 0;
}

div#cabecera div#contenidoPestana2 h2{
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 846px;
	height: 37px;
	background: url(../img/titPestanaExecutive.gif) left top no-repeat;
	margin: 0;
}

div#cabecera div#contenidoPestana3 h2{
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 846px;
	height: 37px;
	background: url(../img/titPestanaFaculty.gif) left top no-repeat;
	margin: 0;
}

div#cabecera div#contenidoPestana4 h2{
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 846px;
	height: 37px;
	background: url(../img/titPestanaAbout.gif) left top no-repeat;
	margin: 0;
}

div#cabecera div#contenidoPestana1 h2 span,
div#cabecera div#contenidoPestana2 h2 span,
div#cabecera div#contenidoPestana3 h2 span,
div#cabecera div#contenidoPestana4 h2 span{
	position: absolute;
	top: -1000px;
}

div#cabecera div#contenidoPestana1 p,
div#cabecera div#contenidoPestana2 p,
div#cabecera div#contenidoPestana3 p,
div#cabecera div#contenidoPestana4 p{
	clear: both;
	float: left;
	display: inline;
	width: 305px;
	text-align: justify;
	margin: 3px 41px 0 32px;
	padding-bottom: 10px;
}

div#cabecera div#contenidoPestana1 p.larga,
div#cabecera div#contenidoPestana2 p.larga,
div#cabecera div#contenidoPestana3 p.larga,
div#cabecera div#contenidoPestana4 p.larga{
	width: 460px;
}

div#cabecera div#contenidoPestana1 ul,
div#cabecera div#contenidoPestana2 ul,
div#cabecera div#contenidoPestana3 ul,
div#cabecera div#contenidoPestana4 ul{
	float: left;
	display: inline;
	width: 150px;
	margin: 3px 5px 0 0px;
}

div#cabecera div#contenidoPestana1 ul li,
div#cabecera div#contenidoPestana2 ul li,
div#cabecera div#contenidoPestana3 ul li,
div#cabecera div#contenidoPestana4 ul li{
	float: left;
	display: inline;
	width: 150px;
	margin-bottom: 5px;
	display: block;
	line-height: 16px;
}

div#cabecera div#contenidoPestana1 ul li a,
div#cabecera div#contenidoPestana2 ul li a,
div#cabecera div#contenidoPestana3 ul li a,
div#cabecera div#contenidoPestana4 ul li a{
	color: #004575;
	text-decoration: none;
/*	line-height: 16px;*/	
	display: block;
	padding-left: 20px;
	background: url(../img/fondoLiCapas2.gif) 0 0 repeat-x;
}

div#cabecera div#contenidoPestana1 ul li a:hover,
div#cabecera div#contenidoPestana2 ul li a:hover,
div#cabecera div#contenidoPestana3 ul li a:hover,
div#cabecera div#contenidoPestana4 ul li a:hover{
	background: #fff url(../img/fondoLiCapas.gif) 0 0 repeat-x;
}

div#cabecera a.learn{
	clear: both;
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 26px;
	background: url(../img/learn.gif) left top no-repeat;
	position: absolute;
	bottom: 1px;
	left: 570px;
}

div#cabecera a.learn span{
	position: absolute;
	top: -1000px;
}

div#cabecera a.learn2{
	clear: both;
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 26px;
	background: url(../img/learnMoreAcademics.gif) left top no-repeat;
	position: absolute;
	bottom: 1px;
	left: 570px;
}

div#cabecera a.learn2 span{
	position: absolute;
	top: -1000px;
}

div#cabecera a.learn3{
	clear: both;
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 152px;
	height: 26px;
	background: url(../img/learnMoreIE.gif) left top no-repeat;
	position: absolute;
	bottom: 1px;
	left: 570px;
}

div#cabecera a.learn3 span{
	position: absolute;
	top: -1000px;
}

div#cabecera a.learn4{
	clear: both;
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 26px;
	background: url(../img/learnDegree.gif) left top no-repeat;
	position: absolute;
	bottom: 1px;
	left: 570px;
}

div#cabecera a.learn4 span{
	position: absolute;
	top: -1000px;
}

div#cabecera a.learn5{
	clear: both;
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 232px;
	height: 26px;
	background: url(../img/learnExecutive.gif) left top no-repeat;
	position: absolute;
	bottom: 1px;
	left: 570px;
}

div#cabecera a.learn5 span{
	position: absolute;
	top: -1000px;
}

/* Cabecera ContenedorPestaņas */


/* Contenidos */

div#contenido{
	width: 920px;
	margin: 0 0 0 36px;
	display: inline;
	float: left;
}


div#contenido h2 {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 566px;
	height: 30px;
	background: url(../img/h2.gif) left top no-repeat;
	margin: 29px 0 0 45px;
}
		
div#contenido h2 span {
	position: absolute;
	top: -1000px;
}

div#contenido p#desarrollo{
	float: left;
	display: inline;
	width: 566px;
	text-align: justify;
	margin: 6px 0 0 45px;	
}

div#contenido dl#dlHighlights{
	float: right;
	display: inline;
	margin-right: 45px;
	width: 231px;
	background: url(../img/fondoDlHighlights.gif) left bottom no-repeat;
	padding-bottom: 15px;
	margin-top: -47px;
}


div#contenido dl#dlHighlights dt {
	float: left;
	position: relative;
	overflow: hidden;
	width: 231px;
	height: 36px;
	background: url(../img/titHighlights.gif) left top no-repeat;
}
		
div#contenido dl#dlHighlights dt span {
	position: absolute;
	top: -1000px;
}

div#contenido dl#dlHighlights dd{
	background: url(../img/bulletHighlights.gif) 13px 10px no-repeat;	
	font-weight: bold;
	clear: both;
	float: left;
	display: inline;
	width: 166px;
	border-top: 1px solid #ECECEC;
	border-right: 1px solid #EDEDED;	
	margin: 2px 0 0 24px;
	padding: 1px 0 1px 27px;
}

div#contenido dl#dlHighlights dd:hover{
	border-top: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;	
	background-color: #FCFCFC
}

div#contenido dl#dlHighlights dd a{
	color: #004668;
	text-decoration: none;
	display: block;
}

div#contenido div h3{
	font-size: 18px;
	font-weight: normal;
}

div#contenido div h3 a{
	color: #021329;	
	text-decoration: none;
}

div#contenido div#contNot{
	background: url(../img/fondoConNot.gif) 0 0 repeat-x;
	float: left;
	display: inline;
	width: 878px;
	margin: 11px 0 0 19px;	
	padding-top: 13px;
}

div#contenido div#not1{
	clear: both;
	width: 414px;
	background: url(../img/fondoNot1.gif) left bottom no-repeat;
	float: left;
	display: inline;
	margin: 0 0 0 17px;
	position: relative;
	padding-bottom: 10px;
	height: 135px !important;
  	min-height:108px;  
  	height:108px;      
}

div#contenido div#not1 h3{
	background: url(../img/fondoCabNot1.gif) 0 0 no-repeat;
	width: 326px;
	padding: 12px 0 0 88px;
}

div#contenido div#not1 p{
	margin: 4px 0 5px 88px;
	padding-top: 6px;
	background: url(../img/boderAmarillo.gif) 0 0 repeat-x;
	width: 310px;
}

div#contenido div#not1 img,
div#contenido div#not2 img{
	position: absolute;
	top: 10px;
	left: 13px;
	background-color: #fff;
	border: 1px solid #B5B5B5;
	padding: 3px 3px 13px 3px;
}

div#contenido div#not1 a.vermas{
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 122px;
	height: 25px;
	background: url(../img/vermas.gif) left top no-repeat;
	position: absolute;
	bottom: -5px;
	left: 272px;
}
		
div#contenido div#not1 a.vermas span {
	position: absolute;
	top: -1000px;
}

div#contenido div#not2{
	width: 414px;
	background: url(../img/fondoNot2.gif) left bottom no-repeat;
	float: left;
	display: inline;
	margin: 0 0 0 16px;
	position: relative;
	padding-bottom: 10px;
  	height: 135px !important;
  	min-height:108px;  
  	height:108px;      
}

div#contenido div#not2 h3{
	background: url(../img/fondoCabNot2.gif) 0 0 no-repeat;
	width: 326px;
	padding: 12px 0 0 88px;
}

div#contenido div#not2 p{
	margin: 4px 0 5px 88px;
	padding-top: 6px;
	background: url(../img/boderAmarillo.gif) 0 0 repeat-x;
	width: 310px;
}

div#contenido div#not2 a.vermas{
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 122px;
	height: 25px;
	background: url(../img/vermas.gif) left top no-repeat;
	position: absolute;
	bottom: -5px;
	left: 272px;
}
		
div#contenido div#not2 a.vermas span {
	position: absolute;
	top: -1000px;
}

div#contenido div#quick{
	clear: both;
	float: left;
	display: inline;
	width: 616px;
	margin: 14px 0 0 19px;	
	background: url(../img/fondoQuick.gif) left bottom repeat-x;
	height:auto !important;
  	min-height:195px;  
  	height:195px;    
}

/*div#contenido div#quick h4 {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 616px;
	height: 37px;
	background: url(../img/h4Quick.gif) left top no-repeat;
	margin: 0;
}
		
div#contenido div#quick h4 span {
	position: absolute;
	top: -1000px;
}
*/
div#contenido div#quick ul{
	clear: both;
	float: left;
	display: inline;
	width: 614px;
	padding-bottom: 15px;
	background: url(../img/fondoUlQuick.gif) 0 0 repeat-x;
	margin-top: 1px;
}

div#contenido div#quick ul li{
	float: left;
	display: inline;
	width: 204px;
}

div#contenido div#quick ul li dt{
	font-weight: bold;
	margin: 12px 0 13px 18px;
	padding: 0;
}

div#contenido div#quick ul li dt#high{
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 73px;
	height: 19px;
	background: url(../img/dtHigh.gif) left top no-repeat;
}

div#contenido div#quick ul li dt#categories{
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 75px;
	height: 19px;
	background: url(../img/dtCategories.gif) left top no-repeat;
}

div#contenido div#quick ul li dt#inter{
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 58px;
	height: 19px;
	background: url(../img/dtInter.gif) left top no-repeat;
}

div#contenido div#quick ul li dt#high span,
div#contenido div#quick ul li dt#categories span,
div#contenido div#quick ul li dt#inter span{
	position: absolute;
	top: -1000px;
}

div#contenido div#quick ul li dd{
	clear: both;
	font-size: 13px;
	margin-top: 5px;
}

div#contenido div#quick ul li dd a{
	background: url(../img/bulletQuick2.gif) 0 6px no-repeat;
	padding-left: 11px;
	color: #0C1E3C;
	margin: 0 0 0 30px;
	text-decoration: none;
  display:block;  
}

div#contenido div#quick ul li dd a:hover{
	text-decoration: underline;
}

div#contenido div#directAccess{
	float: left;
	display: inline;
	width: 262px;
	margin: 14px 0 0 0;
	background: url(../img/fondoQuick.gif) left bottom repeat-x;	
	height:auto !important;
  	min-height:195px;  
  	height:195px;    

}

div#contenido div#directAccess h4 {
	float: left;
	display: inline;
	position: relative;
	overflow: hidden;
	width: 262px;
	height: 37px;
	background: url(../img/h4Direct.gif) left top no-repeat;
	margin: 0;
}
		
div#contenido div#directAccess h4 span {
	position: absolute;
	top: -1000px;
}

div#contenido div#directAccess ul{
	clear: both;
	float: left;
	width: 262px;
	background-color: #DFE1E6;
	margin-top: 1px;
	padding-bottom: 22px;
	border-bottom: 1px solid #EAEAEA;
}

div#contenido div#directAccess ul li{
	font-weight: bold;
	margin: 8px 0 0 39px;
}

div#contenido div#directAccess ul li a{
	text-decoration: none;
	color: #47546E;
	background: url(../img/bulletDirect.gif) 0 7px no-repeat;
	padding-left: 10px;
}

div#contenido div#directAccess ul li a:hover{
	text-decoration: underline;
}

/* Contenidos */
/* Pie */
p#pie{
	clear: both;
	font-size: 11px;
	color: #03203F;
	text-align: center;
	padding: 25px 0;
}

p#pie a{
	color: #03203F;
	text-decoration: none;	
}

p#pie a:hover{
	color: #03203F;
	text-decoration: underline;	
}
/* Pie */