
body{
    background-color: #ededed;
    font-family: 'Open Sans',sans-serif;
    margin: 0px;    
}
a{ text-decoration: none;
    color: #404444;
}




.imagencentral{
    background-image: url("../img/banner.jpg");
    background-size: 100%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.logo{
    background-image: url("../img/logo.png");
    height: 86px;
    float: left;
    width: 100%;
    background-color: #3cbfb0;
    margin-top:-13;
    background-repeat: no-repeat;
}

.ancho50{
    width: 50%;
    float  :left;
}
.menu{
    width:50%;
    float:right;
    background-color: #3cbfb0;
    padding-top: 20px;

    height: 53px;
}



.item{
    float:right;
    color:white;
    margin-right: 30px;
    margin-top: 10px;
}

.item:hover{
    color:#282a2a
}

.textocentrado{
    text-align: center;
    
}

.textoizquierda{}
.imagen50%{
    width: 50%;
    float: right;
}
.imagen20{
    height:20em;
}

.textocentrado-rigth{}
.textoizquierda{}

footer{
    padding-top: 20px;
    background-color: #414343;
    color:white;
    
}

footer>h2{
    text-align: center;
}


.centrado{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}

.redessociales{
    margin: 1em;
    height: 3em
}

.review{
    width: 100%;
    color:white;
    padding-top: 200px;
    font-size: 50px; 
    margin-bottom:0px;
}

.detallereview{
    color:white;font-size: 20px; margin-top:0px;
}

.seccion{
    width:100%;height: 415px;
}

.seccionchica{
    width:100%;
    height: 60%;
    display: block;
    padding-top: 5em
}
.seccionchica>article>p{
    margin-top: 0px;
}
.descarga{
    width: :100%;
    height:60%;
  
     background-color:white;
    
}


.imdescarga{
    height: 4em;
    padding-top: 2em;
    padding-left: 2em;
    
}



.fondoblanco{
    background-color:white;
}

.medio{
    width:50%; 
    
}

.izquierda{
    float:left;
}

.derecha{
   float:right;
}

.separar{
    margin-top:90px; padding-left:30%;
}

.separarderecha{
    margin-top:90px; padding-right:30%
}

.bordeizquierdo{
    border-left: solid 1px; 
    border-color:black; 
    padding-left: 15px; 
    padding-bottom:2px;
}

.bordederecho{
    border-right: solid 1px; border-color:black; padding-right: 15px; padding-bottom:2px;
}



.textoFooter{
   font-size:12px; padding-top: 20px 
}

.separarimagen{
    text-align:center; margin-top:65px
}

.altura40{
    height:40%
}

hr{
    margin-right:10%;
    margin-left:10%
}


