.imagen
{
    
    width: 19px!important;
	height: 26% !important;
	display: flex !important;
	justify-content: center  !important;
	align-items: center !important;
	text-align: center !important
	color: #fff !important;
	top: 35% !important;
	position: absolute !important;
	z-index: 5 !important;
    margin-left: 65px !important;
    text-decoration: underline!importan;
    /************/
     -webkit-width: 19px!important;
	-webkit-height: 26% !important;
	-webkit-display: flex !important;
	-webkit-justify-content: center !important;
	-webkit-align-items: center !important;
	-webkit-text-align: center !important
	-webkit-color: #fff !important;
	-webkit-top: 35% !important;
	-webkit-position: absolute !important;
	-webkit-z-index: 5 !important;
    -webkit-margin-left: 65px !important;
    -webkit-text-decoration: underline!importan;
    
    /**********************/
      
     -moz-width: 19px!important;
	 -moz-height: 26% !important;
	 -moz-display: flex !important;
	 -moz-justify-content: center !important;
	 -moz-align-items: center !important;
	 -moz-text-align: center !important
	 -moz-color: #fff !important;
	 -moz-top: 35% !important;
	 -moz-position: absolute !important;
	 -moz-z-index: 5 !important;
     -moz-margin-left: 65px !important;
     -moz-text-decoration: underline!importan;
      /**********************/
       -ms-width: 19px!important;
	-ms-height: 26% !important;
	 -ms-display: flex !important;
	 -ms-justify-content: center !important;
	 -ms-align-items: center !important;
	-ms-text-align: center !important
	 -ms-color: #fff !important;
	-ms-top: 35% !important;
	-ms-position: absolute !important;
	 -ms-z-index: 5 !important;
     -ms-margin-left: 65px !important;
     -ms-text-decoration: underline!importan;
    /*********************/
        -o-width: 19px!important;
	-o-height: 26% !important;
	-o-display: flex !important;
	-o-justify-content: center !important;
	-o-align-items: center !important;
	-o-text-align: center !important
	-o-color: #fff !important;
	-o-top: 35% !important;
	-o-position: absolute !important;
	-o-z-index: 5 !important;
    -o-margin-left: 65px !important;
   -o-text-decoration: underline!importan;
    
  -o-
}

#nos
{
    margin-left: 15px !important;  
}



@font-face {
    font-family: 'klav';
    src: url('../fuentes/klavika-light-webfont.woff2') format('woff2'),
        url('../fuentes/klavika-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.direcciones {

    font-family: 'klav';
    border-radius: 7px;
    box-shadow: 0px 0px 4px 2px rgb(255, 255, 255);
    padding: 0 10px;
    position: relative;
    text-align: center;
    width: 64%;
    margin: 0 18%;
}

.direcciones .ad .table {

    text-align: justify;
    width: 100%;
    margin: 0 0%;
    letter-spacing: 2;
    font-family: "klav";
    font-size: 20px;
}

.direcciones h2 {

    font-family: 'klav';
    font-size: 28px;
    letter-spacing: 3;
}

.direcciones h3 {
    margin: -20px 0;
    font-family: 'klav';
    font-size: 28px;
    letter-spacing: 3;
}

.direcciones p {
    letter-spacing: 2;
    font-family: "klav";
    font-size: 20px;

}




/*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.imges {
    background: #3a3a3a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3a3a3a, #00237f);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00237f, #0872b5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'klav';

    border-radius: 7px;
    box-shadow: 0px 0px 4px 2px rgb(255, 255, 255);

}


/**********************/


<style > .dropdown1 {
    width: 50% !important;
    position: relative;
    display: block;
    margin-top: 0.5em;
    margin: 0px 30%;
    position: relative;

    
    
    

}

/*.dropdown1 {
        width: 50% !important;     
        position: relative;
        display: block;
        margin-top: 0.5em;
        margin: 0px 30% ;
     
        
          
               
    }
     */

.dropdown1 select {
    /*
    width: 90% !important;
    margin: 0 9% 0 !important;
    background: none;
    border: 1px solid transparent;
    outline: none;

    box-sizing: border-box;

    /*-webkit-appearance: none;
appearance: none;
        -webkit-appearance: none;
    font-size: 19px;
    color: #3a3a3a !important;
    padding: 0 !important;
    /* padding: 1px 1.9px .5px 40%;
    text-align: justify !important;
*/
  
     width: 100% !important;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none; 
    text-align: center !important;



}
.dropdown1 select :hover {

}

.dropdown1 select {
    font-family: "Klav";
}

.dropdown1::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 8px;
    top: 50%;
    right: 1em;
    margin-top: -4px;
    z-index: 2;



}

.dropdown1:hover {/*
    
    border: 1px solid #888;*/

      background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;


}

