ul.itemMenuParent {
 	width: 100%;
 	/*float: left;*/
 	padding: 5px;
	font-size: 20px;
}
  
ul.itemMenuParent li {
	/*float: left;*/
	list-style: none;
}

ul.itemMenuParent li a{
    color: #24a6b4;
}
  
  
ul.itemMenuParent ul li{
	width:100%;
 	margin:2px 0%;
 	font-size: 15px;
 	font-weight: 100;
}
ul.itemMenuParent ul li:last-child{
	font-weight: bold;
}
 
 
ul.itemMenuParent ul li a{
 	color: black;
}
  
ul.itemMenuParent ul li a:hover{
 cursor:pointer;
 color: black;
}

.itemParent > a{
	text-transform: uppercase;
	text-decoration: none;
}

.p6a_customized_menu{
	width: 20%!important; /*cuando sean 6 los elementos del menu habrá que cambiar este porcentaje*/
  	float: left;
  	padding: 5px;
}

/*footer powered by smarty*/

.powered_container{
    width: 100%;
    border-top: 1px solid #8e8d8a;
    margin-top: 1.5vw;
}
.powered_by_smarty{
    width: 20%;
    max-width: 180px;
    text-align: center;
    margin: auto;
    padding-top: 1vw;
    font-size: 12px;
    color: #8e8d8a;
    font-weight: 300;
    letter-spacing: 1px;
}

.fusion-copyright-notice, .fusion-copyright-notice a{
	color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 200;
}
.copy_right{
	font-weight: 400;
	margin-right: 15px;
}


@media (min-width: 501px) and (max-width: 800px) {
	.p6a_customized_menu {
	    width: 33%!important;
	    text-align: center;
	}
	.p6a_customized_menu3{
		clear: both;
	}
	ul.itemMenuParent {
	   
	    font-size: 16px;
	}

}


@media (max-width: 500px) {
	.p6a_customized_menu {
	    width: 50%!important;
	    text-align: center;
	}
	.p6a_customized_menu2{
		clear: both;
	}
	.p6a_customized_menu4{
		clear: both;
	}
	ul.itemMenuParent {
	   
	    font-size: 16px;
	}
}

