
/* MOVIL portrait o landscape */
@media screen and (orientation:portrait) and (max-width: 414px),screen and (orientation:landscape) and (max-width: 768px){

.rojito {
    display:none;
}

#buscador {
    width: 100%;
    margin-left: 0em;
    margin-bottom: 0.5em;
    overflow: hidden;
}

#tipobusqueda {
    PADDING-LEFT: 0em;
    WIDTH: 100%;
    PADDING-RIGHT: 0px;
}

#tipobusqueda p {
    display:none;
}

#tipobusqueda ul li {
    font-size: 0.8em !important;
}

#buscador input {
    margin-left: 30px;
}

#tipobusqueda input {
    margin-left: 9px !important;
	margin-right: 0.2em;
}

#tipobusqueda ul li input {
    margin-top: 1.4em;
}

#leyenda {
    display:none;
}

.pieMap {
    display:none;
}

#containergoogle {
    width: 100%;
	/*height: 485px;*/
}

#container2 {
    width: 100% !important;
    height: 122px;
    margin-left: 0px;
	margin-top: 0px;
}

#googleMap {
    width: 100% !important;
    /*height: 485px;*/
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}

#servicios {
    margin-left: 1em;
}

#servicios p {
    padding-top: 10px;
    padding-bottom: 10px;
}

#servicios label {
    margin-left: 0.5em;
}

#servicios dd {
    margin-left: 0px;
    font-size: 1.14em;
    margin-bottom: 5px;
    width: 50%;
    display: inline;
    float: left;
}

#resu, #filtro {
    margin-left: 0px;
}

#results{
	clear: both;
}

/*
.gm-style-iw{
	width:278px !important;
}

.gm-style-iw>div{
	max-width:255px !important;
}
*/

.burbuja {
    /*width: 255px !important;*/
	width: 18em !important;
}

.tablaservicios {
    width: 99%;
}

#tipobusqueda ul {
    margin-left: -0.7em;
}

#containerresults{
	display:none;
}

}