.button {
    /*
    width: 50% !important;
    border: 1px solid #bbb;
    border-radius: .3em;
    box-shadow: 0 1px 0 1px rgba(0, 0, 0, .04);
    background: #f3f3f3;
    padding: 0 5% 0 !important;
    margin: 0 1% 0;
    
    */
         width: 30% !important;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: "Klav";
  color: #ffffff;
  font-size: 20px;
  padding: 0px 0px 0px 0px;
  border: solid #3a3a3a 2px;
  text-decoration: none; 
   



}
#selector >option
{


        background: #3a3a3a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,#00237f, #00237f);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,#00237, #00237f);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    

}

.output {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    background: #3a3a3a;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #3a3a3a, #00237f);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #00237f, #0872b5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'klav';
    height: 100%;
    margin-top: 13px;
}





.suc {
    padding: 2em;
    color: #fff;
    display: none;
}

a {
    color: #c04;
    text-decoration: none;
}

a:hover {
    color: #903;
    text-decoration: underline;

}

.wrap img {
    float: none;
    display: block;
    margin: 0 auto;
    height: 30% !important;
    padding-top: 10px;
    width: 80% !important;
    padding-bottom: 40px !important;
}

.wrap iframe {
    float: none;
    display: block;
    margin: 0 auto;
    height: 550px !important;
    padding-top: 10px;
    width: 80% !important;
    padding-bottom: 40px !important;
}


.ad {
    background: none;
    /* fallback for old browsers *
    background: -webkit-linear-gradient(to right, #00237f, #0872b5);
    /* Chrome 10-25, Safari 5.1-6 *
    background: linear-gradient(to right, #00237f, #0872b5);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'klav';
    color: white;
    font-size: 22px;

}







.ad {

    /*background: #3a3a3a;
        /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #00237f, #0872b5);
        /* Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #00237f, #0872b5);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'klav';
    color: white;
    font-size: 25px;

}



</style >
/************************************/



.footer__left {

    margin: 0 600px !important;
    padding: 0 60px !important;
    display: -webkit-box;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}

@media (min-width: 768px) {
    .footer__left {
        margin: auto 0;
    }
}






/*****************footer icos**************/

/***********Correp********************/
.sm-item {
    display: inline-block;
    height: 49px;
    width: 49px;
    text-align: center;
    line-height: 48px;
    background: #6c7a89;
    color: #ececec;
    border-radius: 30%;
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;

}

.sm-item:hover {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
}

/************FB****/
.sm-item-fb {
    display: inline-block;
    height: 49px;
    width: 49px;
    text-align: center;
    line-height: 49px;
    background: #3B5998;
    color: #ececec;
    border-radius: 30%;
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;

}

.sm-item-fb:hover {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
}


#social-fb:hover {
    color: white;
}

/*********************TW***********************************/
.sm-item-tw {
    display: inline-block;
    height: 49px;
    width: 49px;
    text-align: center;
    line-height: 48px;
    background: #4099FF;
    color: #ececec;
    border-radius: 30%;
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;

}

.sm-item-tw:hover {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
}


#social-tw:hover {
    color: white;
}



/************FB****/
.sm-item-fb {
    display: inline-block;
    height: 49px;
    width: 49px;
    text-align: center;
    line-height: 49px;
    background: #3B5998;
    color: #ececec;
    border-radius: 30%;
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;

}

.sm-item-fb:hover {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
}


#social-fb:hover {
    color: white;
}
/***********************Intagram*************************************/

.sm-item-inst {
    display: inline-block;
    height: 49px;
    width: 49px;
    text-align: center;
    line-height: 49px;
  /**********************/
    background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    /***********************/
    color: #ececec;
    border-radius: 30%;
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;

}



.sm-item-inst:hover {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
}


#social-inst:hover {
    color: white;
}
/**************************fin instagram****************/
/***********************whatsapp*************************************/

.sm-item-wtp {
    display: inline-block;
    height: 49px;
    width: 49px;
    text-align: center;
    line-height: 49px;
  /**********************/
   color:#fff;
  background:
  linear-gradient(#25d366,#25d366)10px 50%/2px 2px no-repeat,
  radial-gradient(#25d366 99%,transparent 0);
    /***********************/
   
    border-radius: 30%;
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;

}



.sm-item-wtp:hover {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
}


#social-wtp:hover{
    color: white;
}
/***********************fin wtp***********************/
/*********************TW***********************************/
.sm-item-tw {
    display: inline-block;
    height: 49px;
    width: 49px;
    text-align: center;
    line-height: 48px;
    background: #4099FF;
    color: #ececec;
    border-radius: 30%;
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;

}

.sm-item-tw:hover {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
}


#social-tw:hover {
    color: white;
}


/*************************Productos*******************/

.Show
{
  
    margin: 0 30% 0px;
    width: 40% !important;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide {
    
    display: none;
    
  margin: 0 30% 0px;
    width: 40% !important;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}



#target {
    width: 100% !important;
    position: static;
    display: none;
}

