/*

Theme Name: ComeChile

Author: Guillermo Fuentes

Author URI: http://wordpress.org/

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: comechile



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



@charset "utf-8";





@import url('css/cchile.css?v=2');

@import url('css/cchile-xs.css');

@import url('css/cchile-sm.css');

@import url('css/cchile-md.css');

@import url('css/map.css?v=5');

header .top-header .searchbox-open {
    width: 100%;
}
.menu-buscador{
	margin-top: 50px;
	background: #eeeeee;
	position: absolute;
	width: calc(100% - 80px);
	text-align: left;
	padding: 10px 15px;
}
.menu-buscador li {
    height: 25px;
    display: block;
    position: relative;
    background: #eeeeee;
    width: 100%;
}

.img-center{
    margin:0 auto;
}