/*
 colors:
 * blue =  #083e88
 * yellow = #fdf101
 */

* {
    margin: 0px;
    padding: 0px;
    border: 0px
}
body {
    background-color: #072247;
    font:14px arial,sans-serif;
    color: #333;
}
h1 {
    color: Navy;
    text-align: left;

}
h2 {
    font:bold 16px arial,sans-serif;
    text-align: center;
    color: #083e88;
}
p {
    text-align: justify;
}


.left {
    float: left;
}
.right {
    float:right;
}
.clear {
    clear: both;
}
.txt-center{
    text-align: center;
}
.txt-left{
    text-align: left;
}
.txt-right{
    text-align: right;
}
.txt-justify{
    text-align: justify;
}
#page_content {
    margin: 2px auto;
    padding: 4px;
    width: 986px;
    min-height: 400px;
    color: #333333;
    background-color: #ffffff;
    text-align: center;
    /*border: 1px solid navy;*/
}
#top {
    background: #072247 url('../images/top_bkg.jpg') repeat-x bottom;
}
#bottom {
    background: #072247 url('../images/bottom_bkg.jpg') repeat-x top;
}
#page_bkg {
    background-color: #bfd3ef;
}
#header {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 4px 2px 0;
    width: 991px;
}
#header .brand{
    height: 70px;
}
#header .brand .logo{
    float: left;
    width: 28%;
}
#header .brand .baseline{
    color: #083E88;
    float: left;
    font-size: 17px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    width: 48%;
}
#header .brand .info{
    float: right;
    width: 22%;
    text-align: right;
    color: #666;
    font-size: 12px;
    padding-top: 2px;
    padding-right: 10px;
}
#header .menu{
}
#footer {
    width: 986px;
    margin: 0px auto;
    padding: 0px;
    background: #fff;
    padding: 4px;
    text-align: center;
}
#footer .providers-logo{
    text-align: center;
}
#footer .providers-logo img{
    margin: 10px 16px;
}
.left_block {
    float: left;
    margin: 4px 12px 4px 0px;
    padding: 4px;
}
.right_block {
    float: right;
    margin: 4px;
    padding: 4px;
}
.copyright {
    margin: 0px auto;
    width: 700px;
    text-align: center;
    color: #fdf101;
    font:10px arial,sans-serif;
}
/*
#content {
        margin: 0px;
        padding: 4px;
        width: 700px;
        color: #083e88;
        background-color: #ffffff;
        text-align: center;
}

/* Top Menu*/
.menu_top {
    margin-top: 4px;
}
.menu_top li {
    background-color: #FFFC08;
    border: 1px solid navy;
    display: table-cell;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    width: 16%;
}
.menu_top li:hover, .menu_top li.active {
    background-color: #083e88;
    color: #fffc08;
}
.menu_top li:hover *{
    color: #fffc08;
}
.menu_top a {
    border: 1px solid navy;
    border-bottom: none;
    display: block;
    float: left;
    padding: 4px 4px 2px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    background-color: #FFFC08;
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    margin-right: 4px;
}
.menu_top a:hover, .menu_top a.active{
    background-color: #083e88;
    color: #fffc08;
    margin-top: -8px;
    padding:6px 4px 8px;
}
.menu_top a.tienda{
    float: right;text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #036;
    background: #ffcc00;
    background: -moz-linear-gradient(top, #feda3c 0%, #ffcc00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feda3c), color-stop(100%,#ffcc00));
    background: -webkit-linear-gradient(top, #feda3c 0%,#ffcc00 100%);
    background: -o-linear-gradient(top, #feda3c 0%,#ffcc00 100%);
    background: -ms-linear-gradient(top, #feda3c 0%,#ffcc00 100%);
    background: linear-gradient(to bottom, #feda3c 0%,#ffcc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda3c', endColorstr='#ffcc00',GradientType=0 );
    border-top: 1px solid #ffb100;
    border-bottom: 1px solid #ffb100;
    border-left: 1px solid #ffa800;
    border-right: 1px solid #ffa800;
}
/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.i-blue{color: #083E88;}
.i-hspace{margin-right: 8px}
.i-text{line-height: 1.5em; vertical-align: middle}

.contact-link {
    padding:0.5em;
    border: 1px solid navy;
    display: block;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    background-color: #FFFC08;
    margin: 0 auto;
    width: 326px;
}

.contact-link:hover{
    background-color: #083e88;
    color: #fffc08;
}
.contact-link p{text-align: center}
.contact-block{margin: 1em auto 1.4em;width: 62%;}
.contact-block p{margin:0.4em 0;}
.contact-block p i{font-size: 1.5em;}
.contact-form{}
.contact-form p{margin: 0.5em 0}

/*form*/

input, textarea, button{background-color: #fff; border: 1px solid #ccc; color: #333}
.hform{width: 100%}
.hform label{width: 35%; font-size: 14px; font-weight: 700; display: block; float: left}
.hform input{width: 56%; padding: 0.2em}
.hform textarea{height: 180px; width: 92%;margin: 1em 0 0}
.hform button{padding:0.5em; text-align: center;font-weight: 700}

.error{background-color: #FEF1EC; border:1px solid red;color: red;}
.success{border: 1px solid #FCEFA1;background: #FBF9EE;color: #363636;}
p.error, p.success{text-align: center;padding:0.5em;}