@charset "UTF-8";
/* CSS Document */

a:link {
	color: #999;
	text-decoration:none;
	border:hidden
	
} /* un enlace no visitado*/ 
A:visited {
	color: #999;
	text-decoration:none;
	border:hidden
} /* enlace visitado */ 
A:hover {
	color: #999;
	text-decoration:none;
	border:hidden
} /* raton encima */ 
A:active { color: #999; text-decoration:none; border:hidden} /* enlace activo */



.textoizq {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #999;
	text-align: left;
	white-space: normal;
	display: inline;
	letter-spacing: 2pt;
	text-decoration: none;
}

.textoder {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #999;
	white-space: normal;
	display: inline;
	letter-spacing: 2pt;
	text-decoration: none;
}
