@charset "UTF-8";
/* CSS Document */

@import "grid/reset.css";
@import "grid/text.css";
@import "grid/grid.css";
@import "jui/jquery.ui.core.min.css";
@import "jui/jquery.ui.accordion.min.css";
@import "jui/jquery.ui.tabs.min.css";
@import "jui/jquery.ui.min.css";
@import "jui/jquery.ui.progressbar.min.css";
@import "menu/superfish.css";
@import "nav.css";
@import "joomla.css";
@import "elements.css";
@import "extensions.css";
@import "com_mb2portfolio.css";
:focus {
    outline: medium none;
}
body {
    background: none repeat scroll 0 0 #F8F8F8;
    color: #8A8A8A;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    line-height: 21px;
}
h1, h2, h3, h4, h5, h6 {
    color: #444444;
    font-weight: 600;
    margin: 0 0 15px;
}
a {
    color: #4CADE6;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #444444;
    text-decoration: none;
}
.col {
    margin-bottom: 0;
}
.page-boxed {
    padding: 0 !important;
}
.page-boxed-content {
    padding: 0 0 30px;
}
.page-boxed #page-a, .page-boxed #page-b, .page-boxed #page-c, .page-boxed #page-d {
    margin: 0 auto;
    max-width: 1300px;
    width: 100%;
	height:auto;
}
.page-boxed-content #page-b, .page-boxed-content #page-c, .page-boxed-content #page-d, .page-boxed-content #slider {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
}
#page-b {
    background-color: #329BD1;
    color: #FFFFFF;
    padding: 50px 0 30px;
}
#page-b h1, #page-b h2, #page-b h3, #page-b h4, #page-b h5, #page-b h3 {
    color: #FFFFFF;
}
#page-c {
    background: none repeat scroll 0 0 #FFFFFF;
}
#before-content-1, #before-content-2, #after-content-1, #after-content-2, #content-2 {
    padding-bottom: 30px;
}
#after-content-1 {
    height: 230px;
}
#before-content-1.background-1, #before-content-2.background-1, #after-content-1.background-1, #after-content-2.background-1, #content-2.background-1 {
    background: none repeat scroll 0 0 #FBFBFB;
    border-bottom: 1px solid #F0F0F0;
    border-top: 1px solid #F0F0F0;
    color: #727272;
    margin-bottom: 50px;
    padding-top: 50px;
}
#sliding-panel {
    background-color: #001B32;
    color: #CBCBCB;
    margin-top: 38px;
    padding: 25px 0 5px;
    position: absolute;
    right: 265px;
    top: 0;
    z-index: 999999;
}
#sliding-panel h1, #sliding-panel h2, #sliding-panel h3, #sliding-panel h4, #sliding-panel h5, #sliding-panel h6 {
    color: #FBFBFB;
}
#sliding-panel .wrap {
    position: relative;
    width: 180px;
}
#sliding-panel a {
    color: #CBCBCB;
}
#sliding-panel a:hover {
}
#sliding-panel .sliding-panel-toggle {
    position: absolute;
    right: 10px;
    top: -20px;
    z-index: 999;
}
#sliding-panel .sliding-panel-toggle a {
    color: #FFFFFF;
    font-size: 18px;
    opacity: 0.4;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
#sliding-panel .sliding-panel-toggle a:hover, #sliding-panel .sliding-panel-toggle a:active, #sliding-panel .sliding-panel-toggle a:focus {
    opacity: 0.8;
}
#page-a {
    color: #ECECEC;
    position: relative;
}
#page-a h1, #page-a h2, #page-a h3, #page-a h4, #page-a h5, #page-a h6 {
    color: #FFFFFF;
}
#page-a .bt-bg, #page-a .top-bg {
    height: 6px;
    position: absolute;
    width: 100%;
    z-index: 100;
}
#header {
    background-color: #216397;
    position: absolute;
    top: 0;
    width: 1300px;
    z-index: 999;
}
#header a {
    color: #FFFFFF;
    opacity: 0.8;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
