.map{
	padding: 15px;
	background-color: #ccc;
	margin: 0px 0 20px 0;
	border: 1px solid #ccc;
}

.tab {
    overflow: hidden;    
    margin-bottom: 0px;
}

.tab > button.tabsName{
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #082a7c;
	text-transform: uppercase;
	padding: 8px 40px 0 0;	
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
    color: #000 !important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 0px;
    border-top: none;
    margin: 0px;
}

.tabcontent#maneadero{display: block;	}

.pageContactContentUb{
	margin: 50px auto 20px auto;
}

@media only screen and (max-width: 680px) {
	#pageContactForm > .pageBoxHalf {
		width: 95%;
		margin: 0 auto;
	}
	
	.pageBoxHalf > div{
		width: 100%;
		margin: 0px;
	}
	
	.pageBoxHalf > div:first-child {
	    margin-right: 0%;
	}
}

