/* CSS Document */
.boxmenuop1{
	position:absolute;
	margin-left:10px;
	width:500px;
	height:50px;

}

.boxmenuop2{
	position:absolute;
	margin-left:640px;
	width:500px;
	height:50px;
}

.boxconcont{
	width:1100px;
	
	/*
	height:500px;
	background-image:url('../images/pelota_2.png');
	background-repeat:repeat;
	*/
}

.boxconleft{
	float:left;
	width:700px;
	padding:10px;	
	/*
	height:650px;
	
	border-right:thin;
	border-right-color:#030;
	border-right-style:solid;
	*/
}

.boxconright{
	float:right;	
	width:360px;
	padding:0px;
	background-color:#FFA;
		-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	behavior:url('border.htc');
	border-radius: 20px 20px 20px 20px;  behavior:url('border.htc');

}

#boxforgot2{
	float:right;	
	width:340px;
	padding:0px;
	padding:10px;
	height:650px;
	background-color:#CC7;
		-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	behavior:url('border.htc');
	border-radius: 20px 20px 20px 20px;  behavior:url('border.htc');

}

.boxexpl{
	padding:15px;
	text-align:justify;
	background-color:#FF9;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	behavior:url('border.htc');
	border-radius: 20px 20px 20px 20px;  behavior:url('border.htc');
	
	border-style:solid;
	border-width:thin;
	border-color:#F60;

}
