body{
	margin-top:2em;
	color:white;
	background-color:black;
}

body.html{
	/*height: 100%;*/
}

h2{
	font-weight:15px;
	font-size:32px;
	margin-bottom:1.2em;
}

a{
	color:white;
	text-decoration:none;
}

h3{
	font-weight:10px;
	font-size:18px;
}

select{
	margin-top:5px;
}

input{
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: black;
	border: 1px solid red;
	margin-top: 0.5em;
	text-align: center;
	color: white;
}

input:focus{
	outline:0px;
}

input[type="radio"]:checked  + label {
    color: rgba(255, 255, 255, 1);
}

input[type="radio"] + label {
    color: rgba(255, 255, 255, 0.4);
}

.boton{
	font-weight: 14px;
	font-size : 14px;
	margin-top: 2em;
	height:70px;
	width:70px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	border: 1px solid red;
	box-shadow: 0px 8px 1px rgba(255, 0, 0, 0.6);
}

.boton:hover{
	font-weight: bold;
	font-size : 14px;
	height:70px;
	width:70px;
	-moz-border-radius: 34px;
	border-radius: 34px;
	border: 2px solid red;
	background-color: rgba(255, 255, 255, 0.08);
	cursor:pointer;
	cursor:hand;
	box-shadow: 0px 1px 1px rgb(255, 0, 0);
    margin-top: 35px;
}

footer {
    clear: both;
    display: table;
    bottom: 0px;
    position: fixed;
	background:black;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	padding-bottom:1em;
}

form{
	margin-bottom:2em;
}

.pro{
	color: grey;
	font-size: smaller;
    text-transform: lowercase;
}

input,option,label,a,select{
	cursor:pointer;
}

input:disabled,option:disabled{
	cursor: not-allowed;
}

select,label,option{
	padding: 0.1em;
    margin: 0.1em;
    display: inline-block;
}

#formulario{
	margin-top:5%;
}