/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.azul{
	color: blue;
}

.rojo {
	color: red;
}

.blanco {
	color: white;
}

.size20{
	font-size: 4.5em;
}

.rojooscuro {
	color: darkred;
}

.italica{
	font-style: italic;
}

.ancho150{
	width: 150px;
}

