#seccion1,#seccion2{
    width: 100%;
    height: 466px;
    background-color: white;
}

#tiraIzqSec1,#tiraIzqSec2{
    height: 466px;
    width: 68px;
    float: left;
    background-color: #f4f5fa;
}

#lateralSec1,#lateralSec2{
    height: 466px;
    width: 398px;
    float: left;
    background-color: white;
}
#escaparateSec1,#escaparateSec2 {
    width: 754px;
    height: 466px;
    float: left;
    background-color: white;
}


/*-----------------ADAPTACION PANTALLAS mayor 1920px medidas orig x1.5-----------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1920px){
    
#seccion1,#seccion2{
    height: 699px;
}
#tiraIzqSec1,#tiraIzqSec2{
    height: 699px;
    width: 102px;
}   
#lateralSec1,#lateralSec2{
    height: 699px;
    width: 597px;
}    
#escaparateSec1,#escaparateSec2{
    width: 1131px;
    height: 699px;
}  
    }

/*-----------------ADAPTACION PANTALLAS 920-1219px medidas originales x0.75 ancho real 916 px-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1219px) and (min-width: 920px) {

#seccion1,#seccion2{
    height: 350px;
}
#tiraIzqSec1,#tiraIzqSec2{
    height: 350px;
    width: 51px;
}   
#lateralSec1,#lateralSec2{
    height: 350px;
    width: 299px;
}    
#escaparateSec1,#escaparateSec2 {
    width: 566px;
    height: 350px;
}  
    }

/*-----------------ADAPTACION PANTALLAS 768-919px medidas originales x0.61 ancho real 754px-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 919px){
   #portada {
    height: 704px;
}
#tiraIzq{
    height: 704px;
    width: 68px;
}   
#lateralMenu{
    height: 280px;
    width: 686px;
}
 
#seccion1,#seccion2{
    height: 780px;
}
#tiraIzqSec1,#tiraIzqSec2{
    height: 780px;
    width: 68px;
}   
#lateralSec1,#lateralSec2{
    height: 356px;
    width: 686px;
}    
#escaparateSec1,#escaparateSec2 {
    width: 686px;
    height: 424px;
} 
    }  
    
/*-----------------ADAPTACION PANTALLAS 602-767px medidas SALTO ANTERIOR x0.8 ancho real 602px-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 767px){
  #portada {
    height: 618px;
}
#tiraIzq{
    height: 618px;
    width: 54px;
}   
#lateralMenu{
    height: 280px;
    width: 548px;
}
#seccion1,#seccion2{
    height: 698px;
}
#tiraIzqSec1,#tiraIzqSec2{
    height: 698px;
    width: 54px;
}   
#lateralSec1,#lateralSec2{
    height: 360px;
    width: 548px;
}    
#escaparateSec1,#escaparateSec2 {
    width: 548px;
    height: 338px;
}  
    }  


/*-----------------ADAPTACION PANTALLAS 400-601px 0.66 respecto al anterior / ancho real 400px-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 400px) and (max-width: 601px){
     #portada {
    height: 482px;
}
#tiraIzq{
    height: 482px;
    width: 36px;
}   
#lateralMenu{
    height: 260px;
    width: 364px;
}
#seccion1,#seccion2{
    height: 582px;
}
#tiraIzqSec1,#tiraIzqSec2{
    height: 582px;
    width: 36px;
}   
#lateralSec1,#lateralSec2{
    height: 360px;
    width: 364px;
}    
#escaparateSec1,#escaparateSec2{
    width: 364px;
    height: 222px;
} 

    }  
    


/*-----------------ADAPTACION PANTALLAS hasta 399px 0.8 respecto al anterior / ancho real 320px-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 399px){
        #portada {
    height: 434px;
}
#tiraIzq{
    height: 434px;
    width: 36px;
}   
#lateralMenu{
    height: 260px;
    width: 284px;
}
#seccion1,#seccion2{
    height: 594px;
}
#tiraIzqSec1,#tiraIzqSec2{
    height: 594px;
    width: 36px;
}   
#lateralSec1,#lateralSec2{
    height: 420px;
    width: 284px;
}    
#escaparateSec1,#escaparateSec2{
    width: 284px;
    height: 174px;
}  

    }    
    
    
    
    