#body{
    width:100%;
    height:1300px;
    align-items:center;
    text-align: center;
  
  
}
#h2{
    
    font-size: 8px;
}
#principal{
	width:100%;
	height:200px;
        margin-left: auto;
        margin-right: auto;
        background: url(Imagenes/encabezado.jpg);
        background-repeat: no-repeat;
        background-position:bottom;
}
#titulo{
	width:100%;
	height:20px;
	position:relative;
        text-align:center;
        font-size: 14px;
        font-family:"Verdana";
	background: #bab0b5;
}
#menu{
	width:100%;
	height:50px;
        display: table;
	vertical-align: middle;
	position:relative;
        text-align:center;
        font-size: larger;
        font-style: italic;
        background: #003366;
}
#btn{
	width: 150px;
	height:40px;
        display:table-cell;
        vertical-align:middle;
        font-family:"Verdana";
        position:relative;
        text-align:center;
        font-size:13.5px;
        font-style:normal;
        background: #003366;
        border-radius: 8px;
        color:white;
        cursor: pointer;
}
#btn:hover {
    background-color: #000066;
    color: white;
}
#quienes{
     width: 700px;
    height: 500px;
    float:left;
    position:relative;
    background: white;
    text-align: justify;
    font-family:"Verdana";
    font-size: 13.5px;
    -webkit-animation-name: fadeInDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDown;
    animation-duration: 4s;
}
#aEstrategica{
     width: 700px;
    height: 500px;
    float:left;
    position:relative;
    text-align: justify;
    font-family:"Verdana";
    font-size: 13.5px;
    background: white;
    -webkit-animation-name: fadeInDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDown;
    animation-duration: 4s;
}
#nVision{
     width: 700px;
    height: 500px;
    float:left;
    position:relative;
    background: white;
    text-align: justify;
    font-family:"Verdana";
    font-size: 13.5px;
    -webkit-animation-name: fadeInDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDown;
    animation-duration: 4s;
}
#nMision{
     width: 700px;
    height: 500px;
    float:left;
    position:relative;
    text-align: justify;
    font-family:"Verdana";
    font-size: 13.5px;
    opacity: .9;
    background: white;
    -webkit-animation-name: fadeInDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDown;
    animation-duration: 4s;
}
#nServicios{
    width: 750px;
    height: 350px;
    float:left;
    position:relative;
    background: white;
    text-align: justify;
    font-family:"Verdana";
    font-size: 13.5px;
    -webkit-animation-name: fadeInDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDown;
    animation-duration: 4s;
}
#fondoIm1{
    width: 100%;
    height: 1300px;
    position:absolute;
    background: white;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
    transition-timing-function: linear;
}
#imgFlotante{
    float:right;
    width: 500px;
    height: 500px;
    position: relative;
    right: 50px;
    background:url(Imagenes/pexels-photo-94849.jpeg) ;
    -webkit-animation-name: fadeInRight; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInRight;
    animation-duration: 4s;
    
}
#imgAlianza{
    float:right;
    width: 500px;
    height: 500px;
    position: relative;
    right: 50px;
    background:url(Imagenes/pexels-photo-164531.jpg) ;
    background-repeat: no-repeat;
    -webkit-animation-name: fadeInRight; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInRight;
    animation-duration: 4s;
    
}
#imgMision{
    float:right;
    width: 500px;
    height: 353px;
    position: relative;
    right: 50px;
    background:url(Imagenes/entrepreneur-1340649_640.jpg) ;
    background-repeat:repeat;
    -webkit-animation-name: fadeInRight; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInRight;
    animation-duration: 4s;
    
}
#imgVision{
    float:right;
    width: 500px;
    height: 500px;
    position: relative;
    right: 50px;
    background:url(Imagenes/vision_1.jpg) ;
    -webkit-animation-name: fadeInRight; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInRight;
    animation-duration: 4s;
    
}
#imgServicios{
    float:right;
    width: 500px;
    height: 350px;
    position: relative;
    right: 50px;
    background:url(Imagenes/bookkeeping.jpg) ;
    -webkit-animation-name: fadeInRight; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInRight;
    animation-duration: 4s;
    
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(200px,200px, 0);
  }

  to {
    opacity: .8;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(-200px,-200px, 0);
  }

  to {
    opacity: .8;
    transform: none;
  }
}
#footer{
    width:100%;
    height:40px;
    align-items:center;
    text-align: center;
    color: whitesmoke;
    font-size: 13px;
    font-family:"Verdana";
    background: #003366;
    margin-top: 95%;
    position: relative;
}
#imgAuditoria{
    float:left;
    width: 750px;
    height: 500px;
    position: relative;
    text-align: justify;
    font-family:"Verdana";
    font-size: 13.5px;
    background:white;
    -webkit-animation-name: fadeIn; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInRight;
    animation-duration: 4s;
    
}
#imgContabilidad{
    float:left;
    width: 750px;
    height: 400px;
    position: relative;
    text-align: justify;
    font-family:"Verdana";
    font-size: 13.5px;
    background:white;
    -webkit-animation-name: fadeIn; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInRight;
    animation-duration: 4s;
    
}
#ul {
    list-style-type: disc;
}
.slider

{

    width:100%;

    height:200px;

    overflow: hidden;

    

}

.s_element{

   width: 100%;

    height: 100%;

    display: none;

}

.s_visible{

    display: block;

}

#ele1{

    text-align: center;
    align-items: center; 
    background-color: white;
}

#ele2{
    text-align: center;
    align-items: center; 
    background-color: white;
}

#ele3{
    text-align: center;
    align-items: center; 
    background-color: white;

   

}
#nContacto{
     width: 500px;
    height: 640px;
    float:left;
    position:relative;
    text-align: center;
    font-family:"Verdana";
    font-size: 13.5px;
    opacity: .9;
    background: white;
    -webkit-animation-name: fadeInDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDown;
    animation-duration: 4s;
}
#imgContacto{
   float:right;
    width: 640px;
    height: 640px;
    position: relative;
    right: 50px;
    -webkit-animation-name: fadeInRight; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInRight;
    animation-duration: 4s;
    
}
#titulo:hover{
     background-color: #000066;
     color: white;
}
#aviso{
    width: 700px;
    height: 350px;
    margin-left: 30%;
    margin-right: 33%;
    position:absolute;
    background: white;
    text-align: justify;
    font-family:"Verdana";
    font-size: 13.5px;
    -webkit-animation-name: fadeInDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    animation-name: fadeInDown;
    animation-duration: 4s;
}