@charset "ISO-8859-1";
body {
	background-color: #FFFFFF;
	margin: 0px;
}

body:nth-of-type(1) p{
   color: #333333;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}
.texto_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align:left;
	text-decoration: none;
}
.texto_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	text-decoration: none;
}
.texto_titulo_index {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-align:left;
	padding:4px;
	text-decoration: none;
	border-top:#666666 dotted 1px; 
	border-bottom:#666666 dotted 1px;
}
.texto_1 a {
	color: #666666;
	text-decoration: none;
}
.texto_1 a:hover {
	color: #000000;
	text-decoration: underline;
}
.texto_negro {
	color: #000000;
	font-weight: bold;
}
.texto a {
	color: #000000;
}
.texto a:hover {
	color: #000000;
	text-decoration: underline;
}
.texto_1activo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF2C00;
}

