@charset "utf-8";
a { background: inherit; color: #ff0060; text-decoration: none;font-weight: bold; }
a:hover { background: inherit; color: #ff0060; text-decoration: underline;font-weight: bold; }

h1, h2, h3, h4 {
	font-family: Tahoma;
	color: #ff0060;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; text-transform: uppercase;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.4em; }

img { 
	/*border: 1px;*/
	border-color: #ff0060;
}

.texto-cabecera-destacado {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #580021;
}

.texto-cabecera-destacado a {background: inherit; color: #580021; text-decoration: none;font-weight: bold; }
.texto-cabecera-destacado a:hover {background: inherit; color: #580021; text-decoration: underline;font-weight: bold; }

.texto-cabecera-normal {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.texto-secundario-destacada {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #6a6a6a;
}
.texto-secundario-normal {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #7e7e7e;
}

.texto-titular {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ff0060;
}
