@import url(/plantilla/estilos/general.css);
@import url(/SpryAssets/SpryMenuBarHorizontal.css);

#titulo {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 940px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(/diplomados/img/encabezado.jpg);
	background-repeat: repeat;
	background-position: center top;
	position: relative;
}
#titulo h2, #titulo h1 {
	margin: 0px;
	padding: 0px;
	height: 65px;
	width: 940px;
	color: #a40c34;
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
        width: 550px;
}
#titulo span {
	text-transform: none;
	font-size: 0.85em;
	font-weight: normal;
        width: 500px;
        padding-bottom: 3px;
}
#titulo  h2  a, #titulo  h1  a {
	color: #a40c34;
	display: block;
	height: 65px;
	width: 940px;
	font-weight: bold;
        width: 560px;
}
#secundario #navegacion-secundaria ul li#inscripciones a {
	background-color: #A40C33;
	color: #FFF;
	font-weight: bold;
}
#secundario #navegacion-secundaria ul li#inscripciones a:hover {
	background-color: #414141;
	color: #FFF;
	font-weight: bold;
}


