body {
	font-family: verdana;
	font-size: 10pt;
	color: gray;
}


a.url_lk {
	font-family: verdana;
	font-size: 8pt;
	color: gray;
	text-decoration: none;
}

a.url_lk:hover {
	color: #0188EE;
}

a.url_lk_b {
        background-color: white;
        border: 1px solid gray;
	font-family: verdana;
	font-size: 10pt;
	color: gray;
	text-decoration: none;
        padding: 3px 5px 3px 5px;
}

a.url_lk_b:hover {
        border: 1px solid black;
	color: white;
        background-color: black;
}

a.url_lk_b_act {
        background-color: black;
        border: 1px solid black;
	font-family: verdana;
	font-size: 10pt;
	color: white;
	text-decoration: none;
        padding: 3px 5px 3px 5px;
}

a.url_lk_b_act:hover {
        border: 1px solid black;
	color: white;
        background-color: black;
}

hr.foot {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(1, 136, 238, 0), rgba(1, 136, 238, 0.75), rgba(1, 136, 238, 0));
}

/* ############################### FORMS  */
input.text {
  border-radius: 5px;
  font: 10pt, verdana;
  color: gray;
  border: 1px gray solid;
  margin: 0;
  padding: 6px;
}

input.sub {
	border-radius: 5px;
	background: -webkit-linear-gradient(#EEEEEE 0%, #C7C7C7 100%);
	font: 10pt, verdana;
	color: black;
	border: 1px black solid;margin: 0;
	padding: 6px 10px 6px 10px;
}

input.sub:hover {
	background: -webkit-linear-gradient(#0188EE 0%, #5577EE 100%);
	color: white;
	cursor: pointer;
}


/* ############################### FONTS  */
font.azulg {
    font-family: verdana;
    font-size: 16pt;
    color: #0188EE;
}

font.azul {
	font-family: verdana;
	font-size: 10pt;
	color: #0188EE;
}

font.azuls {
	font-family: verdana;
	font-size: 8pt;
	color: #0188EE;
}

font.oliveg {
    font-family: verdana;
    font-size: 16pt;
    color: olive;
}

font.olive {
	font-family: verdana;
	font-size: 10pt;
	color: olive;
}

font.olives {
	font-family: verdana;
	font-size: 8pt;
	color: olive;
}

font.rojog {
    font-family: verdana;
    font-size: 16pt;
    color: red;
}

font.rojo {
	font-family: verdana;
	font-size: 10pt;
	color: red;
}

font.rojos {
	font-family: verdana;
	font-size: 8pt;
	color: red;
}

font.grisg {
    font-family: verdana;
    font-size: 16pt;
    color: gray;
}

font.gris {
	font-family: verdana;
	font-size: 10pt;
	color: gray;
}

font.griss {
	font-family: verdana;
	font-size: 8pt;
	color: gray;
}

font.negrog {
    font-family: verdana;
    font-size: 16pt;
    color: black;
}

font.negro {
	font-family: verdana;
	font-size: 10pt;
	color: black;
}

font.negros {
	font-family: verdana;
	font-size: 8pt;
	color: black;
}


input.buscar {
    width: 200px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('/images/searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

/* When the input field gets focus, change its width to 100% */
input.buscar:focus {
    width: 70%;
}

#map {
    height: 400px;
    width: 100%;
    border: 1px solid black;
}