/**************************************/
.Show1
{
    
     background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
}
.Show1:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.Hide1 {
    display: none;
    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
}
.Hide1:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target1 {
    width: 100% !important;
    position: static;
    display: none;
}
/*******************************/
.Show2
{
     background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;  
}
.Show2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.Hide2 {
    display: none;
    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
}
.Hide2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}




#target2 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************/
.Show3
{
     background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;  
}
.Show3:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.Hide3 {
    display: none;
    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
}
.Hide3:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target3 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/

.Show4
{
     background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;  
}
.Show4:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.Hide4 {
    display: none;
    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
}
.Hide4:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target4 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/

.Show5
{
     background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;  
}
.Show5:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.Hide5 {
    display: none;
    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
}
.Hide5:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


#target5 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/

/************REPITIENDO DATOS 2*****************************/

/**************************************/

.Show01
{
  
   margin: 0 30% 0px;
    width: 40% !important;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show01:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide01 {
        margin: 0 26% 0px;
    width: 50% !important;
    
    display: none;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide01:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target011 {
    width: 100% !important;
    position: static;
    display: none;
}
/****************001***************/


.Show001
{
  

    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show001:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide001 {
    
    
    
    display: none;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide001:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


#target001 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************/

/*******************************/

.Show002
{
  

    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show002:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.Hide002 {
    
    display: none;
    
 
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide002:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target002 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************/

.Show003
{
  

    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show003:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide003 {
    
    display: none;
    
 
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide002:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target003 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/

.Show004
{
  

    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show004:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide004 {
    
    display: none;
    
 
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide004:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


#target004 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/

.Show005
{
  

    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show005:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide005 {
    
    display: none;
    
 
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide005:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target005 {
    width: 100% !important;
    position: static;
    display: none;
}

/***************************************/

/************REPITIENDO DATOS 3*****************************/

/**************************************/


.Show0001
{
  
     margin: 0 30% 0px;
    width: 40% !important;
    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0001:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0001 {
  margin: 0 30% 0px;
    width: 40% !important;
    
    display: none;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0001:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0001 {
    display: none;
}

#target0001 {
    width: 100% !important;
    position: static;
    display: none;
}


/*******************************/


.Show0022
{


    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0022:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0022{
    
    display: none;
    
   
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0022:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target0022{
    width: 100% !important;
    position: static;
    display: none;
}


/*************/


.Show0033
{


    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0033:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0033{
    
    display: none;
    
   
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0033:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target0033
{
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/


.Show0044
{


    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0044:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0044{
    
    display: none;
    
   
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0044:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


#target0044 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/


.Show0055
{


    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0055:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0055{
    
    display: none;
    
   
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0055:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


#target0055 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/

.Show0066
{


    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0066:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


.Hide0066{
    
    display: none;
    
   
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0066:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}



#target0066 {
    width: 100% !important;
    position: static;
    display: none;
}

/**************************************************/

/************REPITIENDO DATOS 4*****************************/

/**************************************/


.Show0002
{
  
  margin: 0 30% 0px;
    width: 40% !important;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0002:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0002 {
    
    margin: 0 30% 0px;
    width: 40% !important;
    display: none;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0002:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0002 {
    display: none;
}

#target0002 {
    width: 100% !important;
    position: static;
    display: none;
}


/*******************************/


.Show0023
{


    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0023:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0023{
    
    display: none;
    
   
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0023:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target0023{
    width: 100% !important;
    position: static;
    display: none;
}


/*************/


.Show0034
{


    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0034:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0034{
    
    display: none;
    
   
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0034:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target0034
{
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/


.Show0045
{


    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0045:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0045{
    
    display: none;
    
   
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0045:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}


#target0045 {
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/

/************REPITIENDO DATOS 5*****************************/

/**************************************/


.Show0003
{
  
       margin: 0 30% 0px;
    width: 40% !important;
    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0003:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0003 {
     margin: 0 30% 0px;
    width: 40% !important;
    display: none;
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0003:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0003 {
    display: none;
}

#target0003 {
    width: 100% !important;
    position: static;
    display: none;
}


/*******************************/


.Show0024
{


    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0024:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0024{
    
    display: none;
    
   
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0024:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target0024{
    width: 100% !important;
    position: static;
    display: none;
}


/*************/


.Show0035
{


    
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;   
}
.Show0035:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.Hide0035{
    
    display: none;
    
   
      background: #0872b5;
  background-image: -webkit-linear-gradient(top, #0872b5, #00237f);
  background-image: -moz-linear-gradient(top, #0872b5, #00237f);
  background-image: -ms-linear-gradient(top, #0872b5, #00237f);
  background-image: -o-linear-gradient(top, #0872b5, #00237f);
  background-image: linear-gradient(to bottom, #0872b5, #00237f);
  -webkit-border-radius: 34;
  -moz-border-radius: 34;
  border-radius: 34px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 7px 15px 11px 15px;
  border: solid #1f628d 2px;
  text-decoration: none;
    
}
.Hide0035:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#target0035
{
    width: 100% !important;
    position: static;
    display: none;
}
/*************************/






