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

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	background-color: #CCC;
	background-attachment: fixed;
	background-image: url(../image/fondo.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #900;
	text-align: center;
	font-weight: bold;
}
.celda {
	background-color: #999;
}
.style1 {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	text-align: center;
}
.style2 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

.style3 {
	font-size: 18px;
	color: #336600;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
.style4 {
	color: #990000;
	font-weight: bold;
}
.style5 {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
	text-align: center;
}
.style6 {
	font-weight: bold;
}


a:link {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

