@charset "utf-8";
#contenido {

}
#titulo {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 80px;
	font-size: 1.3em;
	background-position: 409px -150px;
	background-repeat: no-repeat;
	display: block;
	background-image: url(../img/msc/fondo-msc.jpg);
}
#titulo h1 {
	color: #A40C34;
	margin-bottom: 0.5em;
	padding-top: 10px;
}
#titulo p {
	font-size: 1.5em;
	margin-top: -0.75em;

}
#contenido-dentro  #principal div p {
	font-size: 0.9em;
}
#contenido-dentro #secundario a strong {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
}

#contenido-dentro  #secundario  a:hover {
	text-decoration: underline;
}
#contenido-dentro #principal #areas-escondidas     {
	clear: both;
	display: none;
}

