@import url("normalize.css");
/* Estilos para los mensajes de exito y error */
.error, .exito, .cambioer, .cambiok, .enviado
{
	color: white;
	margin: .2em auto;
	text-align: center;
	padding: .3em;
}

.error, .cambioer
{
	background: red;
}

.exito, .cambiok, .enviado
{
	background: green;
}

.solidline 
{
    border-top: 1px solid #e7e7e7;
    margin: 0 0 30px;
}

.soporte
{
	position: relative;
	padding-bottom: 50%;
	overflow: hidden;
}

.soporte iframe
{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}

#precarga
{
	text-align: center;
	color: white;
	position: relative;
	top: 20%;	
	
}

.feedback
{
	position: fixed;
	top: 25%;
	right: 0%;	
	z-index: 9999;
}

.step
{
	border-bottom: thin solid #BDBDBD;
	border-width: 5px;
	display: inline-block;
	font-weight: bold;
	margin: .5em 1em;	
	opacity: 0.5;
	padding: .5em;
	text-align: center;
	width: 6%;
}

.step-active
{
	border-color: deepskyblue;
	opacity: 1;
}

.step-success
{
	border-color: deepskyblue;
	opacity: 0.5;
}

.img_map
{
	background-size: 100% 530px;
    background-repeat: no-repeat;
	height: 530px;	
	opacity: 0.7;
	position: relative;
	width: 100%;
}

.no_map
{
	height: 50px;
	text-align: center;
	width: 100%;
}

.description_room, .img_room
{
	display: inline-block;
	vertical-align: middle;
}
/* Descripcion del salon */
.description_room 
{
	font-size: 12px;
	width: 40%;
}

.room
{
	/*background: silver;*/
	display: inline-block;
	margin: 1em 1em;
	text-align: center;
	width: 45%;
}

.img_room
{
	height: 150px;
	width: 60%;
}

#suggestions {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    height: auto;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: 206px;
}
 
#suggestions .suggest-element {
    background-color: #EEEEEE;
    border-top: 1px solid #d6d4d4;
    cursor: pointer;
    padding: 8px;
    width: 100%;
    float: left;
}

@media screen and (max-width: 1024px) {    
    .step
    {
    	width: 10%;
    }
}