/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
html, body {
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;
	background: url(img/backg.jpg) no-repeat center top #000200;
	font-size:14px;
	color:#FFFFFF;
}
h1 {
}
.contenedor {
	width:938px;
	margin:auto;
}
.top {
	height:222px;
}
.box1 {
	background:#000000;
	width:299px;
	height:503px;
	float:left;
}
.box, .box2 {
	background:#000000;
	width:270px;
	height:500px;
	margin-left:15px;
	padding:20px 20px;
	float:left;
}
.box2 {
	margin:0px;
	padding:20px 25px;
	width:250px;
}
.box3 {
	background:#000000;
	width:299px;
	height:483px;
	padding:2px;
	margin-left:10px;
	float: right;
}
img {
	border:none;
}
.fleft1, .fleft2 {
	float:left;
	padding-right:10px;
}
.fleft2 {
	padding:0px;
}
.fgright {
	float: right;
	margin-top:58px;
}
.clear {
	clear:both;
}
.titulos {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#df6a29;
}

