
/*
Tipue Search 2.1
Copyright (c) 2013 Tipue
Tipue Search is released under the MIT License
http://www.tipue.com/search
*/

em {
	font: inherit;
	font-weight: 400px;
}


/* SmartPhone */
@media screen and (min-width: 240px) {
	
/* Campo de busqueda */
#tipue_search_input {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1em;
	color: #000;
	text-align: center;
	width: 80%;
	height: 50px;
	margin: 0 auto 0 auto;
	padding: 1px;
	border: 2px solid #000000;
	border-radius: 0px;
	background-color: #FFFFFF;
	float: left;
	background-image: none;
	background-repeat: no-repeat;
	}


#tipue_search_input:focus {
	background-color: #FFFFFF;
	
	/* Sombra */
	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3),0 0 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
/* FIN Campo de busqueda */


/* Botón de buscar */
#tipue_search_button {
	width: 20%;
	height: 50px;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	border: 2px solid #000000;
	cursor: pointer;
	
	background-image: url(../images/buscador_img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
}

#tipue_search_button:hover {
	opacity: .5;
}
/* FIN Botón de buscar */


/* Marco de resultado de busqueda */
#tipue_search_content {
	width: 100%;
	height: auto;
	display: block;
	margin: 5px 0 0 0;
	float: left;
	z-index: 1;
	background-color: transparent;
}
/* FIN Marco de resultado de busqueda */


/* contenedor de imagen de fachada */
.tipue_search_content_image_box {
	float: left;
	padding: 8px;
}

.tipue_search_content_image {
	max-width: 110px;
	outline: none;
	padding: 2px;
	background-color: #FFFFFF;
}
/* FIN contenedor de imagen de fachada */


/* Campo textos, direccion, telefono etc */
.tipue_search_content_text {
	font-family: 'Maven Pro', sans-serif;
	/* font-size: 1em; */
	font-size: 0;
	color: #000;
	text-align: left;
	line-height: 55px;
	width: 95%;
	height: auto;
	margin-top: 10px;
	padding: 5px 2% 5px 2%;
	float: left;
	z-index: -1;
	background-color: transparent;
}	
	
.tipue_search_content_text img {
	margin-top: 15px;
}	
/* Fin Campo textos, direccion, telefono etc */


/* Campo de enlace web */
.tipue_search_content_loc {
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    color: #FFF;
    text-align: left;
    font-weight: bold;
	font-style: italic;
    width: 65%;
    height: 30px;
    float: left;
    margin-top: -165px;
    margin-left: 130px;
    margin-bottom: 25px;
    padding: 5px 2% 5px 2%;
    background-color: transparent;
}

.tipue_search_content_loc a {
	color: #8A0000;
	line-height: 30px;
}

.tipue_search_content_loc a:hover {
    color: #FF0000;
}

.tipue_search_content_loc a img {
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 10px;
}
/* Fin Campo de enlace web */


/* Titulo de cada restaurante */
.tipue_search_content_title {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.5em;
	color: #000;
	text-align: left;
	line-height: 40px;
	width: 96%;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 2%;
	display: inline-block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/* Fin Titulo de cada restaurante */


/* Marco que muestra el total de resultados en la parte de arriba */
#tipue_search_results_count {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.5em;
	color: #32520C;
	width: 98%;
	height: auto;
	display: inline-block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #97DF35;
}
/* FIN Marco que muestra el total de resultados en la parte de arriba */



/* marco de numeración */
#tipue_search_foot {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	float: left;
}

#tipue_search_foot_boxes {
	font-family: 'Maven Pro', sans-serif;
	font-size: 0.8em;
	line-height: 1;
}

#tipue_search_foot_boxes li {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
	padding: 0;
	display: inline-block;
}

#tipue_search_foot_boxes li a {
	background-color: #f5f5f5;
	background: -webkit-linear-gradient(top, #f7f7f7, #f1f1f1);
	background: -moz-linear-gradient(top, #f7f7f7, #f1f1f1);
	background: -ms-linear-gradient(top, #f7f7f7, #f1f1f1);
	background: -o-linear-gradient(top, #f7f7f7, #f1f1f1);
	background: linear-gradient(top, #f7f7f7, #f1f1f1);
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	color: #333;
	margin-right: 10px;
	text-decoration: none;
	text-align: center;
	padding: 8px;
}


#tipue_search_foot_boxes li.current {
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	color: #333;
	margin-right: 12px;
	text-align: center;
	padding: 15px;
	background-color: #FFF;
}

#tipue_search_foot_boxes li a:hover {
	border: 2px solid #32520C;
	box-shadow: 1px 1px 2px #e3e3e3;
}
/* Fin Marco de numeración */


/* Cuando no hay resultados */
#tipue_search_warning_head {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.5em;
	color: #FF0000;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#tipue_search_warning {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	margin: 13px 0;
}

#tipue_search_warning a {
	color: #32520C;
	text-decoration: none;
}

#tipue_search_warning a:hover {
     color: #111;
}
/* Fin Cuando no hay resultados */

	
}
/* Fin SmartPhone */



