.visible {
	display: none;
}
	.nuevo_boton {
	/*border: 1px solid #666;*/
	padding: 5px 10px 5px 10px;
	border-radius: 5px;
	}


@media  (max-width: 767px) {
	.visible {
		display: inline;
	}
	.nuevo_boton {
	margin: 5px 0 0 0px;
	float: right;
	}
}


.titulo_propio {
    font-size: 27px;
    line-height: 27px;
    font-family: 'Marvel', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #000000;
}


.navbar-toggle {
	margin-right: 55px !important;
}


@media only screen and (max-width: 767px) {
	#contactar, #contactar2 {
		width: 100% !important;
	}
}


.one-third-liquid {
	margin-left:10% !important;
}


@media only screen and (max-width: 480px) {
	iframe {
		height: 5590px !important;
	}
}




