@charset "utf-8";
body {
	background-color: #ffffff;
	background-image: url(image/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.body {
	background-image: url(image/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.texto-dorado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aa6511;
}
.texto-blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}
.linea {
	background-image: url(image/linea.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-left: 30px;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(image/boton.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
.link-blanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.link-blanco:hover {
	text-decoration: underline;
}
.link-dorado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #aa6511;
	text-decoration: none;
}
.link-dorado:hover {
	text-decoration: underline;
}
.titulo2 {
	font-family:akaDora;
	font-size: 36px;
	color: #ffffff;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	border: 1px solid #FFFFFF;
}
.texto-negro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.style2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660000;
}	
.style4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #fff147;
}
.style3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff147;
}
