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





.notas {
	color: #69AEF3;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px
}

a.mail1:link {color: #66AEF3; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold;}
a.mail1:active {color: #66AEF3; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold;}
a.mail1:visited {color: #66AEF3; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold;}
a.mail1:hover {color: #66AEF3; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold;}


a.formatos:link {color: #8E7669; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; text-decoration: underline;}
a.formatos:active {color: #8E7669; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; text-decoration: underline;}
a.formatos:visited {color: #8E7669; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; text-decoration: underline;}
a.formatos:hover {color: #8E7669; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; text-decoration: underline;}

a:link {
	color: #69AEF3;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
	
a.notas:active {text-decoration: none; color: #000000; font-family: tahoma; font-size: 9px}
a.notas:visited {text-decoration: none; color: #FF0000; font-family: tahoma; font-size: 9px}
a.notas:hover {text-decoration: none; color:#000000; font-weight: bold} 

.tdbg1 {
	background-image: url(images/bg_puntos_izq.png);
	background-repeat: repeat-y;
}

.tdbg2 {
	background-image: url(images/bg_puntos_der.png);
	background-repeat: repeat-y;
}


.texto {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
.Copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFDEF;
}
.listado {
	list-style-type: disc;
	list-style-position: outside;
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-size: 14px;
	white-space: normal;
	clip: rect(auto,auto,auto,auto);
	width: 0px;
}
.asterisco {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
	font-style: italic;
}


