
/* 
    Created on : 15-05-2015, 11:28:35 AM
    Author     : PabloV
*/

body {
  padding-top: 50px;
}

/*@media (max-width: 767px) {
    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
    .navbar-collapse {
        max-height: 300px;
    }
    body {
        margin: 0;
    }
}*/

/*
 * Footer
 *
 * Separated section of content at the bottom of all pages, save the homepage.
 */

.bs-footer {
  padding-top: 40px;
  padding-bottom: 30px;
  margin-top: 100px;
  color: #777;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.footer-links {
  margin: 10px 0;
  padding-left: 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

@media (min-width: 768px) {
  .bs-footer {
    text-align: left;
  }
  .bs-footer p {
    margin-bottom: 0;
  }
}
/* Make the examples and snippets not full-width */
@media (min-width: 768px) {
  .bs-example {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border-width: 1px;
    border-color: #ddd;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
  }
  .bs-example + .highlight {
    margin-top: -16px;
    margin-left: 0;
    margin-right: 0;
    border-width: 1px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}

/* Undo width of container */
.bs-example .container {
  width: auto;
}


.containerResumenFinanciero{
    padding-left: 10px;
    padding-right: 10px;
}



/**
 *   Clases css relacionados al tooltip
 * @author : Pablo Videla.
*/
.ayuda_textos{
  	
	/*width:80px;
	*/padding:5px;
	/*background: url("../img/transparentBg.png") repeat scroll 0 0 transparent;
	*/-moz-border-radius: 5px;
	border-radius: 5px;
	color:white !important;
        /*background:#FF6600 !important;
	*/
        font-size:0.9em !important;
        background:#6d3478 !important;
        text-align:center;
	margin-bottom:15px;	
	border:1px solid #6d3478;
	opacity:0.8;
	filter:alpha(opacity=50);
	-moz-box-shadow: 0px 3px 5px #000;
	-webkit-box-shadow: 0px 3px 5px #000;
	box-shadow: 0px 3px 5px #000;
	/*text-shadow:0 1px 1px #32003c;
  */
}

/******************* SUB MENUS*********************/

.dropdown-submenu {
    position: relative;
    
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
    
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/************************** FIN SUBMENUS *********/


.comex-corporativo-color-fondo{
    background-color: #271c2a;
}

.comex-corporativo-borde{
    border-color: #271c2a;
}