#pop {
   width: 580px;
   height:auto;
	display:block;
   background-color: red;
	visibility:visible;
   z-index:2;
   position:absolute;
   text-align:center;
   color: #000;
   border-radius: 15px;
   top:200px!important;
}

#cerrar {
   float:right;
   cursor:pointer;
   font-family:Verdana, Geneva, sans-serif;
   font-size:22px;
   font-weight:bold;
   position:relative;
   text-align:center;
   color:#FFF;
   background-color:#000;
   padding:5px;
}

#textoPopup{
   width: 550px;
   padding: 5px;
   margin: 20px auto 10px;
   text-align: center;
   font-family: sans-serif !important;
   font-size: 16px;
}
   #textoPopup * {font-family: sans-serif !important;}

   #textoPopup .tituloRojo{
      color: white;
      font-size: 28px;
      font-weight: bold;
      display: block;
      margin-bottom: 10px;
   }

    #textoPopup .subtituloRojo1{
      color: white;
      font-size: 20px;
      display: block;
      padding-bottom: 6px
   }

   #textoPopup .subtituloRojo2{
      color: white;
      font-size: 18px;
      display: block;
      padding-bottom: 30px
   }

   #textoPopup .tituloAzul{
      color: #3C97FF;
      font-size: 24px;
      font-weight: bold;
      display: block;
      margin-top: 10px;
   }

    #textoPopup .tituloAmarillo{
      color: #FFDC2A;
      font-size: 24px;
      font-weight: bold;
      display: block;
      margin-top: 10px;
   }