/* CSS Document */

body,td,th {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #585656;
}
.texto {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: bold;
	color: #425963;
	padding-left: 50px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-size: 12px;
	color: #0066FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.header {
	background-image: url(imagenes/nubes.gif);
	background-position: top;
	background-repeat: repeat-x;
}
.footer {
	background-image: url(imagenes/footer_bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
.fondo {
	background-image: url(imagenes/nubes.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bg_registro {
	background-image: url(imagenes/bg_registro.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.bg_login {
	background-image: url(imagenes/bg_login.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.input {
	border-top: 1px #5F91B6 solid;
	border-bottom: 1px #5F91B6 solid;
	border-left: 1px #5F91B6 solid;
	border-right: 1px #5F91B6 solid;
	background-color: #FFFFFF;
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #585656;
}
