@charset "utf-8";
#contenido {


}
#titulo {
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 75px;
	font-size: 1.3em;
	background-position: 409px top;
	background-repeat: no-repeat;
	display: block;
	padding-top: 10px;
}
#titulo h1 {
	color: #A40C34;
	margin-bottom: 0.3em;
}
#contenido-dentro {
	background-image: url(../img/msc/fondo-msc.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: 409px 200px;
}
.alfa  {
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenido-dentro .alfa h2 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
}
#contenido-dentro .alfa ul {
	padding-left: 2em;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A40C34;
	border-bottom-color: #A40C34;
	font-size: 1.1em;
}
#contenido-dentro .beta a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#contenido-dentro .beta a strong {
	color: #A40C34;
}

#contenido-dentro .alfa li {
	color: #A40C34;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.4em;
}
#contenido-dentro .alfa a {
	color: #000000;
	text-decoration: none;
}
#contenido-dentro .alfa a:hover, #contenido-dentro .beta a:hover {
	text-decoration: underline;
}
#contenido-dentro .beta   {
	padding-top: 0px;
	text-align: right;
}

