html {height:100%;}
body {
	font-family:verdana, arial, helvetica, sans-serif;
	color:#000;
	padding:0px;
	border:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-color: #0094FF;
	background-image: url(../img/fondo_zul.gif);
	background-attachment: fixed;
	height:100%;
}
a img {border:none;}
p {
	font-size:70%;
	text-align:left;
	padding: 0px 10px 0px 10px;
	}
td {
font-size:70%;
		color:#1DB0CB;
		}
.dato {
        font-weight:bold;
		color:black;
		}
td.dat{color:black;}
input,select {
font-size:80%;
		color:#000;
		}
#pagina {
		width:640px;
		height:100%;
		position:absolute;
		left:50%;
		margin-left:-320px;
		background:white;
		border-left:1px solid black;
		border-right:1px solid black;
		text-align:center;
		}
		
#formulario{
		background-image:url(registro.gif);
		width:640px;
		height:480px;
		margin:auto;
		
		}
#for {
	z-index:2;
	width:auto;
	position:absolute;
	top:250px;
	left:60px;
	text-align:left;
	/*border:1px solid black;*/
	}
