.corpnavbar1 {
	background-color: #1E2127;
}

.corpnavbar2 {
    margin-top: 50px; 
    background-color: #EE3829;
}

.corpnavbar3 {
	margin-top: 50px; 
	background-color: #D29B2A;
}

.navbar {
    min-height: 10px;
    font-size: 12px;
}
.navbar-inverse .navbar-nav>li>a {
    color: white;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #A29FA6;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 5px 5px;
}

.navbar-right {
	margin-right: 5px;
}

.dropdown-menu {
    font-size: inherit;
/*     background: url('../imagenes/bgtranspwtdk.png');
    background-repeat: repeat; */
    background-color: rgba(237, 54, 34, .9);
    color: white !important;
    font-weight: 100 !important;
    font-style: oblique;
 }
.dropdown-menu a{
	color: white !important;
	font-style: normal;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626 !important;
    text-decoration: none;
    background-color: #f5f5f5;
}

.mastfootcorp {
	position: fixed;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	border-radius: 10px; 
	color: white;
	font-weight: 200;
	padding: 6px 12px;
	display: none;
	visibility: hidden;
}

/* CORPORATIVE CSS FIN
*/


/*
hr {
	height: 1px;
    border: 0;
    border-top: 1px solid #D29B2A;
    margin: 1em 0;
    padding: 0;
}
*/

#myfoot{
	/* height:70px; */ 
	padding-top: 0px; padding-bottom: 0px;
	background: #204073;
	border-top: 3px solid #D29B2A;
	font-size: 10px; 
	font-weight: 200;
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#myfootinner a {
	color: white !important;
	text-decoration: none;
	vertical-align: bottom;
}
