.zona_historico_mensajes{
	width:100%;
	margin-top:1rem;
	border-radius:.3rem;
	border:1px solid #CCC;
	padding:.5rem;
}
.zona_mensajes{
	margin-top:2rem;
}
.boton{
	border-radius:.3rem;
	text-align:center;
	padding:.4rem;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#468bca;
	margin-top:.5rem;
	margin-bottom:.5rem;
	width:30%;
	margin-left:auto;
	margin-right:auto;
}
.boton:hover{
	background-color:#333;
}
.fly_form input{
	border-radius:.2rem;
	padding:.4rem;
	font-size:1.1rem;
}
.fly_form label{
	display:inline-block;
	margin-left:.5rem;
} 
.fly_form textarea{
	display:block;
	border:1px solid #333;
	border-style:dotted;
	margin-top:.5rem;
	width: 95%;
	height:100x;
	margin-left:.5rem;
	padding:.5rem;
	border-radius:.5rem;
	background-color:#999;
	font-size:.8rem;
	transition: height 1s;
}
.fly_form textarea:focus{
	background-color:#CCC;
	height:200px;
}
.titulo_mx{
	font-size:1.2rem;
	font-weight:800;
	margin-top:1rem;
}

@media (min-width: 768px) {
		.listing-logo img
	{
		width:100% !important;
	}
	
}

@media only screen and (max-device-width: 239px) {
  #wrapper {
    display: none; } 
	
}

@media only screen and (min-device-width: 240px) and (max-device-width: 767px) {
	
	.container
	{
		margin-top:.5rem;
	}
}


@media only screen and (min-device-width: 500px) and (max-device-width: 767px) {
	.container
	{
		margin-top:.5rem;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
}

@media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
}

@media only screen and (min-device-width: 414px) and (max-device-width: 567px) {
}

@media only screen and (min-device-width: 414px) and (max-device-width: 567px) {
}

@media only screen and (min-device-width: 640px) and (max-device-width: 666px) {
}

@media only screen and (min-device-width: 667px) and (max-device-width: 735px) {
}

@media only screen and (min-device-width: 736px) and (max-device-width: 767px) {
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {
		.listing-logo img
	{
		width:100% !important;
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1365px) {
	.listing-logo img
	{
		width:100% !important;
	}
}


@media only screen and (min-device-width: 1366px) and (max-device-width: 1439px) {
		.listing-logo img
	{
		width:100% !important;
	}
}

