body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.dropdown-submenu {
	position: relative;
	z-index: 2 !important;
}
.dropdown-menu>li>a {
	z-index: 1 !important;
}
a {
	z-index: auto !important;
}
.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;
}


.Header { 
	width: 100%;
	background-color: white;
	height: 98px;
	background-image: url(img/header_pattern.jpg);
	background-repeat: repeat-x;
	
}

.usuario {
	text-align: center;
	display: table;
	/**/
	background: #41AB0C; padding-left: 2%; padding-right: 2%; padding-top: 10px; padding-bottom: 10px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; color: white;
}
h2 {
	text-align: center;
	/**/
	font-family: Arial;
	font-size: 24px;
	color: #333333;
}
.BordeVerde {
	width: 100%;
	/**/
	border-top: 3px solid #4ba947;
	border-bottom: 3px solid #4ba947;
	margin: auto;
}
.BordeRojo {
	width: 60%;
	/**/
	border-top: 3px solid #c93f35;
	border-bottom: 3px solid #c93f35;
	margin: auto;
}
.Contenido {
	margin: auto;
	background: white;
	/**/
	/**/
	height: 85vh;  /* Nuevo Solo Navegadores Actuales */
}
.Menu {
	float: right;
	/**/
	display: table;
	/**/
	margin-right: 5%;
	margin-top: -33px;
}
.OpcionMenu {
	width: 14%;
	float: left;
	font-family: Arial;
	color: #8d8d8d;
}
.menuopcion {
	font-size: 12px;
	color: #0099FF;
	text-decoration: none;
	padding-left: 8%;
}
.OpcionMenu { line-height: 8px; }
.disabled {
	color: #666666;
}