@charset "UTF-8";
/* CSS Document */

/*MENÚ*/

#menu_gral {
    width: 100%;
    margin: 1 1rem;
	color:#fff;
}
#menu_gral ul {
    /*box-shadow: 0 0 3px rgba(0,0,0,.4);*/
list-style-type: none; 
    text-align: center;
}
#menu_gral li a {
    display: block;
    text-decoration: none;
    font-size: 1rem;
    line-height: 2.5rem;
    color: #444;
}
#menu_gral li:hover a, #menu_gral li a:focus {
    background: #8DA889;
    color: #fff;
}

#menu_gral li ul {
    height: 0;
    overflow: hidden;
}
#menu_gral li:hover ul, #menu_gral li:focus ul {
    height: auto;
}
#menu_gral li li {
	/*margin: 0.1em !important;
	box-shadow: 0 0 3px rgba(0,0,0,.4);*/
}
#menu_gral li:hover li a, #menu_gral li:focus li a {
    font-family: monospace;
    font-size: .9rem;
    line-height: 1.7rem;
    border-top: 1px solid #e5e5e5;
    background: #444;
}
#menu_gral li li a:hover, #menu_gral li li a:focus {
    background: #8AA9B8; 
}

.numTablaCont {
    line-height: 1.3em !important;
}

.colBase {
	color:#4681CF !important;
}

.retro2 {
	padding: 20px;
	position: relative;
	transform: translate(-50%, -40%);
	background: none !important;
	color: rgba(51,51,51,1.00) !important;
	font-size: 13px;
}

.textoRetro2 {
	color: rgba(51,51,51,1.00) !important;
}

.cierraRetro2 {
    background: none;
    border: none;
    height: 50px;
    left: 70%;
    margin: -24px;
    bottom: 325px;
    width: 50px;
    position: absolute;
    /*background-image: url(../images/interfaz/cierra.svg);*/
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.titulosecciones{
	color: #fff;
	padding: 8px;
	text-align:center;
	font-weight: 700;
	font-size: 20px;
}


.tooltip {
  color: #E61D8E;
  text-decoration: none;
}
.tooltip:hover {
  color: red;
  position: relative;
}
/* Tooltip on Top */
.tooltip-top[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  padding: 4px 8px;
  position: absolute;
  left: 0;
  bottom: 100%;
  white-space: nowrap;
  z-index: 20px;
  background-color: #000;
  color: #fff;
}

