
.tabla_bitacora{
    border-width: .5px;
    border-spacing: 2px;
    border-bottom-color:#003bb3;
    border-radius: 5px;
    width: 750px;
}

.tabla_bitacora th{
    background-color:teal;
    border-width: 0px;
}
.odd{
    background-color:#b7cebd;
}

.odd2{
    background-color:#EFFDFF;
}

.firma1{
    padding-top: 60px;
    width: 9cm;
    float: left;
    text-align: center;
}

.firma2{
    padding-top: 60px;
    width: 9cm;
    text-align: center;
    float:right
}
#menu_recursos{
	background-color: #f6a85d;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
	padding-left: 2px;
}
#menu_udi{
	background-color: #67d2bf;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 0px solid #000000;
	padding-left: 2px;
}
.header_menu{
	color: #574e4d;
	text-align: center;
}
#menu_recursos > li > a, #menu_udi > li > a{
	font-size: 16px;
	color: #665d5d; 
	text-shadow: none;
}
#menu_recursos .dropdown-menu > li > a:hover, #menu_recursos .dropdown-menu > li > a:focus{
	background-color: #f6a85d;
	color: #665d5d;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #ffc485, #ffc07d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffc485), to(#ffc07d));
	background-image: -webkit-linear-gradient(top, #ffc485, #ffc07d);
	background-image: -o-linear-gradient(top, #ffc485, #ffc07d);
	background-image: linear-gradient(to bottom, #ffc485, #ffc07d);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffc485', endColorstr='#ffffc07d', GradientType=0);
	
}
#menu_udi .dropdown-menu > li > a:hover, #menu_udi .dropdown-menu > li > a:focus{
	background-color: #67d2bf;
	color: #665d5d;
	text-decoration: none;
	background-image: -moz-linear-gradient(top, #94f6e5, #7ee0cf);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#94f6e5), to(#7ee0cf));
	background-image: -webkit-linear-gradient(top, #94f6e5, #7ee0cf);
	background-image: -o-linear-gradient(top, #94f6e5, #7ee0cf);
	background-image: linear-gradient(to bottom, #94f6e5, #7ee0cf);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff94f6e5', endColorstr='#ff7ee0cf', GradientType=0);
	
}
.navbar #menu_recursos.nav li.dropdown.open > .dropdown-toggle, .navbar #menu_recursos.nav li.dropdown.active > .dropdown-toggle, .navbar #menu_recursos.nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #f5f5f5;
}
.navbar #menu_udi.nav li.dropdown.open > .dropdown-toggle, .navbar #menu_udi.nav li.dropdown.active > .dropdown-toggle, .navbar #menu_udi.nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #f5f5f5;
}
