/* 
    Created on : 26/02/2019, 17:16:45
    Author     : acrock
*/
*{
	margin:0px;
	padding:0px;
}
body{
	background: url(../images/bg-1.jpg);
        background-size: cover;
}
#cuadro{
	width:330px;
	background:#090090;
	color:#ffffff;
	margin: auto;
	margin-top:20px;
	padding:5px 5px 30px 5px;
	border-top:35px solid #141414;
	border-right:35px solid #141414;
	border-left:35px solid #141414;
	border-radius: 6px;
        opacity:0.7;
        text-align:center;
}
entrada{
	width:320px;
	height:35px;
	border-radius: 6px;
	font-family: verdana;
	font-weight: 900;
}
#boton{
	width:324px;
	height:45px;
	border-radius: 6px;
	background: blue;
	color:#ffffff;
	font-size: 20px;
        cursor:pointer;
              
}
#boton[type="submit"]:hover{
	background: #3498db;
	color: #000000;
}
#titulo{
	font-size: 30px;
	font-family:fantasy;
}
#subtitulo1{
	padding-left:0px;
}
#subtitulo2{
	padding-left:0px;
}
#marca{
	font-size: 20px;
	padding-left: 90px;
}

#contenedor2 {
	background:#f9f7f7;
	width:270px;
	height:50px;
	margin:auto;
	margin-top:10px;
        opacity:0.7;
        text-align:center;
}
#boton2{
	width:250px;
	height:40px;
	border-radius: 6px;
	background: white;
	color:#000000;
	font-size: 20px;
        cursor:pointer;
              
}
#boton2[type="submit"]:hover{
	background: blue;
	color: #ffffff;
}
#form2{
	width:200px;
	padding: 20px 20px 0px 20px;
	box-sizing: border-box;
}
#form2 input[type="submit"]{
	width:100%;
	height:100px;
	background:#000000;
	border:2px solid #ffffff;
	font-size:20px;
	color: #1b4f72;
        cursor:pointer;
}
#form2 input[type="submit"]:hover{
	background: #3498db;
	color: #000000;
}
#referencias{
        
        background:#f9f7f7;
	width:160px;
	height:40px;
	margin:auto;
	margin-top:10px;
        opacity:0.7;
        text-align:center;
	
}
#referencias a{
	padding-left: 0px;
	text-decoration: none;
	color: #000080;
}
