.slide{
	background: #D8D8D8;
}

.content{
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.mapa{
	width: 100%;
}

.mapa img{
	max-width: 800px;
	width: 100%;
}	

.submenu{
	margin-top: 20px;
	margin-bottom: 20px;
}

.submenu-box{
	max-width: 420px;
	background: #fff;
	padding: 8px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	border-radius: 8px;
	margin-top: 50px;
}

.submenu-box ul{
	padding: 0px;
	margin: 0px;
}

.submenu-box ul li{
	list-style: none; 
	display: inline-block;
	border-right: 1px solid #000000;
	padding: 0px 4px;

}

.submenu-box ul li:last-child{
	border-right: none;
}	

.c-green{
	color: #55AB6D;
	font-weight: 700;
}

.c-yellow{
	color: #F3BD18;
	font-weight: 700;
}

.c-brown{
	color: #966238;
	font-weight: 700;
}

.c-green:hover{
	color: #55AB6D;
	font-weight: 700;
}

.c-yellow:hover{
	color: #F3BD18;
	font-weight: 700;
}

.c-brown:hover{
	color: #966238;
	font-weight: 700;
}

.bg-green{
	background: #55AB6D;
}

.bg-yellow{
	background: #F7D98D;
}

.bg-brown{
	background: #82694A;
}

.content2{
	font-size: 16px;
	text-align: center;
	border-bottom: 5px solid #fff;
}

.content2 h1{
	font-size: 18px;
}

.content2 select{
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	background: url('../img/background/bg-yellow.png') repeat; 
	border-radius: 8px;
	padding: 5px 10px;
}

.content2 .iconos{
	margin-top: 10px;
}

.content2 .info{
	background: url('../img/background/bg-yellow.png') repeat;
	padding: 15px 0px;
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	border-radius: 8px;
}

.content2 .info h2{
	font-size: 14px;
	font-weight: 700;
}

.content2 .info p{
	font-size: 14px;
	font-weight: 300;
	padding: 0px 2%;
}	