.area1 {
	border: thin dotted #999999;
}
.texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
/* texto visitado */
a.texto1:visited {
	color: #999999; 
}
/* texto rollover */
a.texto1:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}
.texto_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}

/* Desktop view */
@media screen and (min-width:1024px){
	.texto1 {
		width: 900px;
		/*border: 1px solid black;*/
	}
}
/* Tablet view */
@media screen and (max-width:769px){
	.texto1 {
		width: 600px;
	}
}
/* Mobile view */
@media screen and (max-width:480px){
	.texto1 {
		width: 300px;
	}
}