@charset "utf-8";
/* CSS Document */

.titulos {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #D81F27;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.texto {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding: 5px;
}
.textopeq {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 8px;
	font-weight: normal;
	color: #FFF;
	padding: 5px;
}.titulosCopy {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 70px;
	font-weight: bold;
	color: #D81F27;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.titulosblanco {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.titulosnegro {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #FC0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
.textoprivacidad {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	padding: 5px;
}
