/* CONTENIDOS
-------------------------------------------------- */


body.ingles div#contenidos h2#titclaustro {
	background-image: url(http://www.ie.edu/IE/img/en/titularAreasClaustro.png);
	height: 80px !important;
}

body.castellano div#contenidos h2#titclaustro {
	background-image: url(http://www.ie.edu/IE/img/es/titularAreasClaustro.png);
	height: 80px !important;
}

div#contenidos a.volver {
	margin-bottom: -45px;
}

div#contenidos img {
	float: left;
	clear: right;
	margin: 30px 15px 10px 34px;	
}

div#contenidos h3 {
	clear: right;
	margin: 45px 0 15px 0;
	font-weight: bold;
	font-size: 18px;
}

div#contenidos p {
	clear: right;
	margin: 0 35px 15px 34px;
	text-align: justify;	
}

div#contenidos p strong {
	display: block;
	margin: 15px 0 4px 0;	
}


 
