﻿
.menu ul {		
	list-style: none;
	height: 30px;
	margin: 0 0 5px 0; 
	padding: 2px;	
	overflow: hidden;
	border-bottom: 1px dotted #666;
    background-color: #F5F5F5;
}
	
.menu ul li {
	display: inline;
	margin: 0; padding: 0;

}
	
	
.menu ul li a {
	float: left;
	margin: 0;	padding: 0 11px;
	font: bold 14px/35px 'Trebuchet MS', Tahoma, Helvetica, Arial, Geneva, Sans-serif;
	text-decoration: none;	
	color: #070000;	
}
	
.menu ul li a:hover, 
.menu ul li a:active{
	color: #663333;
	background: none;
	border: none;
	text-decoration: none;
}
	
.menu ul li a:hover
{
	background: #eee;
	color: #CE6F05;		
}
	
	
.menu ul li.current a {	
	color: #000;	
	/*background: #eee;*/
    background-color: #E2E2E2;
	border-bottom: 1px solid #CECECE;
}
	
	
.menu ul li.menu {
	background: #d5d3d6;
	height: 30px;
	float:left;
	margin-right:10px;
	margin-top: 0;
	margin-left: 10px;			
}
	
.menu ul li.menu a{
	color:#000;
	text-decoration:none;
	padding: 0 10px;
	height:30px;
	line-height:30px;
	display:block;
	float:left;
	padding: 3px 24px 0 10px;
	background: #fff url(img/rm2.png) right top no-repeat;
}
	
.menu ul li.menu  a:hover{
	color:#CE6F05;
	text-decoration: none;
	background: #eee url(img/rm2.png) right top no-repeat;
}
	
.menu ul li.menu ul.submenu {
	border:solid 1px #c9c9c9;
	/* border-top:none; */
	background:#FFFFFF;
	position: absolute;
	top: 5px;
	width:150px;
	height: auto;
	padding:0;
	clear:both;

	display: none;
}
.menu ul li.menu ul.submenu li{
	background:none;
	display:block;
	float:none;
	margin:0 6px;
	border:0;
	height:auto;
	line-height:normal;
	border-top:solid 1px #DEDEDE;
}
.menu ul li.menu ul.submenu li a{
	background:none;
	display:block;
	float:none;
	padding:6px 6px;
	margin:1px;
	border:0;
	height:auto;
	color:#A56F38;			
	line-height:normal;
}
.menu ul li.menu ul.submenu li a:hover{
	background:#e3edef;
	color:#105cbe;
	text-decoration: none;
}
	
/*.combomenu
{
	font-weight: bold;
	margin-bottom: 5px;
	overflow: hidden;
}

.navbar-inner.combomenupunteado {
    border-top: 0px;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: #D4D4D4;
    border-style: dashed;
    border-radius: 0px 0px 4px 4px;
}*/





/***** Para el menu con bt3 *******/
.navbar-default {
    background-color: #FAFAFA;
    background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
    background-repeat: repeat-x;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}



#dropdown-list{
 overflow: auto;
 }




/* Para las aplicaciones */
.app {
  float: left;
  width: 70px;
  height: 82px;
  margin: 5px 3px;
  overflow: hidden;
  text-align: center;
}

.app span
{
  clear: both;
  display:block;
  text-align: center;
}

.dropdown-menu > li.app > a {
    padding: 0;
}

.dropdown-menu > li.app:hover,
.dropdown-menu > li.app:focus
{
    background-color: #F5F5F5;
    color: #262626;
    text-decoration: none;
}


.app .imagenpeq {
    height: 55px;
    width: 55px;
}

.app .nombreapp {
    line-height: 13px;
    white-space: normal;
    font-size: 13px;
}


.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 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:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
 
.dropdown-submenu:hover > a:after{
    border-left-color:#CCCCCC;
}
 
.dropdown-submenu.pull-left{
    float:none !important;
}
 
.dropdown-submenu.pull-left > .dropdown-menu{
    right:100%;
    left: auto;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}




/*Menu CV*/
.menucvsuperior {
    margin-bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-top: 10px;
}

.menucvinferior {
    border-top: 0px;
    border-bottom: 1px;
    border-left: 1px;
    border-right: 1px;
    border-color: #D4D4D4;
    border-style: dashed;
    border-radius: 0px 0px 4px 4px;
}

.combomenu label {
    font-weight: normal;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125) inset;
}
