/* 
    Document   : items_home.css
    Created on : 16-abr-2010, 10:04:31
    Author     : Stefano
    Description:
        CSS using in items/home.
*/

#controles {
    padding: 20px;
    width: 250px;
    height:150px;
    background: #fff;
    border: 1px solid red;
    z-index:10;

}
#controles h1 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

#ciudad {
    padding: 20px;
    width: 250px;
    height:150px;
    background: #fff;
    border: 1px solid #228B22;
    z-index:20;
}
#ciudad h1 {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}
#ciudad a.tag1 { font-size: 0.7em; font-weight: 100; }
#ciudad a.tag2 { font-size: 0.8em; font-weight: 200; }
#ciudad a.tag3 { font-size: 0.9em; font-weight: 300; }
#ciudad a.tag4 { font-size: 1.0em; font-weight: 400; }
#ciudad a.tag5 { font-size: 1.2em; font-weight: 500; }
#ciudad a.tag6 { font-size: 1.4em; font-weight: 600; }
#ciudad a.tag7 { font-size: 1.6em; font-weight: 700; }
#ciudad a.tag8 { font-size: 1.8em; font-weight: 800; }
#ciudad a.tag9 { font-size: 2.2em; font-weight: 900; }
#ciudad a.tag10 { font-size: 2.5em; font-weight: 900; }

.box-out {
    margin:5px 0 5px 0;
}
.box-out h2{
    font-size:13px;
    margin-bottom: 10px;
}
.box-out div {
    margin:0 auto;
    text-align: center;
}
.box-out p {
    font-size:12px;
}

div#container-map {
    padding-bottom:40px;
    background: #78A7F7;

    -ms-border-radius-bottomleft: 10px;
    -ms-border-radius-bottomright:10px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;

    margin-bottom: 20px;

}

div#buscador{ 
    padding-left:37px;
    padding-bottom:30px;
    background: #78A7F7;

    -ms-border-radius-topleft:10px;
    -ms-border-radius-topright:10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright:10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    padding-top:20px;
}
#geosubmit {
    width: 40px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(/img/search.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
#direction {
    border: 1px solid #78a7f7;
    height: 20px;
}

div#buscador li {
    list-style-type:none;
    display:inline;
}
div#buscador input[type=text]{width: 370px;padding:2px;font-style: italic;}

#info-map {
    color:#000;
    background-color: #fff;
    padding:5px;
    width: 400px;
}
div#map {margin:0 auto;}

div#pension-last {
    background-color:#228B22;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    -ms-border-radius:10px;
    border-radius: 10px;
    -khtml-border-radius: 10px;
    padding:20px;
}

div#pension-last h4 {
    text-indent: -9999px;
    height: 40px;
    background-image: url(/img/last.png);
}

div#pension-last p {
    text-align: right;
    padding-right: 20px;
    font-size:12px;
}
div#pension-last a{
    color:blue;
}
div#accordion h3 a {
    text-decoration: none;
    color:#fff;
}
div#accordion h3 a:hover {
    color: #fff;
}
div#accordion div {
    padding-bottom:5px;
    padding-left:10px;
}
div#accordion div div{
    padding-left:40px;
    padding-top:5px;
    background:#fff;
}
