html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    font-family: 'Myriad Roman', Arial, sans-serif;
}
body {
    margin: 0;
    padding: 0;
}
::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: lightgray;
}

:-moz-placeholder { /* Firefox 18- */
  color: black;
}

::-moz-placeholder { /* Firefox 19+ */
  color: black;
}

:-ms-input-placeholder { /* IE 10+ */
  color: black;
}

::-ms-input-placeholder { /* Edge */
  color: black;
}

:placeholder-shown { /* Standard one last! */
  color: black;
}
/*  TOP  */
@media screen and (max-width: 768px) {
    #logo-phone {
	display: box;
    }
    #menu img {
	display: block;
    }
}
@media screen and (min-width: 768px) {
    #logo-phone {
	display: none;
    }
    #menu img {
	display: none;
    }
}
#barra {
    border: hidden;
}
#barra a {
    text-decoration: none;
    color: black;
}
#menu {
    font-size: 0.9em;
    clear: both;
}
#menu ul {
    margin: 0;
    padding: 0;
}
#menu li {
    margin: 0;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
}
/* importante para que se tome completo como link */
#menu li span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
/*  ----------------   */

/* BUSQUEDA */
#busqueda {
    padding: 0.5em;
    padding-right: 1em;
}
#btn-buscar {
    color: white;
    height: 2.5em;
    text-decoration: none;
	overflow: visible;
	width: auto;
	border: 0;
	padding: 6px 15px;
	margin: 0;
	cursor: pointer;
	color: #ffffff;
	border: 1px solid #4ba0d8;
	border-bottom: 1px solid #014693;
	background: #4ba0d8;
	background: -moz-linear-gradient(top, #4ba0d8 10%, #1e64bd 80%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%,#4ba0d8), color-stop(80%,#1e64bd));
	background: -webkit-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%);
	background: -o-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%);
	background: -ms-linear-gradient(top, #4ba0d8 10%,#1e64bd 80%);
	background: linear-gradient(to bottom, #4ba0d8 10%,#1e64bd 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba0d8', endColorstr='#1e64bd',GradientType=0 );
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left:5px;
}
#btn-buscar:hover{background:#fafafa; color:#000; border:1px solid lightgray} 

/* DETALLE PAGINEO */
.pagination-detail {
    display: none;
}