#header a:hover, #headera:active, #header a:focus {
    color: #FFFFFF;
    opacity: 1;
}
#header-tools {
    background-color: #001B32;
    font-size: 12px;
    height: 38px;
}
.header-tools-row {
    padding-top: 6px;
}
.header-tools-row .header-info {
    float: left;
    margin: 0;
}
.header-tools-row .header-info li {
    display: inline-block;
    list-style: none outside none;
    margin: 0 15px 0 0;
}
.header-language {
    display: inline-block;

}
#header .social-list {
    margin-right: 15px;
}
.header-tools {
    float: right;
    margin: 0;
    padding: 0;
}
.header-tools > li {
    display: inline;
    list-style: none outside none;
    margin: 0 0 0 15px;
    padding: 0;
}
.sliding-panel-toggle {
    display: inline;
}
#logo {
    display: block;
    float: left;
}
#logo a {
    opacity: 1 !important;
}
#logo img {
    height: auto;
    margin: 0;
    width: 120%;
}
.logo-text {
    font-size: 190% !important;
    margin: 0;
}
.logo-text a {
    color: #444444 !important;
    text-decoration: none !important;
}
.logo-text a:hover, .logo-text a:active, .logo-text a:focus {
    color: #444444 !important;
    text-decoration: none !important;
}
.site-slogan {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.header2 .top-bg {
    display: none;
}
.header2 #header {
    background: url("../images/transparent-light-30.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
}
.header2 #header-tools {
    background: url("../images/transparent-dark-40.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.header2 #navigation > .sf-menu > li.sfHover > a, .header2 #navigation > .sf-menu > li.current-menu-item > a, .header2 #navigation > .sf-menu > li > a:focus, .header2 #navigation > .sf-menu > li > a:hover, .header2 #navigation > .sf-menu > li > a:active, .header2 #navigation > .sf-menu > li.selected > a, .header2 #navigation > .sf-menu > li.current-menu-parent > a {
    background: url("../images/transparent-dark-40.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.header3 .top-bg {
    display: none;
}
.header3 #header {
    background: url("../images/transparent-light-30.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
}
.header3 #header-tools {
    background: url("../images/transparent-dark-40.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.header4 #header {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #8A8A8A;
}
.header4 #header a {
    color: #4CADE6;
    opacity: 1;
}
.header4 #header a:hover {
    color: #444444;
}
.header4 #header #header-tools {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #EFEFEF;
}
.header4 #header .social-list li a {
    color: #000000;
}
.header4 #header .social-list li a:hover {
    color: #4CADE6;
}
.header4 #navigation > .sf-menu > li > a {
    color: #8A8A8A !important;
    opacity: 1;
}
.header4 #navigation > .sf-menu > li:hover, .header4 #navigation > .sf-menu > li.sfHover, .header4 #navigation > .sf-menu > li.sfHover > a, .header4 #navigation > .sf-menu > li.current-menu-item > a, .header4 #navigation > .sf-menu > li > a:focus, .header4 #navigation > .sf-menu > li > a:hover, .header4 #navigation > .sf-menu > li > a:active, .header4 #navigation > .sf-menu > li.selected > a, .header4 #navigation > .current-menu-parent > a {
    color: #4CADE6 !important;
}
#page-header {
    padding-bottom: 20px;
	background-color:#00A5D8;
	padding-top:30px;
	  width: 1080px;
	  margin:auto;
}
#page-a {
    padding-top: 128px !important;
}
.page-heading {
    display: inline-block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 28px;
    font-weight: 300;
    padding-left: 6px;
    text-indent: -3px;
}
.page-subheading {
    display: inline-block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: 300;
    margin-top: 10px;
    text-transform: uppercase;
}
#page-header.content-bg-1 .page-heading, #page-header.content-bg-1 .page-subheading, #page-header.content-bg-1 .breadcrumbs ul {
    background: url("../images/transparent-dark-40.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
}
#page-header.content-bg-1 .page-heading {
    line-height: 53px;
    padding: 0 8px 2px;
}
#page-header.content-bg-1 .page-subheading {
    padding: 2px 8px;
}
#page-header h1, #page-header h2, #page-header h3, #page-header h4, #page-header h5, #page-header h6 {
    margin: 0;
}
.p-left .sidebar-inner {
    margin-top: 40px;
    padding-left: 20px;
}
.p-left .sidebar-inner .module-wrap .module-heading {
    background: none repeat scroll 0 0 #F0F0F0;
    margin: 0;
    padding: 10px 0 1px 10px;
}
.p-left .sidebar-inner .module-wrap .module-content {
    border: 3px solid #F0F0F0;
    padding: 5px;
}
.p-left .sidebar-inner .module-wrap .module-content ul.mostread li {
    border-bottom: 1px dotted #9C9C9C;
    font-weight: bold;
    list-style: none outside none;
    margin-right: 25px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-decoration: none;
}
.p-right .sidebar-inner {
    padding-right: 20px;
}
.sidebar-inner .module-wrap {
    margin-bottom: 30px;
}
#page-d {
    background-color: #DDDDDD;
    color: #FFFFFF;
    padding-top: 20px;
}
#page-d a {
    color: #CBCBCB;
}
#page-d a:hover, #page-d a:active, #page-d a:focus {
    color: #FFFFFF;
}
#page-d h1, #page-d h2, #page-d h3, #page-d h4, #page-d h5, #page-d h6 {
    color: #FFFFFF;
}
#bottom-1, #bottom-2 {
    margin-bottom: 10px;
}
#footer {
    background-color: #0D5693;
    padding-bottom: 5px;
    padding-top: 10px;
}
.footer-menu ul li {
    display: inline;
    list-style: none outside none;
    margin: 0 0 0 15px;
}
.footer-menu ul li a {
    color: #DADADA;
    text-decoration: none;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.footer-menu ul li a:hover, .footer-menu ul li a:active, .footer-menu ul li a:focus {
    color: #4CADE6 !important;
}
.footer-menu {
    float: right;
    margin-left: 10px;
}
.footer-content {
    float: left;
}
#footer .social-list {
    float: right;
}
#footer .social-list li a:hover {
    color: #4CADE6;
}
#footer .footer-right .footer-menu, #footer .footer-right .social-list {
    float: left;
}
#footer .footer-right .footer-content {
    float: right;
}
#footer .footer-right .footer-menu {
    margin-left: 0;
    margin-right: 10px;
}
#footer .footer-right .footer-menu ul li {
    margin: 0 15px 0 0;
}
#fixed-navigation {
    background: none repeat scroll 0 0 #0D5693;
    border-bottom: 1px solid #DBDBDB;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.2);
    color: #8A8A8A;
    height: 50px;
    opacity: 1;
    position: fixed;
    top: -100px;
    transition-delay: 0.25s;
    transition-duration: 0.25s;
    transition-timing-function: linear;
    width: 100%;
    z-index: 999;
}
#fixed-navigation.fixed-navigation-hide {
    top: -100px;
}
#fixed-navigation.fixed-navigation-show {
    top: 0;
}
#fixed-logo {
    float: left;
    margin-top: 5px;
}
#fixed-logo img {
    max-height: 40px !important;
    width: auto;
}
div.caroufredsel_wrapper {
    height: 289px !important;
}
section#slider {
    margin-top: 129px;
}
.mb2-portfolio-module-item-skills {
    display: none !important;
}
div.mb2-portfolio-module-item-details-inner {
    height: 50px !important;
}
ul.prefooter1, ul.prefooter2 {
    float: left;
    margin: 1px;
    width: 34%;
}
ul.prefooter1 {
    margin-right: 330px;
}
ul.prefooter1 li, ul.prefooter2 li {
    display: inline-block;
    list-style: none outside none;
    text-decoration: none;
    vertical-align: middle;
}
ul.prefooter2 li.Rs {
    margin-right: -22px;
    width: 30px;
}
.title-left {
    height: 325px;
}
li.ui-state-active a span {
    color: #0D5693;
}
.gwd-page-container {
    height: 100%;
    position: relative;
    width: 100%;
}
.gwd-page-content {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
}
.gwd-page-wrapper {
    background-color: #FFFFFF;
    position: absolute;
}
.gwd-page-size {
    height: 314px;
    width: 400px;
}
.gwd-img-ycm6 {
    height: 314px;
    left: 0;
    position: absolute;
    top: 0;
    width: 400px;
}
.usa {
    height: 20px;
    left: 220.488px;
    position: absolute;
    top: 100.416px;
    width: 20px;
}
.usa:hover {
    background: url("images/ban_usa.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 56px;
    left: 214px;
    padding: 5px;
    top: 55px;
    width: 67px;
}
.panama {
    height: 20px;
    left: 212.72px;
    position: absolute;
    top: 141.544px;
    width: 20px;
}
.panama:hover {
    background: url("images/ban_pa.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 56px;
    left: 205px;
    padding: 5px;
    top: 95px;
    width: 67px;
}
.colombia {
    height: 20px;
    left: 238.854px;
    position: absolute;
    top: 156.84px;
    width: 20px;
}
.colombia:hover {
    background: url("images/ban_col.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 56px;
    left: 232px;
    padding: 5px;
    top: 112px;
    width: 67px;
}
.peru {
    height: 20px;
    left: 241.803px;
    position: absolute;
    top: 201.012px;
    width: 20px;
}
.peru:hover {
    background: url("images/ban_pe.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 56px;
    left: 235px;
    padding: 5px;
    top: 157px;
    width: 67px;
}
.ver_mas {
    background-color: #004C8D;
    border-radius: 3px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.2) inset;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: 20px;
    margin-top: -88px;
    opacity: 0.85;
    padding: 2px 9px 4px;
    position: absolute;
    text-decoration: none;
    transition-delay: 0.1s;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.ver_mas:hover {
    color: #FFFFFF;
    opacity: 1;
}
.single-portfolio-item-media .single-portfolio-item-media-inner p {
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    width: 32%;
}
.contentpane iframe {
    float: left;
    margin-left: -142px;
}
.blog {
    margin-top: 40px;
}
.sede {
    width: 100%;
}
.sede ul {
}
.sede ul li {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    width: 49%;
}
.sede ul li ul {
}
.sede ul li ul li {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    vertical-align: top;
    width: 64%;
}
.sede ul li ul li.img {
    width: 33%;
}

div.mod-languages ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
	padding-top:6px;
}

div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px;
}
div.mod-languages ul.lang-inline li {
    display: inline;
}
