.ul-multi-module{
	float : right;	
}

@media screen and (max-width: 1500px){
	.ul-multi-module{
        display : none !important;
	}
}

.li-multi-module {
    color : #fff;
    font-size : 20px;
    cursor : pointer;
    padding : 0px 10px 0px 10px;
}

.li-multi-module:hover {
  color: #333333;
  background-color: #eeeeee;
}

.modal-multi-module {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom : 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.4);
}

.modal-multi-module-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 40%;
  height: 60%;
  margin-top : 2%;
  border-radius : 8px;
}

.close-multi-module {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-multi-module,
.close-multi-module:focus {
  text-decoration: none;
  cursor: pointer;
}

#internal-modal-multi-module-content > div > a > div > b {
  color : #337ab7
}

.titulorojo34 {
 	 FONT-WEIGHT: bold; font-size: 140%; COLOR: #dc1414; FONT-FAMILY: Arial; LETTER-SPACING: 4px; TEXT-DECORATION: none;
}
.titulogris34 {
	FONT-WEIGHT: bold; font-size: 140%; COLOR: #666666; FONT-FAMILY: Arial; LETTER-SPACING: 4px; TEXT-DECORATION: none;
}