/* CSS Document */

.texto {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	color:#000000;
	line-height: 14px;
	padding-left: 8px;
	}

.mito {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-style:oblique;
	line-height: 15px;
	color:#990000;
}
.textograndototote {

	font-family:"Trebuchet MS", Tahoma, Arial;
	font-style:bold;
	font-size:18px;
}

.textogrande {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:14px;
	font-style:oblique;
	line-height: 15px;
	}
.encabezados {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:18px;
	color:#000000;
}
a:link {
	color:#FF6600;
	text-decoration: none;
	 border-bottom: #666666;
 	border-width: 0px 0px 1px 0px;
 	border-style: none none dotted none;
	}
a:hover {
	color:#666666;
	text-decoration:none;
	border-bottom: #666666;
	border-width: 0px 0px 1px 0px;
	border-style: none none dotted none;
	}
a:visited {
	color:#999999;
	text-decoration:none;
	}
