@charset "utf-8";
/* CSS Document */


.nivo-controlNav{
	padding: 0 !important;
}

h1{
	font-size: 20px;
}
#central{
	text-align: center;
}
.columna{
	text-align: left;
	display: inline-block;
	width: 20%;
	padding: 10px 2%;
	vertical-align: top;
	font-size: 13px;
}
.columna img{
	max-width: 100%;
	height: auto;
	box-shadow: #950 0 0 30px;
}
.columna img:hover{
	box-shadow: #A00 0 0 30px;
	transition: box-shadow 0.1s;
}

.reservas{
	font-size: 12px;
}

.reservas .campo{
	display: block;
	white-space: nowrap;
}
.reservas input{
	border:#600 1px solid;
	width: 80px;
	border-radius: 1px;
	padding: 2px 5px;
	font-weight:bold;
	font-size: 9px;
}
.reservas .boton{
	background:#444 !important;
	color:#fff !important;
	border: none !important; 
	font-weight:bold;
	width: 25px;
	padding: 4px 8px !important;
	font-size: 12px;
	border-radius: 3px
}
.reservas .boton:hover{
	background:#F00 !important;
}

#iconos{
	text-align: center;
	padding: 15px 0 25px 0 ;
}
#iconos a img{
	opacity: 0.3;
	transition: opacity 1s;
	padding: 10px 3%;
}
#iconos a:hover img{
	opacity: 1;
	transition: opacity 0.3s;
}

@media screen and (max-width: 900px) {
	.columna{
		display: block;
		width: 100%;
	}

}

