.texto_normal {
	color : #000000;
	font-size : 11px;
	font-family : Trebuchet MS,Tahoma,Verdana,Arial;
    padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
.tlf {
	font-size : 11px;
	font-family : Trebuchet MS,Tahoma,Verdana,Arial;
    padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color : rgb(255, 102, 102);	
}
.negrita{
	font-size : 11px;
	font-family : Trebuchet MS,Tahoma,Verdana,Arial;
    padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-weight: bold;
}
.centrado{
	font-size : 11px;
	font-family : Trebuchet MS,Tahoma,Verdana,Arial;
    padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.mail{
	font-size : 11px;
	font-family : Trebuchet MS,Tahoma,Verdana,Arial;
    padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	color : rgb(51, 204, 0);	
}
.direccion{
	font-size : 11px;
	font-family : Trebuchet MS,Tahoma,Verdana,Arial;
    padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-weight: bold;
	color : rgb(51, 204, 0);	
}
a:link, a:visited, a:active{
	color:#0080FF;
	text-decoration:none;
}


