@charset "utf-8";
html, body{
	font-family: 'Roboto Condensed', Helvetica, Arial, Verdana, Tahoma, sans-serif  !important; 
	font-size: 1em !important;
	color: #444 !important;
}

li span.glyphicon{margin-left:-20px !important; padding-left:0 !important;}

/* ----------------- navbar tabs (TAB PANE)------------------------------------------------------------ */
.nav-tabs > li > a{font-size:1em !important; font-family: 'Roboto Condensed', Helvetica, Arial, Verdana, Tahoma, sans-serif !important; font-weight:bold;}
.nav-tabs > li.active > a{background-color:#eee !important;}
.tab-content{background-color:#fff;}
.panel-collapse{padding:0 1em;}

/* ----------------/ navbar ------------------------------------------------------------ */
/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
/* Toggle Styles */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #010101;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0 !important;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 32px;
	font-family:'Roboto Condensed',Roboto,Arial,sans-serif;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
	font-weight:bold;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
	border-left: 3px solid #ec3b25;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
	/*border-left: 3px solid #ec3b25;*/
}

.sidebar-nav li.active a{
    border-left: 3px solid #ec3b25;
}

.sidebar-nav > .sidebar-brand {
	height: 5em;
	background-color:#ddd;
	padding:0.5em;
	
}
.sidebar-nav > .sidebar-brand a {
    border-left: 0px;
	/*color: #999999;**/
}
.sidebar-nav > .sidebar-brand a:hover {
    border-left: 0px;
	/*background-color:#fff;*/
}

.sidebar-nav > .sidebar-idiomes{
	background-color:inherit;
	height:3em;
}
.sidebar-nav > .sidebar-idiomes li {
    text-indent: 0;
}
.sidebar-nav > .sidebar-idiomes li a:hover {
    background: none;
	border-left: 0px;
}

.sidebar-nav > .sidebar-idiomes li.active a{
    border-left: 0;
}

.sub-menu{list-style:none; margin:0; padding:0; font-size:0.9em; font-family:'Roboto Condensed',Roboto,Arial,sans-serif;}
	.sub-menu li{padding-left:1em;}
		.sub-menu li a{font-weight:normal}


@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
/* ----------------/ navbar ------------------------------------------------------------ */

/*.-------------- pagination --------------------------------------------------*/
.pagination>.active>a {background-color:#010101!important; border-color:#010101!important; color:#fff !important;}
/*.-------------/ pagination --------------------------------------------------*/

/* ----------------- carousel ------------------------------------------------------------ */
.img-slide-portada{}
.carousel .item{
  background-color: #000;
}
/*
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}
*/
/* ----------------/ carousel ------------------------------------------------------------ */

/*-------------- alerts ----------------------------*/
.alert-custom {
	background-color:#a3a808 !important;
	color:#fff;
	font-size:2em;
}
/*-------------/ alerts ----------------------------*/

/*-------------- buttons ----------------------------*/
.btn-corporative {
    background: #010101;
	color: #ffffff;
	border: 1px solid #000;
}
 
.btn-corporative:hover, .btn-corporative:focus, .btn-corporative:active, .btn-corporative.active, .open > .dropdown-toggle.btn-avinent {
    background: #ddd;
    color: #747477;
}
 
.btn-corporative:active, .btn-avinent.corporative {
    background: #666;
    box-shadow: none;
}
/*-------------/ buttons ----------------------------*/

@media screen and (max-device-width:990px),screen and (max-width:990px){
}

@media screen and (max-device-width:768px),screen and (max-width:768px){
}

@media screen and (max-device-width:480px),screen and (max-width:480px){
}	
