@charset "UTF-8";
.texto_basico {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	color: #CFCDCD;
	font-size: x-small;
}
.titular {
	font-size: 100px;
	color: #030303;
}
.enlace {
	font-size: 50px;
	color: #B10407;
	font-weight: bold;
}
.texto_datos {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bolder;
}
.color_blanco {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 50px;
}
.color_rojo {
	color: #FF0004;
	font-weight: bold;
	font-size: 50px;
}
.color_azul {
	color: #002BFF;
	font-weight: bold;
	font-size: 50px;
}
.color_verde {
	color: #98FF68;
	font-size: 50px;
	font-weight: bold;
}
.color_negro {
	color: #050605;
	font-weight: bold;
	font-size: 50px;
}
.color_amarillo {
	color: #FFFD02;
}