/* Computadores */
@media screen and (min-width: 640px) {
	
/* Campo de busqueda */
#tipue_search_input {
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 599px;
    height: 50px;
    margin: 0 0 0 0;
    padding: 0;
	border: 2px solid #000000;
    background-color: #FFFFFF;
    background-image: none;
    background-repeat: no-repeat;
	}


#tipue_search_input:focus {
	background-color: #FFFFFF;
	
	/* Sombra */
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3),0 0 5px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.1) inset;
}

placeholder {
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	color: #32520C;
	text-align: center;
	background-color: #FFF;
	
}
/* FIN Campo de busqueda */


/* Botón de buscar */
#tipue_search_button {
	width: 100px;
	height: 50px;
	margin: 0 0 0 0;
	float: right;
	border: 2px solid #000000;
	cursor: pointer;
	background-color: #FFFFFF;
	content: "Buscar";
	
	background-image: url(../images/buscador_img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px 40px;
}

#tipue_search_button:hover {
	opacity: .5;
	content: "Buscar";
}
/* FIN Botón de buscar */


/* Marco de resultado de busqueda */
#tipue_search_content {
	width: 700px;
	height: auto;
	display: block;
	margin: 5px 0 0 0;
	float: left;
	z-index: 1;
	background-color: transparent;
}
/* FIN Marco de resultado de busqueda */


/* contenedor de imagen de fachada */
.tipue_search_content_image_box {
	float: left;
	padding: 8px;
}

.tipue_search_content_image {
	max-width: 110px;
	outline: none;
	padding: 2px;
	background-color: #FFFFFF;
}
/* FIN contenedor de imagen de fachada */


/* Campo textos, direccion, telefono etc */
.tipue_search_content_text {
	font-family: 'Maven Pro', sans-serif;
	/* font-size: 1.2em; */
	font-size: 0;
	color: #000;
	text-align: left;
	line-height: 55px;
	width: 550px;
	height: auto;
	margin-top: 7px;
	padding: 5px;
	z-index: -1;
	float: left;
	background-color: transparent;
}
	
	
.tipue_search_content_text img {
	margin-top: 15px;
}	
/* Fin Campo textos, direccion, telefono etc */


/* Campo de enlace web */
.tipue_search_content_loc {
	font-family: 'Maven Pro', sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	color: #000;
	width: 555px;
	height: 30px;
	padding: 5px;
	float: left;
	margin-top: -30px;
	margin-left: 5px;
	margin-bottom: 50px;
	background-color: transparent;
}

.tipue_search_content_loc a {
	color: #8A0000;
	line-height: 30px;
}

.tipue_search_content_loc a:hover {
    color: #FF0000;
}

.tipue_search_content_loc a img {
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 10px;
}
/* Fin Campo de enlace web */


/* Titulo de cada restaurante */
.tipue_search_content_title {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.5em;
	color: #000;
	text-align: left;
	line-height: 40px;
	width: 690px;
	height: 40px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	display: inline-block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
/* Fin Titulo de cada restaurante */


/* Marco que muestra el total de resultados en la parte de arriba */
#tipue_search_results_count {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.8em;
	color: #32520C;
	width: 700px;
	height: auto;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #97DF35;
}
/* FIN Marco que muestra el total de resultados en la parte de arriba */



/* marco de numeración */
#tipue_search_foot {
	width: 690px;
	height: 50px;
	margin: 0 auto 0 auto;
	padding: 5px;
	float: left;
}

#tipue_search_foot_boxes {
	font-family: 'Maven Pro', sans-serif;
	font-size: 0.8em;
	line-height: 1;
}

#tipue_search_foot_boxes li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;	
}

#tipue_search_foot_boxes li a {
	background-color: #f5f5f5;
	background: -webkit-linear-gradient(top, #f7f7f7, #f1f1f1);
	background: -moz-linear-gradient(top, #f7f7f7, #f1f1f1);
	background: -ms-linear-gradient(top, #f7f7f7, #f1f1f1);
	background: -o-linear-gradient(top, #f7f7f7, #f1f1f1);
	background: linear-gradient(top, #f7f7f7, #f1f1f1);
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	color: #333;
	margin-right: 10px;
	text-decoration: none;
	text-align: center;
	padding: 8px;
}


#tipue_search_foot_boxes li.current {
	border: 1px solid #dcdcdc;
	border-radius: 2px;
	color: #333;
	margin-right: 12px;
	text-align: center;
	padding: 15px;
	background-color: #FFF;
}

#tipue_search_foot_boxes li a:hover {
	border: 2px solid #32520C;
	box-shadow: 1px 1px 2px #e3e3e3;
}
/* Fin Marco de numeración */


/* Cuando no hay resultados */
#tipue_search_warning_head {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.5em;
	color: #FF0000;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#tipue_search_warning {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1.2em;
	line-height: 1.5;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	margin: 13px 0;
}

#tipue_search_warning a {
	color: #32520C;
	text-decoration: none;
}

#tipue_search_warning a:hover {
     color: #111;
}
/* Fin Cuando no hay resultados */
	
}
/* Fin Computadores */







#tipue_search_loading {
	padding-top: 60px;
	background-color: #fff;
	background-image: url(../images/buscador_img/loader.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* Iconos de datos */
.tipue_search_content_text img {
	height: 28px;
	width: 28px;
	display: block;
	clear: left;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
/* Fin Iconos de datos */