@charset "utf-8";
body {
	font-family: sans-serif;
	background-image: url(../img/bg1.jpg);
	background-repeat: no-repeat;
}

#contenedor {
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	height: 400px;
	width: 400px;
	border: thin solid #999;
	border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -ms-border-radius: 10px;
   -khtml-border-radius:10px;
   -o-border-radius: 10px;
	padding: 12px;

}
#contenedor p {
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}

.opcioncontra {
	text-align: center;
	font-size: 12px;
}



#logo {
	height: 100px;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

