body{
	background: url("./fondo.jpg") ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: arial;
	position: relative;
}
.contenedor{
	margin: 0 auto;
	margin-top: 10%;
	max-width: 90%;
	position: relative;
	background-color: #A9E2F3;
	float: center;
	border-radius: 5px;
	width: 370px;
	height:300px;
	text-align: center;
	padding: 10px;
	padding-top: 20px;
}
input{
	padding: 1px 5px 1px 5px;
	margin-top: 20px;
	border-radius: 5px;
	height: 19%;
	width: 80%;
	border: none;
}
a{
	text-decoration: none;
}
.boton{
	background-color: #2196F3;
	font-style: bold;
	color:white;
	border-color: #2196F3;
	border-radius: 8px;
	border:1px solid;
	width: 100px;
	height: auto;
	float: left;
	margin-top: 25px;
	margin-left: 54px;
	max-width: 80%;
}
#SelectStyle {
	margin-top: 5%;
	position: relative;
}
 
select {
	background: #F3F3F3;
	color: #585757;
	padding: 5px;
	font-size: 13px;
	line-height: 100%;
	border: 1px solid #C1C1C1;
	border-radius: 0;
	height: 30px;
	-webkit-appearance: none;
}
 
option {
	padding: 10px;
}
.SelectStyle:after {
	width: 30px;
	height: 30px;
	display: block;
	content: '';
	position: absolute;
	top: 0;right: 0;
	pointer-events: none;
	border: 1px solid #C1C1C1;
	background:#ebebeb;
	background-image: url('http://www.ideup.com/sites/all/themes/ideup/img/bullet--arrow--down.gif');
	background-image: url('http://www.ideup.com/sites/all/themes/ideup/img/bullet--arrow--down.gif'), -moz-linear-gradient(top,#dfdfdf 0%,#f6f6f6 100%);
	background-image: url('http://www.ideup.com/sites/all/themes/ideup/img/bullet--arrow--down.gif'), -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dfdfdf),color-stop(100%,#f6f6f6));
	background-image: url('http://www.ideup.com/sites/all/themes/ideup/img/bullet--arrow--down.gif'), -webkit-linear-gradient(top,#dfdfdf 0%,#f6f6f6 100%);
	background-image: url('http://www.ideup.com/sites/all/themes/ideup/img/bullet--arrow--down.gif'), -o-linear-gradient(top,#dfdfdf 0%,#f6f6f6 100%);
	background-image: url('http://www.ideup.com/sites/all/themes/ideup/img/bullet--arrow--down.gif'), -ms-linear-gradient(top,#dfdfdf 0%,#f6f6f6 100%);
	background-image: url('http://www.ideup.com/sites/all/themes/ideup/img/bullet--arrow--down.gif'), linear-gradient(top,#dfdfdf 0%,#f6f6f6 100%);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}