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

.texto{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	line-height: 18px;
	padding-left: 5px;
	}
	
.texto a{
	font-weight: normal;
	color: #666;
	text-decoration: none;
	}
.texto a:hover{
	font-weight: normal;
	color: #666;
	text-decoration: underline;	
	}

