/*
Theme Name: Mapas
Author: Copymouse Studio
Author URI: http://www.copymouse.biz/
*/

img{
    border: 0;
}
html{
    display: block;
}
body{
    display: block;
    background: #f4f4f4;
    margin: 0;
    padding: 0 0 50px 0;
}
div.page{
    position: relative;
    margin: 0 auto;
    width: 900px;
    display: block;
    text-align: left;
}
div.wrapp{
    float: left;
}
p,a{
    font-family: 'Gudea', Arial, Verdana, sans-serif;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
}
h1,h2,h3{
    font-weight: bold;
    font-family: 'Gudea-Bold', 'Gudea', Arial, Verdana, sans-serif;
    color: #333333;
    font-size: 14px;
}
h2{
    font-size: 35px;
}
h2 span{
    color: #b3438b;
}
h3{
    margin: 30px 0 10px 0;
}
a.close{
    font-weight: bold;
    font-family: 'Gudea-Bold', 'Gudea', Arial, Verdana, sans-serif;
    float: right;
    display: inline-block;
    margin: 30px 50px 0 0;
    text-decoration: none;
}
a.close:hover{
    text-decoration: underline;
}
a.close span{
    color: #b3438b;
}
table{
    width: 100%;
}
table tr td{
    text-align: center;
}






div#main{
    width: 100%;
}

h3{
    color: #b3438b;
    margin-top: 20px;
    font-size: 20px;
}

p{
    font-size: 17px;
}
form.busquedafarm input.input{
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
form.busquedafarm input.submit{
    font-size: 15px;
    padding: 4px 10px;
    border: 1px solid #333333;
    cursor: pointer;
    background: #333333;
    color: #fff;
}
form.busquedafarm p{
    font-size: 17px;
}
#map_canvas p{
    font-size: 17px;
}

div.farmaciab{
    padding: 10px 20px;
    margin: 20px 0 0 0;
    font-size: 13px;
    line-height: 1.6em;
    border: 1px solid #333333;
}
div.farmaciab p{
    margin-top: 0;
    margin-bottom: 0;
}
p.encontrados{
    font-size: 16px;
    margin: 20px 0 0 0;
    font-weight: bold;
}