﻿ body {
  /*height:100vh;*/
  /*min-height:100%;*/
  background-color:moccasin;
}



* {
margin:0;
padding:0;

}

#principaldv {
/*height:100vh;*/
 min-height:100%;
width:100%;
min-height:100%;


margin:0 auto;
max-width:1500Px;
 background-color:moccasin;
}

#cabeceradv {
    /*height:15%;*/
width:100%;


margin:0 auto;
 background-color:orange;
 text-align:center;
 font-size:25px;

}

#cabeceradv img {
    width:75%;
    /*height:110%;*/
}


#centraldv {
     /*height:40%;*/
width:100%;
margin:0 auto;
 background-color:moccasin;
 text-align:center;
 font-size:18px;

}


 




#banderasdv {
    /*height:15%;*/
width:100%;
margin:0 auto;
 background-color:moccasin;
 text-align:center;
 font-size:18px;

}

#llamadadv {
    /*height:15%;*/
width:100%;
margin:0 auto;
 background-color:moccasin;
 text-align:center;
 font-size:18px;

}

#llamadadv img {
   display:block;
margin:auto;
}



#bajodv {
    /*height:5%;*/
width:100%;
margin:0 auto;
 background-color:moccasin;
 text-align:center;
 font-size:34px;

}


