@font-face {
    font-family: 'DIN Alternate';
    src: url("DINRegularAlternate.ttf"), format('truetype');
}

* {
    margin: 0px;
    padding: 0px;
    font-family: 'DIN Alternate', sans-serif;
    color: rgba(0, 0, 0, 0.7);
}


body, html{
	height: 100%;
	overflow-x: hidden;
}


#tituloPortal {
	width: 100%;
	text-align: center;

}

#titulo{
	margin-top: 140px;
	padding-top: 30px;
	width: 100%;
	text-align: center;
}

#titulo h1{
	color: rgba(0,0,0,.7);
}



#resultadoBusqueda img{
	height: 48px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#resultadoBusqueda button{
	text-align: center;
    border: none;
    border-radius: 4px 4px 4px 4px;
    height: 32px;
    outline: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.95);
    background-color: #00BFA5;
    font-size: .9em;
    margin-right: auto;
    margin-left: auto;
    width: 160px;
    display: block;
    margin-top: 5px;
    cursor: pointer;
}

#resultadoBusqueda label{
	text-align: center;
    height: 32px;
    outline: none;
    font-size: .9em;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 5px;
    color: red;
    width: 100%;
}

#resultadoBusqueda button:hover{
	opacity: 0.8;
}

#contenedorBusqueda{
	margin-top: 10px;
	height: 100%;
}


#busqueda{
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-left: 20px;
	background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px rgba(0, 0, 0, .1);
    box-shadow: 0px 12px 10px -10px rgba(0, 0, 0, .1);
    height: auto;
    width: 400px;
    box-sizing: border-box;
    outline: none;
    padding-bottom: 20px;
}

input[type="text"]{
    width:95%;
    border: solid 1px rgba(0, 0, 0, .25);
    border-radius: 4px 4px 4px 4px;
    height: 32px;
    outline: none;
    box-sizing: border-box;
    font-size: .9em;
    text-align: center;
}

input[type="text"]:focus{
	border-color: #1DE9B6;
}

input[type="submit"]{
    width: 50%;
    text-align: center;
    border: none;
    border-radius: 4px 4px 4px 4px;
    height: 32px;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.95);
    background-color: #00BFA5;
    font-size: .9em;
    margin-left: 25%;
}

input[type="submit"]:hover{
	opacity: 0.8;
}

.hidden{
	display: none;
}
