/* CSS Document */

/* estilos para punta y punta */

.texto {
	font-family: Georgia, Verdana, helvetica;
	font-size: 12px;
	color: #009999;
	text-align: left;
	text-decotarion:underline;
	text-decoration: none;
	margin: 10px;
		 } 
		 
.referencia {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	text-decotarion:underline;
	text-decoration: none;
	margin: 10px 15px 10px 20px;
		 } 
		 
.textref {
	font-family: arial, helvetica;
	font-size: 10px;
	color: #787777;
	text-align: left;
	text-decotarion:underline;
	text-decoration: none;
	margin: 10px 15px 10px 20px;
		 } 
		 
.titulos {
	font-family: arial, helvetica;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	text-decotarion:underline;
	text-decoration: none;
		 } 
		 
.datosformu {
	font-family: arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #686161;
	text-decotarion:underline;
	text-decoration: none;
	background-color: #EEEEEE;
	text-align: center;
			 } 
A:link {
	font-family: arial, helvetica;
	font-size: 10px;
	color:#686161;
	text-align: left;
	text-decoration:underline;
	text-decoration: none;
			 } 
	
A:visited {
	font-family: arial, helvetica;
	font-size: 10px;
	color: #686161;
	text-align: left;
	text-decoration:underline;
	text-decoration: none;
			 } 
		
		 
/* fin de estilos para punta y punta */

/* estilos para punto de encuentro */

A.news:link {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #009999;
	text-decotarion: underline;
	text-decoration: none;
			 } 
	
A.news:visited {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #009999;
	text-decoration: underline;
	text-decoration: none;
			 } 