
body {
   
    width:100%;
 height:100%;
    background-image:url(imagenes/f1.jpg);
    
    background-size:cover;
    font-family:'Helvetica Neue LT Std';
    font-size:20px;
   
    }
div#Primero{
    width:100%;
    height:550px;
    
}
div#contenedor {
    width: 100%;
    height: 600px;
   
}
div#marcas{
    position:relative;
    top:35px;
    
    width: 100%;
    height: 515px;
    background-color: white;
    
    opacity: 0.9;
}
div#body{
    margin:auto;
    position:relative;
    top:35px;
    width:100%;
    height:50px;
    background-color:#ffd800;
    
}
div#menu {
    position:relative;
    top:0px;
    width: 100%;
    height:100px;
    background-image: url(imagenes/t1.jpg);
    background-size: contain;
}
footer{
    
    width:100%;
    height:70px;
    background-color:black;
}
p{
    font-size:13px;
    text-align:center;
    color:white;

}
h3{
    text-align:center;
    font-family:'Century Gothic';
    color:black;
    font-size:15px;
}

.tadmin{     position: relative;
             top: 52px;
			text-align:center; 
			font-size: 50px; 
			color:white;
			background-color:#e80000;
			}
			
.formulario{
    position:relative;
    top:100px;
    width:500px;
    height:200px;
    padding-left: 20px;
    padding-top: 15px;
    background-color: #000000ba;
    border-radius: 30px;
    margin:auto;

				}
				





input[type=text],[type=password]{
    width:430px;
    height:35px;
   
    font: 14px normal normal uppercase helvetica,arial,serif;
    
}

button{
    background-color:#ffc107;
    border-radius:30px;
    position:relative;
    left:30px;
    width:150px;
    height:40px;
   
}

p{

    
    font-size:24px;
}
label{
margin: -6px 20px 0 0;
font-size:16px;
color:white;
text-transform:none;

}




