*{
	margin: 0;
	padding: 0;
	outline: 0;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
body{
	background:url(../img/fondo-plata.gif);
	background-size: 100%;

}

@media (max-width: 1090px) {
    body{
    background:url(../img/fondo-plata.gif) center cover fixed;
    background-size:100%;
    background-repeat: no-repeat;
    }
}


.main .form-control {
   width: 97%;
    height: 45px;
    margin: 0 0 15px;
    padding: 10px 1%;
    font-size: 18px;
    border:0 none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"], input[type="button"], input[type="reset"] {
    display: inline-block;
    background: #2394D5;
    padding: 5px 15px;
    color: #fff;
    border: 0 none;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.botoni {
    display: block;
    margin: auto;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	opacity: .8;
}



.main input[type="text"], .main input[type="password"] {
	text-align: center;
	
}
.main input[type="submit"] {
    width: 99%;
    margin: 0 auto;
    padding: 13px 0;
    height:45px;
    margin-top:10px;
}

.main{
    width: 35%;
    background-color: rgba(255,255,255,.4);
    text-align: center;
	border-radius: 5px;
	margin: 17% auto 0 auto;
	padding: 3%;
    position: relative;
    margin-top: 80px;
}
.main img {
    width:100%;
}
fieldset {
    background-color: #fff;
    border: 0;
    width: 25%;
    height: 50px;
}
legend {
    color: black;
    font-weight: 700;
}


.error{
    background-color: #E74F4F;
    position: absolute;
    top: 0;
    padding: 10px 0 ;
    border-radius:  0 0 5px 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: none;
}

.error_dos{
    background-color: #E74F4F;
    position: absolute;
    top: 0;
    padding: 10px 0 ;
    border-radius:  0 0 5px 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: none;
}
#btnpres {
    position:absolute;
    left:200px;
    top:50px;
    width:300px;
}
#btnprim {
    position:absolute;
    left:500px;
    top:250px;
    width:300px;
}
#btnsec {
    position:absolute;
    left:800px;
    top:450px;
    width:300px;
}
#unoss {
   position:absolute;
    left:200px;
    top:50px;
    width:400px;
}
#doss {
    position:absolute;
    left:500px;
    top:250px;
    width:400px;
}
#tress {
   position:absolute;
    left:800px;
    top:450px;
    width:400px;
}
#logo {
    display: block;
    margin:0 auto;
    width: 200px;
    height: 100px;

}
#uno {
    width: 45%;
    float: left;
}
#dos {
    width: 45%;
    float: right; 
}
.datos {
   width: 97%;
    height: 90px;
    margin: 0 0 15px;
    padding: 10px 1%;
    font-size: 18px;
    border:0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 50px;
    text-align: center;
    font-family:'Open Sans', sans-serif;
}
.datos {
    border:2px solid #39c;
}
#email, #nombre {
    width: 45%;
    float: left;
}
#telefono, #dateRange {
    width: 45%;
    float: right;
    margin-right: 6px;
}
#matricula {
    width: 45%;
    float: right;
    margin-right: 6px;
    margin-top: -40px;    
}
