/* #Media Queries
================================================== */

	/* Mayor de 960px (dispositivos y navegadores) */
	@media only screen and (max-width: 876px) {
	.col1 {
	width:50%;
	min-width:300px;

	background-color:#CCC;
		margin: 0 auto !important;
		height:40px;
	float:none !important;
	margin-bottom:10px;

}
	.columna1 {
	margin-bottom:10px;
}
	.col2 {

width:90%!important;
	min-width:300px;
	leftx:0px;

	position:relative;
	background-colorx:#0099CC;
	float:none !important;
	clear:both;

}

.logo {
	
	text-align:left;
width:287px;
height:103px;
background-image:url(../im/logom.png);
background-size:287px 103px;

}
.o {

	font-size:calc(2.5em + 2.5vw);

}
	.url{
	font-size:calc(1.5em + 1.5vw);


}


		}

