.textos {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
}

/* unvisited link */
a:link {
    color: 333;
	text-decoration: none; 
}

/* visited link */
a:visited {
    color: 666;
	text-decoration: none; 
}

/* mouse over link */
a:hover {
    color: #D3D3D3;
	text-decoration: none; 
}

/* selected link */
a:active {
    color: 333;
	text-decoration: none; 
}



.textosgrandes {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.rojos {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.textosblancos {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
.textoschiquitosblancos {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	line-height: normal;
}
.textoschiquitinesblancos {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #333;
}
.tdfondotransparente {
		filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	background-color: #373527;
}
