.body-header-superior {
    height: 5px;
	background-color: black;
}
/*
#telefonoCabecera{
    position: absolute;
    right: 60px;
    color: white;
    font-size:18px;
}

@media (max-width: 768px) {
     #telefonoCabecera{
           right: 80px;
           top: 50px;
     }
}*/




.navbar-wrapper {
    position: absolute;
    top: 30px;    
    right: 0;
    left: 0;
    z-index: 20;
}

header {
    background-color: #222;
    height: 110px !important;
}

#contenedorBanderas{  
   position: absolute !important;
   top:0;
   width:100%;
   padding:5px;
}

#contenedorBanderas .container div{  
   display:inline-block;
   float: right;
   text-align:left;
}

#contenedorBanderas #telefonoCabecera{
    width: 20%;
    color: white;
    font-size:18px;
}


#contenedorBanderas #misBanderas{
    width: 10%;
    
}

#contenedorBanderas #misBanderas img{
   margin: 0 1%;
}

@media (max-width: 1000px) {
     /*#contenedorBanderas #misBanderas img{
           margin: 0 3%;
      }*/

    #contenedorBanderas #telefonoCabecera{
        width: 30%;
    }


    #contenedorBanderas #misBanderas{
        width: 30%;
    
    }
}



@media (max-width: 660px) {
     /*#contenedorBanderas #misBanderas img{
           margin: 0 3%;
      }*/       
   

    #contenedorBanderas #telefonoCabecera{
        width: 60%;
         font-size:15px;
        /*text-align: left !important;*/
      
    }


    #contenedorBanderas #misBanderas{
       /* width: 30%;*/
      text-align: center;  
 float: right !important;  
    }


.cnt223{
width: 100% !important;
height:30% !important;
}

}




/****************************/



.cnt223 a{
text-decoration: none;
}
.popup{
    z-index: 200 !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    background-color: rgba(150, 150, 150, 0.48) !important;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    
}


.cnt223{
/*min-width: 600px;*/
width: 60%;
/*min-height: 150px;*/
height:40%;
margin: 100px auto;
background: #f3f3f3;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
animation: mymove 5s;

/*background-image: url("../images/CARTELjpg.jpg");
background-repeat: no-repeat;
background-size: 100%;*/
text-align: center;
}


@keyframes mymove {
  0% {        
        transform: translatex(200px) translatey(200px);
        opacity: 0;
    }
    100% {
        transform: translatex(0px) translatey(0px);
        opacity: 1;
    }
/*
  0%   { opacity: 0; }
  100% { opacity: 1; }*/
}

.cnt223 p{
clear: both;
    color: #555555;
    /* text-align: justify; */
    font-size: 20px;
    font-family: sans-serif;
}
.cnt223 a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}


.cnt223 a:focus{
   color: blue !important;
}

.htmlParrafo1{
width:100%;
list-style:none;
margin:0;
padding:0;
}

.htmlParrafo1 li{
display:inline-block;
vertical-align: middle;
}


.htmlParrafo1 .parrafoGrande{
width:70%;
}


.htmlParrafo1 .parrafoPequeno{
width:30%;
}


@media (max-width: 980px) {

.htmlParrafo1 li{
display:block;
}


.htmlParrafo1 .parrafoGrande{
width:100%;
}


.htmlParrafo1 .parrafoPequeno{
width:100%;
text-align:center;
}
}









