@CHARSET "UTF-8";
/* Eliminamos margenes por defecto de todos los elementos */
* {
    margin: 0;
    padding: 0;
}
 
.AnimatedPanelMenu{
	float:left;
	width:100%;
}
 
.AnimatedPanelMenu > ul {
    height: 100%;
    list-style: none;
    width: 100%;
	float: left;
	margin:0;
}
.AnimatedPanelMenu > ul > li {
    float: left;
    height: 100%;
	width: 100%;
	text-align:center;
}
 
.AnimatedPanelMenu > ul > li > a {
    border: medium none;
    color: #fff;
    float: left;
    height: auto;
    margin: 10px 0 0 !important;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
	font-size: 15px;
	width: 100%;
	background: url("../images/fle.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
	padding: 0 0 24px;
} 
.AnimatedPanelMenu > ul > li > a:hover, .AnimatedPanelMenu > ul > li > a.active {
    color: #ed217c;
	border-bottom:none!important;
}
 
.AnimatedPanelMenu > ul > li > div {
    position: relative;
    width: 100%;
	display:none;
}
 
.AnimatedPanelMenu > ul > li > div > div {
  float: left;
    padding: 0;
    width: 100%;
}
 
.AnimatedPanelMenu > ul > li > div > div > h2 {
    font-size: 1.1em;
}
 
.AnimatedPanelMenu > ul > li > div > div > ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    width: 100%;
}
.AnimatedPanelMenu > ul > li > div > div > ul li {
   	background:url(../images/submenu_ipad.png) repeat!important;
    border: medium none;
    -webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
    float: left;
    font-family: helvetica;
    height: 61px;
    margin: 17px 0 0;
    padding: 22px 0 0;
    position: relative;
    width: 100%;	
	font-size: 19px;
	color:#fff!important;
	
} 
.AnimatedPanelMenu > ul > li > div > div > ul li:hover {
	background:#ED217C!important;
	color:#EE3A43;
}
.AnimatedPanelMenu > ul > li > div a {
    color: #fff;
    text-decoration: none;
    border: 0;
    background: transparent;
    height: 0px;
	width: 100%;
	margin:0!important;
    padding: 0!important;
}
 
 
.AnimatedPanelMenu > ul > li > div > ul {
    float: left;
    list-style: square;
    margin: 10px 20px 0 25px;
}