﻿/*CLEAN*/
.cleanfloat
{
	clear: both;
}
/*UNDERLINED*/
.notunderlined
{
	text-decoration: none;
}

/*COLORES*/
.grey
{
	color: #786860;
}
.midgrey
{
	color: #b9aca5;
}
.lightgrey
{
	color: #eee8e5;
}
.bdored
{
	color: #ed1a3b;
	text-decoration:none;
}
.white
{
	color: #ffffff;
}
