body.espanol
{
    background: #a5c1e9;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 85%;
    color: #000;
    /*text-align: center;*/
    padding: 0;
    border: 0;
    margin: 0;
}

/* Header */

span.hdr_logo {
    clear: both;
    float: left;
    margin: 0;
    text-align: left;
}

div.hdr_tag {
    clear: both;
    text-align: left;
    font-weight: bold;
    margin-left: 8px;
    color: #FFF;
}


#searchWrapper {
    float: right;
    height: 77px;
    margin: 30px 0 0;
    padding: 0;
    text-align: right;
}
#searchWrapper input#q {
    border: 1px solid #896c22;
    border-radius: 4px;
    height: 22px;
    line-height: 22px;
    padding-left: 8px;
    width: 237px;
}
#searchWrapper #btn_go, #searchFunding #btn_go {
    margin: -2px 4px 0 0;
}

/*.espanol a {
    background: transparent none repeat scroll 0 0;
    color: #1842ad;
    font-size: 100%;
    text-decoration: underline;
}
.espanol a:hover {
    color: #1842ad;
    text-decoration: none;
}*/

body.espanol .global-nav .global-nav-healthfinder.global-nav-current {
    background-color: #a5c1e9;
    background-image: url("/images/global-nav-healthfinder-active.png");
    border-bottom: 1px solid #a5c1e9;
    border-left: 1px solid #e8eff0;
    border-right: 1px solid #e8eff0;
    margin-bottom: -1px;
}

/* Homepage Banner */
.slide-content h2 {
    font-size: 1.75em;
    line-height: 1.125em;
    margin: 0 0 0.3em 0;
}
.slide-content p {
    margin: 0 0 0.7em 0em;
}

/*Homepage MyHF Widget*/

#myHealthfinderWidgetBox h2 {
    font-size: 2vw;
}
#myHealthfinderWidgetBox form, #myHealthfinderWidgetBox .form {
    padding: 0.7em;
}

/*for temas/default.aspx*/

.main_content .category-list .category-101 a {
    background: #fff url("/images/HealthTopics/category-1.png") no-repeat scroll right center;
}
.main_content .category-list .category-102 a {
    background: #fff url("/images/HealthTopics/category-2.png") no-repeat scroll right center;
}
.main_content .category-list .category-103 a {
    background: #fff url("/images/HealthTopics/category-3.png") no-repeat scroll right center;
}
.main_content .category-list .category-104 a {
    background: #fff url("/images/HealthTopics/category-4.png") no-repeat scroll right center;
}
.main_content .category-list .category-105 a {
    background: #fff url("/images/HealthTopics/category-5.png") no-repeat scroll right center;
}
.main_content .category-list .category-106 a {
    background: #fff url("/images/HealthTopics/category-6.png") no-repeat scroll right center;
}
.main_content .category-list .category-107 a {
    background: #fff url("/images/HealthTopics/category-7.png") no-repeat scroll right center;
}
.main_content .category-list .category-108 a {
    background: #fff url("/images/HealthTopics/category-8.png") no-repeat scroll right center;
}

@media only screen and (min-width : 950px) {
    #myHealthfinderWidgetBox h2, #myHealthfinderWidgetForm .results-button {font-size: 1.42858em;}
    .content-page-box-front #myHealthfinderWidgetBox h2, .content-page-box-front #myHealthfinderWidgetForm .results-button {font-size: 1.4em;}
}
@media only screen and (min-device-width : 1px) and (max-device-width : 600px), (min-width : 1px) and (max-width : 600px) {
    #myHealthfinderWidgetBox h2, #myHealthfinderWidgetForm .results-button {display:inline-block; font-size: 5.5vw; text-align: center;}
}
@media only screen and (min-device-width : 1px) and (max-device-width : 480px), (min-width : 1px) and (max-width : 480px) {
    #myHealthfinderWidgetBox h2 {font-size:7vw;}
}