@charset "iso-8859-1";
/* CSS Document */
::selection
{
    color:#000;
    background: #7592D1;
}
::-moz-selection
{
    color:#000;
    background: #7592D1;
} 
body {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size:12px;
    background: #EEEEEE;
}
/*.bdhome{
    background: #FFF;
}*/
#top {
    background: #FFF;
    border-radius: 10px 10px 0px 0px;
}
.banner {
    background: rgb(124,160,221);
    background: -moz-linear-gradient(top, rgba(124,160,221,1) 0%, rgba(23,13,124,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(124,160,221,1)), color-stop(100%,rgba(23,13,124,1)));
    background: -webkit-linear-gradient(top, rgba(124,160,221,1) 0%,rgba(23,13,124,1) 100%);
    background: -o-linear-gradient(top, rgba(124,160,221,1) 0%,rgba(23,13,124,1) 100%);
    background: -ms-linear-gradient(top, rgba(124,160,221,1) 0%,rgba(23,13,124,1) 100%);
    background: linear-gradient(to bottom, rgba(124,160,221,1) 0%,rgba(23,13,124,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ca0dd', endColorstr='#170d7c',GradientType=0 );
}
.banner .img {
    float: right;
    height: 266px;
    width: 624px;
}
.banner .title {
    font-size: 24px;
    line-height: 28px;
    color: #FFF;
    font-weight: 500;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
}
.banner .intro {
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
    color: #FFF;
    font-weight: 400;
    line-height: 20px;
}
.banner .readmore {
    margin-right: 15px;
    margin-left: 15px;
    padding-top: 30px;
    text-align: center;
}
.banner .info {
    float: left;
    width: 346px;	
}
.button {
    font-family:Tahoma,Geneva,sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding: 10px 20px;
    background: #ff3232;
    background: -moz-linear-gradient(top, #ff3232 0%, #d10202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3232), color-stop(100%,#d10202));
    background: -webkit-linear-gradient(top, #ff3232 0%,#d10202 100%);
    background: -o-linear-gradient(top, #ff3232 0%,#d10202 100%);
    background: -ms-linear-gradient(top, #ff3232 0%,#d10202 100%);
    background: linear-gradient(to bottom, #ff3232 0%,#d10202 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#d10202',GradientType=0 );
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #CE0300;
    -moz-box-shadow:
        0px 0px 0px rgba(000,000,000,0),
        inset 0px 0px 0px rgba(255,255,255,0);
    -webkit-box-shadow:
        0px 0px 0px rgba(000,000,000,0),
        inset 0px 0px 0px rgba(255,255,255,0);
    text-shadow:
        0px -1px 1px rgba(000,000,000,0.2),
        0px 1px 0px rgba(255,255,255,0.3);
    text-decoration: none;
}
#container {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 3px 2px rgba(193, 191, 234, 0.7);
    -moz-box-shadow: 0 0 3px 2px rgba(193, 191, 234, 0.7);
    -webkit-box-shadow: 0 0 3px 2px rgba(193, 191, 234, 0.7);
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
}
#header {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
}
#slider1 {
    width: 970px;
    margin-right: auto;
    margin-left: auto;
}
#logo {
    background:  url(../img/logo.jpg);
    background-repeat: no-repeat;
    width: 314px;
    height: 98px;
    float: left;
    margin-top: 10px;
    margin-left: 7px;
}
.clearhome{
    overflow:hidden;
    line-height:0px;
    clear:both;
    margin: 0 !important;
    padding: 0 !important;
}
#banner .bx-pager {
    background-color: #004A9B;
    text-align: right;
    height: 18px;	
}
#banner .pager-link {
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 16px;
}
#banner .pager-active {
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px #222;
    background-color: #012E67;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#content {
    background-color: #FFF;
    padding:50px 40px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}
