/* CONTENIDOS
-------------------------------------------------- */


div#contenidos p,
div#contenidos address {
	clear: right;
	width: 530px;
	margin: 0 auto 25px auto;
	text-align: justify;
}

div#contenidos address {
	margin-bottom: 30px;	
}

div#contenidos h3 {
	position: relative;
	overflow: hidden;
	width: 539px;
	height: 27px;
	margin: 0 auto 30px auto;
	background-position: left top;
	background-repeat: no-repeat;
}

div#contenidos h3 span {
	position: relative;
	top: -1000px;	
}

div#contenidos ul {
	clear: right;
	overflow: hidden;
	width: 540px;
	margin-left: 30px;
}

div#contenidos li {
	float: left;
	display: inline;
	width: 260px;
	margin: 0 10px 10px 0;
	padding-top: 1px;
	border-top: 1px #eaeaea solid;
	background-position: 0 36px;
	background-repeat: no-repeat;
}

div#contenidos li strong {
	position: relative;
	overflow: hidden;
	display: block;
	height: 33px;
	background-position: left top;
	background-repeat: no-repeat;
}

div#contenidos li strong span {
	position: absolute;
	top: -1000px;
}

div#contenidos li a {
	position: relative;
	overflow: hidden;
	float: right;
	width: 84px;
	height: 13px;
	margin-top: 89px;
	background-position: left top;
	background-repeat: no-repeat;
}

body.ingles div#contenidos li a {
	width: 84px;
	background-image: url(http://www.ie.edu/IE/img/en/enlaceMasInformacion.gif);
}

body.castellano div#contenidos li a {
	width: 131px;
	background-image: url(http://www.ie.edu/IE/img/es/enlaceMasInformacion.gif);
}

div#contenidos li a span {
	position: absolute;
	top: -1000px;	
}




/* PIE
-------------------------------------------------- */


div#pie ul#acciones {
	display: none;
}
