@charset "utf-8";
/* CSS Document */
body{
	background-color:#666;
}
.opcion1{
	width:300px;
	height:100px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-200px;
	text-align:center;
}
.opcion2{
	width:300px;
	height:100px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:10px;
	margin-top:-200px;
	text-align:center;
}
.opcion3{
	width:300px;
	height:100px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:20px;
	text-align:center;
}
.opcion4{
	width:300px;
	height:100px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:5px;
	margin-top:20px;
	text-align:center;
}

