/* CONTENIDOS
-------------------------------------------------- */


div#velo-estudios {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
} 

div#velo-estudios.activo {
	display: block;
}

div#contenedor-estudios { 
	width: 100%;
	height: 100%;
	padding: 20px 0;
	background: url(http://www.ie.edu/IE/img/fondoVelo.png) left top repeat;
	color: #193555;
}

div#contenedor-estudios object {
	position: relative;
	display: block;
	width: 630px;
	height: 350px;
	margin: 0 auto 20px auto;
	border: 0;
}

div#listado-estudios {
	display: none;
	overflow: hidden;
	position: relative;
	width: 638px;
	margin: 0 auto;
}

div#listado-estudios.activo {
 	display: block;
}

div#listado-estudios h5 {
	overflow: hidden;
	width: 606px;
	height: 69px;
	margin: 0 auto -17px auto;
	padding-left: 32px;
	background: url(http://www.ie.edu/IE//img/fondoTituloListadoMasters.png) left top no-repeat;	
	line-height: 66px;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
	text-align: left;
}

div#listado-estudios table {
	width: 638px;
	background: url(http://www.ie.edu/IE//img/fondoListadoMasters.png) left top repeat-y;
}

div#listado-estudios th {
	font-weight: normal;
	text-align: left;
}
                    
div#listado-estudios tr.nivel th {
	height: 34px;
	padding-left: 0;
	background: none;
	text-transform: uppercase;
	line-height: 34px;
	font-size: 18px;
	color: #1a3550;
}

div#listado-estudios tr.nivel th strong {
	display: block;
	width: 572px;
	height: 34px;
	margin: 25px 0 0 26px;
	padding-left: 15px;
	background: url(http://www.ie.edu/IE//img/fondoNombreNivel.gif) left top no-repeat;
	line-height: 34px;
}

div#listado-estudios tr.area th {
	height: 24px;
	padding: 20px 0 5px 26px;
	background: none;
	font-size: 18px;
	color: #000;
}

div#listado-estudios tr.area th strong {
	display: block;
	height: 24px;
	padding-left: 22px;
	background: url(http://www.ie.edu/IE//img/itemFlechitaArea.gif) left center no-repeat;
	line-height: 24px;
}

div#listado-estudios tr th {
	height: 20px;
	padding-left: 47px;	
	background: url(http://www.ie.edu/IE//img/itemNombreCurso.gif) 40px 9px no-repeat;
}

div#listado-estudios th a {
	position: relative;
	text-decoration: underline;
	color: #193555;
}

div#listado-estudios td {
	width: 65px;
	padding-right: 15px;
	text-align: center;
}

div#listado-estudios p {
	height: 20px;
	background: url(http://www.ie.edu/IE//img/fondoListadoMasters_Inf.png) left top no-repeat;
}

div#listado-estudios p span {
	position: absolute;
	top: -10000px;
}


body.castellano #boton-croqueta {
	height: 86px;
	width: 161px;
	display: block;
	background: url(../site/img/btn_IE-banner-guiame-es.png) 0 0 no-repeat;
	margin: 0px 0 0 102px;
	cursor: pointer;
}

body.ingles #boton-croqueta {
	height: 86px;
	width: 161px;
	display: block;
	background: url(../site/img/btn_IE-banner-guiame-en.png) 0 0 no-repeat;
	margin: 0px 0 0 102px;
	cursor: pointer;
}

#boton-croqueta span {
	display: none;
}
