body, td, pre {
	color: #515050;
	font-family: 'Lucida Sans', 'Lucida Sans Unicode',Helvetica,Arial,Verdana,sans-serif;
	font-size: 13px;
}

.titulo {
	color: #000000;
	font-size: 23px;
	font-weight: normal;
	padding-bottom: 15px;
	line-height: 25px;
}

.subtitulo {
	color: #747475;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 20px;
}

.titulorojo {
	color: #E31B1D;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

a.enlacesrojo {
	color: #E31B1D;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.sombra {
	box-shadow: 5px 5px 5px 0px #857C7F;
	-webkit-box-shadow: 5px 5px 5px 0px #857C7F;
	-moz-box-shadow: 5px 5px 5px 0px #857C7F;
}