﻿@font-face {
    font-family: 'Orienta_emb';
    src: url('../fonts/Orienta-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}      

@font-face {
    font-family: 'Belgrano_emb';
    src: url('../fonts/Belgrano-Regular.ttf');
    font-weight: normal;
    font-style: normal;
} 

body 
{
    background-color:#fff;
    margin:0px;
    padding:0px;
    text-align:center;
}

#bodyContainer
{
    width:1000px;
    height:auto;
}

#headerContainer
{
    width:100%;
    height:120px;
    border-bottom:2px solid #dee7f4;
}

#header
{
    background: #f7fafd; /* Old browsers */
    background: -moz-linear-gradient(top,  #f7fafd 0%, #f6eff2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7fafd), color-stop(100%,#f6eff2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f7fafd 0%,#f6eff2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f7fafd 0%,#f6eff2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f7fafd 0%,#f6eff2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f7fafd 0%,#f6eff2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7fafd', endColorstr='#f6eff2',GradientType=0 ); /* IE6-9 */
    
    width:100%;
    height:120px;
}

.headerCompanyName
{
    float:left;
    width:600px;
    margin-left:6px;
    margin-top:35px;
    font-family:'Belgrano_emb';
    font-size:42px;
    color:#012060;
    text-align:left;
}

#headerInnerHolder
{
    width:1000px;
    height:95px;
}

#headerInnerHolder a
{
    text-decoration:none;
    float:left;
    margin-top:10px;
}

#headerInnerHolder a img
{
    border:0px none #fff;
}

#headerLinks
{
    margin-top:-10px;
    width:113px;
    float:right;
    margin-right:6px;
    height:38px;
}

#headerLinks span
{
    font-family:Arial;
    font-size:10px;
    color:#720f11;
    float:right;
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
}

#headerLinks a
{
    font-family:Arial;
    font-size:10px;
    color:#720f11;
    float:right;
    text-decoration:none;
    margin:0px;
    margin-top:1px;
}

#headerLinks a img
{
    margin-right:8px;
}

#headerLinks a:hover
{
    color:#012060;
}

#homeBodyCenterContainer
{
    width:1000px;
    height:444px;
    margin-top:5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f7f7f7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-bottom:2px solid #33859d;
}

#menuContainer
{
    width:204px;
    height:234px;
    float:left;
    margin:0px;
    padding:0px;
}

#menuContainer a
{
    text-decoration:none;
    color:#fff;
}

#menuContainer li
{
    height:15px;
    background-color:#012060;
    border:0px none #fff;
    border-bottom:2px solid #33859d;
    width:162px;
    list-style-type:none;
    margin:0px;
    padding:11px;
    padding-left:20px;
    text-decoration:none;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    text-align:left;
}

#menuContainer a:hover li
{
    background-color:#d0650b;
    font-size:12.5px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

#homeBannerContainer
{
    width:781px;
    height:228px;
    margin-right:5px;
    float:right;
    border:1px solid #dedddf;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    padding:2px;
    overflow:hidden;
}

#homeCenterPartners
{
    margin-top:10px;
    height:164px;
    width:224px;
    float:left;
    text-align:left;
    padding:10px;
}

#homeCenterPartners h3
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1.2px;
    color:#022774;
    padding:0px;
    margin:0px;
    margin-left:4px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

#homeCenterServices
{
    width:205px;
    float:left;
    margin-left:10px;
    background: #022367; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #0439a7 0%, #022265 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0439a7), color-stop(100%,#022265)); 
    background: -webkit-linear-gradient(top,  #0439a7 0%,#022265 100%); 
    background: -o-linear-gradient(top,  #0439a7 0%,#022265 100%); 
    background: -ms-linear-gradient(top,  #0439a7 0%,#022265 100%);
    background: linear-gradient(to bottom,  #0439a7 0%,#022265 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0439a7', endColorstr='#022265',GradientType=0 ); */
    height:164px;
    margin-top:10px;
    text-align:left;
    padding:10px;
    padding-left:0px;
    padding-right:0px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

#homeCenterServices p
{
	font-family:Arial;
    font-size:12px;
    font-weight:normal;
    letter-spacing:1.2px;
    line-height:18px;
    color:#716838;
    padding:0px;
    margin:0px;
    margin-top:10px;
    margin-left:0px;
    margin-right:0px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

#homeCenterServices h3
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1.2px;
    color:#e2dfdd;
    padding:0px;
    margin:0px;
    margin-left:6px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

#homeCenterServices a
{
    text-decoration:none;
    border:0px none #fff;
}

#homeCenterServices a h4
{
    text-decoration:none;
    font-family:Arial;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    letter-spacing:1.2px;
    color:#e2dfdd;
    padding:0px;
    margin:0px;
    margin-left:12px;
    width:160px;
    height:15px;
    padding:10px;
    border:1px solid #33859d;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin-top:12px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

#homeCenterServices a:hover h4
{
    background-color:#e57b23;
    font-size:15px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

#homeCenterWelcome
{
    width:488px;
    border:1px solid #dedddf;
    height:162px;
    margin-top:10px;
    float:right;
    margin-right:5px;
    text-align:justify;
    padding:10px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

#homeCenterWelcome h3
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1.2px;
    color:#022774;
    padding:0px;
    margin:0px;
    margin-left:6px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

#homeCenterWelcome p
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    letter-spacing:1.2px;
    line-height:18px;
    color:#716838;
    padding:0px;
    margin:0px;
    margin-top:10px;
    margin-left:6px;
    margin-right:6px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

#homeCenterWelcome a
{
    font-family:Arial;
    font-size:12px;
    color:#716838;
    text-decoration:none;
    margin:0px;
    margin-top:1px;
    float:right;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

#homeCenterWelcome a:hover
{
    color:#e26c0a;
    text-shadow: 2px 2px 3px rgba(255,255,255,0.3);
}

#homeBottomContainer
{
    background: #022367; /* Old browsers */
    background: -moz-linear-gradient(top,  #022367 0%, #022265 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#022367), color-stop(100%,#022265)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #022367 0%,#022265 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #022367 0%,#022265 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #022367 0%,#022265 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #022367 0%,#022265 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#022367', endColorstr='#022265',GradientType=0 ); /* IE6-9 */

    height:223px;
    width:1000px;
}

.homeBottomContent
{
    width:350px;
    float:left;
    padding:10px;
    text-align:left;
    margin-top:12px;
    background-color:rgba(255,255,255,0.1);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    margin-left:12px;
}

.homeBottomContent p
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    letter-spacing:1.2px;
    line-height:18px;
    color:#fff;
    padding:0px;
    margin:0px;
    margin-top:10px;
    margin-left:6px;
    margin-right:6px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}

.homeBottomContent li
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    letter-spacing:1.2px;
    line-height:18px;
    list-style-type:none;
    color:#fff;
    padding:0px;
    margin:0px;
    margin-top:10px;
    margin-left:30px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    border-bottom:1px solid rgba(0,0,0,0.2);
}

.homeBottomContent a
{
    font-family:Arial;
    font-size:12px;
    font-weight:normal;
    letter-spacing:1.2px;
    line-height:18px;
    list-style-type:none;
    color:#fff;
    padding:0px;
    margin:0px;
    margin-top:10px;
    margin-left:30px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    text-decoration:none;
    text-align:left;
    float:none;
}


.homeBottomContent h3
{
    font-family:Arial;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1.2px;
    color:#fff;
    padding:0px;
    margin:0px;
    margin-left:6px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.homeBottomContent a
{
    font-family:Arial;
    font-size:12px;
    color:#fff;
    text-decoration:none;
    margin:0px;
    margin-top:1px;
    float:right;
}

.homeBottomContent a:hover
{
    color:#d0650b;
}

#clientHolder
{
    background:#fff; 
    width:200px; 
    height:140px; 
    margin-top:15px;
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}

#footer
{
    background-color:#011a4e;
    height:38px;
    width:980px;
    color:#fff;
    padding:10px;
    padding-top:25px;
    padding-bottom:0px;
}

#footer a
{
    font-family:Arial;
    font-size:11px;
    color:#fff;
    float:left;
    text-decoration:none;
    margin:0px;
    margin-top:1px;
}

#footer a:hover
{
    color:#e26c0a;
}
   
#footer span
{
    font-family:Arial;
    font-size:11px;
    color:#fff;
    float:left;
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
    margin-top:1px;
}

.rndImage
{
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
}