#Layer1 {
	position:absolute;
	width:1057px;
	height:906px;
	z-index:1;
	left: 133px;
	top: 50px;
	background-color: #AFC8EF;
}
#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 73px;
	background-color: #96B6EB;
	visibility: inherit;
	overflow: visible;
	color: #B4DEF5;
}

.Estilo4 {color: #000099}

.style1 {
	color: #000099;
	font-weight: bold;
	font-size: 24px;
}

.style3 {font-size: 14px; color: #000066; }

.Estilo6 {color: #000066; font-weight: bold; font-size: 24px; }

.Estilo7 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #000066;
}

.Estilo8 {font-size: 14px; color: #006699; font-family: "Times New Roman", Times, serif; }

.Estilo9 {font-size: 14px; color: #000066; font-weight: bold; font-family: "Times New Roman", Times, serif; }

.Estilo10 {color: #000066}

#nav-servicios{
    width: 290px;
    list-style: none;
    padding: 0;
    margin: 20px;
    background-image: url(../images/fondonav.jpg);
    border-radius: 15px;
    
}

#nav-servicios ul{
    list-style-type: none;
    font-family: Arial, sans-serif;
    font-size: 17px;
    padding: 10px;
     border-radius: 10px;
    -webkit-transition: margin-left .6s;
    
}

 #nav-servicios ul li{
     text-align: center;
     border-bottom: 1px solid #2EFEF7 ;*/
     color: #0174DF;
     margin: 5px;
     padding-left: 2px;
     box-shadow: 5px 0px 10px #2EFEF7;
     -webkit-transition:padding-left 0.6s;
      box-sizing: border-box;
    
        
    }

#nav-servicios ul li a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 10px 10px 10px 20px;
     -webkit-transition: padding .4s;    
    
}

#nav-servicios a:hover {
    background: #01DFD7;
    border-radius: 15px;
    padding-left: 35px;
    color: #0040FF;
    
    }*/
li:last-child {
  border-bottom: none;
    height: 
}



li a.active {
  background-color:#01DFD7;*/
  color: #045FB4;
  font-weight: bold;
}