body {margin: 0px; font:12px Arial, Helvetica, sans-serif; text-align: center; color: #045E9C; background-color: #FFF;}
table {font:12px Arial, Helvetica, sans-serif; text-align: left;}
a {text-decoration: none; color: #045E9C;}
img {border:0px;}
td {color:#333; text-align:left;}

div#contenidor {
	position			: absolute; 
	background		: url(img/bk.jpg) no-repeat top left; 
	height				: 500px; 
	left					: 50%; 
	margin-left		: -402.5px; 
	top						: 50%; 
	margin-top		: -265px; 
	min-height		:	500px; 
	min-width			: 785px; 
	text-align		: center; 
	width					: 785px; 
}

div#left {
	position 			: absolute;
	top 					: 85px;
	left					: 43px;
	text-align 		: left;
	color 				: #333;
}

div#left input.texto {
	background 		: #FFDDAA;
	border 				: 1px solid #333;
	width 				: 244px;
	height 				: 23px;
}

div#left input.boto {
	background 		: #C90;
	border 				: 1px solid #333;
	width 				: 100px;
	height 				: 23px;
	color 				: #FFF;
	font-weight 	: bold;
	margin-top 		: 20px;
}

div#right {
	position 			: absolute;
	top 					: 80px;
	left					: 372px;
	width 				: 385px;
	text-align 		: left;
	font-size 		: 13px;
	color					: #333;
}

div#right h1 {
	font-size 		: 22px;
}

span.mm {
	color 				: #C90;
}

div#header {
	position 			: absolute;
	top 					: 5px;
	left 					: 25px;
	color 				: #FFF;
	font-weight 	: bold;
}

div#footer {
	position 			: absolute;
	top 					: 480px;
	left 					: 25px;
	color 				: #FFF;
}