body {
margin:0;
padding:0;
height:100%; /* needed for container min-height */
background:#FBFBEF;
}

#header {
background: url(head.jpg) repeat-x;
position:relative; /* needed for footer positioning*/
width:100%;
height:126px; /* IE6: treaded as min-height*/
padding:0;
background-color: #424242;}

#titulo {
	position: absolute;
	top: 20%;
	left: 2%;
	width:550px;
	height:107px; /* real browsers */
}

#titulo p{
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, sans-serif;
	font-size:18pt;
	color: #FFFFFF;
	text-decoration:none;
}

#logo {
	position: absolute;
	top: 20%;
	right: 2%;
}

#gifprocess{
	position: relative;
	top: 200px;
	left: 555px;
	width:75px;
	height:75px; /* real browsers */
}

#procesando1 {
	position: relative;
	top: 225px;
	left: 320px;
	width:400px;
}

#procesando1 input{
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, sans-serif;
	font-size:12pt;
	color: #B40404;
	text-decoration:none;
	border:none;
	background-color: #FBFBEF;	
	text-align:center;
}