@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0}
body{ background-color:#06131c}
#content{
	width:955px;
	height:600px;
	position:relative;
	left:50%;
	top: 0;
	margin-left:-477px;
	background:#FFF
}
#uno{
	width:955px;
	height:450px;
	position:absolute;
	background:url(images/image_01.jpg);
	top: 0;
	left: 0;
}
#dos{
	width:250px;
	height:150px;
	position:absolute;
	background: url(images/image_02.jpg);
	top: 450px;
	left: 0;
}
#form{
	width:550px;
	height:98px;
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	color:#666;
	top: 450px;
	left: 250px;
}
#cuatro{
	width:155px;
	height:150px;
	position:absolute;
	top: 450px;
	left: 800px;
	background:url(images/image_04.jpg)
}
#cinco{
	width:550px;
	height:52px;
	position:absolute;
	top: 548px;
	left: 250px;
	background:url(images/image_05.jpg)
}

