﻿/* CSS Document */

.textos-red{
	font-family:Verdana;
	font-size:10px;
	color:Red;
	text-align:justify;
}

.textos-white{
	font-family:Verdana;
	font-size:10px;
	color:White;
	text-align:justify;
}
.textos-black{
	font-family:Verdana;
	font-size:10px;
	color:Black;
	text-align:justify;
}
.textos-blue{
	font-family:Verdana;
	font-size:10px;
	color:Blue;
	text-align:justify;
}
.textos-gray{
	font-family:Verdana;
	font-size:9px;
	color:#aaaaaa;
	text-align:center;
}

.title{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:Red;
	margin-left:10px;
}

.textoazul{
	font-family:Verdana;
	font-size:10px;
	color:#0066CC;
	text-align:center;
}

.textosnaranja{
	font-family:Verdana;
	font-size:10px;
	color:#FF6600;
	text-align:center;
}

.textobottom{
	font-family:Verdana;
	font-size:10px;
	color:#ffffff;
	text-align:center;
}

.textosder{
	font-family:Verdana;
	font-size:11px;
	color:#666666;
	margin-left:10px;
	text-align:justify;
}
