/* hoja de estilos general */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3399CC;
	margin: 0px;
	padding: 0px;
	border: none;
}
/* cajas azules superior e inferior de las páginas */
.top {background-color: #3399CC; height: 70px; width: 100%;}
.down {background-color: #3399CC; height: 70px;	width: 100%; bottom: 0px; right: 0px; position: absolute;}

form {
	margin: 0px;
	padding: 0px;
}
