@charset "UTF-8";
/* CSS Document */

#ubicacion
{

position:relative;
margin:0 auto; /* center, not in IE5 */
background-image:url(red24.png);
background-repeat:no-repeat;
width:725px;
height:384px;
	margin-top: -200px;
	margin-left: -380px;
	position: absolute; 
	top: 50%;
	left: 50%;

}

#usuario

{
	border-bottom:1px #565e89 dotted;
	position:relative;
	width:700px;
	height:40px;
	top:300px;
	z-index:3;
	margin:0 auto; /* center, not in IE5 */
}


#mail

{

	position:relative;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:300px;
	text-align:center;
	left:200px;
	height:145;
	top:360px;
	z-index:3;
	
}