.column {
    width: 440px;
}
.sep {
    border-right: 1px solid #E6E6E6;
    float: left;
    width: 2px;
    margin-right: 20px;
    margin-left: 15px;
    margin-top: 25px;
}
.column1 {
    width: 300px;
}
.content-left {
    width: 100%;
    float: left;
}
.content-right {
    float: right;
    width: 280px;
}
.line {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E6E6E6;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    margin-top: 10px;
    clear: both;
}
.section {
    margin-top: 25px;
    box-shadow: 0px 2px 4px  rgba(0,0,0,0.2);
}
.section-hd {
    line-height: 28px;
    padding-left: 10px;
    background-color: #004A9B;
    color: #FFF;
    font-size: 12px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
.section-bd {
    background-color: #EEF4F7;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
    border: 1px solid #E6E6E6;
}
.section-bd a {
    display: block;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    text-decoration: none;
    color: #004A9B;
    text-align: justify;
}
.section-bd a:hover {
    text-decoration: underline;
}
.column .bx-pager {
    text-align: left;
    margin-top: 10px;	
}
.column .pager-link {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin-top: 0;
    margin-right: 3px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
}
.column .pager-active {
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px #222;
    background-color:#0154AC;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-weight: bold;
    color: #FFF;
}
.left {
    float:left;
}
.right {
    float:right;
}
.news-img {
    vertical-align: middle; 
    border-width:0px; 
    border-style:0px;
    height: 120px;
}
.news-name {
    color: #2079A3;
    height: 15px;
    font-weight: bold;
    font-size: 12px;
    padding:15px 10px;
}
.news-resume {
    color:#333;
    text-align: justify;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    overflow: hidden;
    height: 200px;
    font-size: 12px;
    padding:5px 10px;
}
a.moreinfo {
    font-size: 11px;
    color: #333;
    padding: 7px 10px;
background: #deefff; /* Old browsers */
background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #deefff 0%,#98bede 100%); /* IE10+ */
background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
    border: 0px solid #000000;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.4),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.4),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
    text-decoration: none;
}
h2 {
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer {
background: #cecece; /* Old browsers */
background: -moz-linear-gradient(top,  #cecece 0%, #595959 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cecece), color-stop(100%,#595959)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #cecece 0%,#595959 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #cecece 0%,#595959 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #cecece 0%,#595959 100%); /* IE10+ */
background: linear-gradient(to bottom,  #cecece 0%,#595959 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#595959',GradientType=0 ); /* IE6-9 */
padding: 15px;
border: 1px solid #B7C1B1;
color: #333333;
}
#footer .follow {
    float:left;	
}
#footer .follow span {
    display: block;
    float: left;
    font: italic 14px/30px Georgia, Times;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 0;
}

#footer .copyright {
    float:right;
    padding-top: 2px;
}
#footer .download {
    text-align: center;
    float: left;
    margin-left: 30px;
}
#footer .download a {
    text-decoration: none;
    color: #576672;
    background-image: url(../img/pdf.png);
    background-repeat: no-repeat;
    height: 32px;
    text-indent: 40px;
    display: block;
    padding-top: 6px;
}
#footer .download a:hover {
    text-decoration: underline;	
}


#footer .download span {
    margin-top: 2px;
    display: inline-block;

}
#indicadores {
    float: left;
    width: 200px;
}
#articles {
    float: left;
}
.shadow {
    display: inline-block;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-style:none;
    border-width:0px;
    margin-right: 2px;
}
.page-title {
    color: #333333;
    font-size: 20px;
    background: #C9D25D;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    height: 32px;
    line-height: 32px;
    width: 100%;
    padding: 5px 0px;
}
.contact-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}
.city {
    font-weight: bold;
    color: #000;
}
.dir {
    padding-top: 2px;
    color: #000;
}
.dir span {
    display: block;
    line-height: 20px;
}
.contact-form {
    float: left;
    width: 50%;
    margin-top: 10px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #E6E6E6;
    padding-left: 20px;
}
div.input label, div.inputbg label {
    font-size:12px;
    color:#000;
    text-align:left;
    display:block;
    float:left;
    height:16px;
    padding-top:3px;
}
.inputbg {
    padding-bottom: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
    padding-top: 2px;
}
.inputbg input[type="text"] {
    height: 20px;
    text-indent: 5px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #DDD;
}
.btn{
background: #deefff; /* Old browsers */
background: -moz-linear-gradient(top,  #deefff 0%, #98bede 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #deefff 0%,#98bede 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #deefff 0%,#98bede 100%); /* IE10+ */
background: linear-gradient(to bottom,  #deefff 0%,#98bede 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
    border: 1px solid #deefff;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.4),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.4),
        inset 0px 0px 1px rgba(255,255,255,0.7);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
    text-decoration: none;    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    vertical-align: middle;
    color: #333333;
}
.btn:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)	
}
.page-info p, .content-left p, .content-left li {
    line-height: 20px;
    color: #333;
    text-align: justify;
}
.content-left ul {
    list-style-type: square;
    color: #333;
}
.content-left  li {
    margin-bottom: 5px;
}
.error-msg {
    display:block;
    font-family:Tahoma,Geneva,sans-serif;
    font-size: 11px;
    font-weight: normal;
    color:#EE0000;
}