@charset "utf-8";
body {
	background-color: #000;
	background-image: url(../_images/Fondo.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left -2px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-align: center;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight: bold;
	color: #FFF;
}
h1 {
	font-size: 2em;
	text-align: center;
	color: #069;
}


a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.links {
	font-size: 9px;
}

#contenido {
	width:70%;
	z-index:1;
	background-image: url(../_images/fondonegro.png);
	padding: 20px;
	border: 3px solid #000;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clip: rect(0px,auto,0px,auto);
	margin-top: 0px;
	font-size: 1em;
	text-align: center;
}
#contenido p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: justify;
}
#contenido #tabla tr td .claswe {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
}
.Titulos {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 1.5em;
	text-align: left;
	color: #960;
}
#contenido #tabla2 tr td ol .lista {
	color: #FFF;
}
.titulos {
	font-weight: bold;
	font-size: 1.3em;
	color: #CF3;
}
.letras {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#contenido table tr td .letras {
	text-align: center;
}
.imagen {
	padding: 0px;
	border: medium ridge #FFF;
	margin: 25px;
}
.informacion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
