/* CSS Document */
.style1 {color: #FF0000}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 54px;
	font-style: normal;
	color: #FF0000;
	text-decoration: none;
	text-align: center;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.div{
/*	background-color:#FFFFFF;
*/}
.div1{
/*	background-color:#FFFFFF;
*/	text-align: center;
}
h1, h2, h3, h4{
	text-align: center;
}
.h1tit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:54px;
	display:inline;
	text-align:center;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(img/fondo01.jpg);
	background-repeat:repeat-x;
}
