* {
  margin: 0;
  padding: 0;
}

html {
  background: ;
}

body {
  width: 100%;
  color: #888;
  /*font: 14px/20px Helvetica, Arial, sans-serif;*/
 /* margin: 20px auto 0;*/
  max-width: 100%;
 /* text-align: justify;*/
 /* text-shadow: 0 -2px 1px #000;*/
 
  -webkit-font-smoothing: antialiased;
  }


 table{
        
    }


/*
p,h4,pre {
  text-align: left;
  max-width: 540px;
  margin: 0 auto 20px;
  }*/

.rslides {
  margin: 0 auto 40px;
  }

#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
  }

.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

a {
  color: #fff;
  text-decoration: none;
  }
  #wrap > header {
	background-color: #37a003;
	padding-bottom: 20px;
}
.logo {
	display: inline-block;
	font-size: 0;
	padding-top:15px;
}

#download {
  background: #333;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 60px auto;
  max-width: 500px;
  padding: 20px;
  }

#download:hover {
  background: rgba(255,255,255,.15);
  }

.footer {
  font-size: 20px;
  }

/* Callback example */

h3 {
  font: 20/30px"Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align:;
  color: #000000;
  }

.events {
  list-style: none;
  }

.callbacks_container {
  margin-bottom: 50px;
  position: absolute;
  float: left;
  width: 50%;
  }

.callbacks {
  position: absolute;
  list-style: none;
  overflow: hidden;
  width: 50%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: absolute;
  z-index: 1;
  height: auto;
  width: 50%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

#slider3-pager a {
  display: inline-block;
}

#slider3-pager img {
  float: left;
}

#slider3-pager .rslides_here a {
  background: transparent;
  box-shadow: 0 0 0 2px #666;
}

#slider3-pager a {
  padding: 0;
}

@media screen and (max-width: 414px ){
	
	.chiquita{
		font-size:9px;
		
	}
	content table{
		padding-top:50%;
	}
	
}
/*
  @media screen and (max-width: 480px) {
      body{
		  
	  }
	  table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
		   width:100%;
		   
       }
      tbody td {
           display: block;
           text-align:left;
		   width:100%;
		   
		   
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:left;
		   width:100%;
		 
       }
}
@media screen and (max-width: 480px) {
    h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
	body {
		
		padding-left:none;
		position:center;
	}
	 div{
		width:100%;
		position:center;
	}
  .callbacks_nav {
    top: 5%;
    }
	button{
		width:100%;
		height:50%;
	}
  }
 /*
 @media screen and (max-width: 740px) {
      body{
		  
	  }
	  table {
		  position:center;
		
           width:100%;
		   background-color:white;
		   padding-right:0%;
		   
		   
       }
       thead {
           display: none;
		  
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
		 padding-bottom:0%;
		   
       }
       tr td:first-child {
		   
           background: #f0f0f0;
           font-weight:bold;
		  
           font-size:1.3em;
		   width:100%;
		   
       }
      tbody td {
		  
           display: block;
           text-align:left;
		   width:100%;
		  
		   
		   
		   
		   
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:left;
		   width:100%;
	
		 
       }
	   #table_padding table{
		   padding-top:20%;
	   }
}
@media screen and (max-width: 740px) {
    h1 {
    font: 24px/50px "Calibri";
    }
	body {
		
	
		position:center;
	}
	header
	{
		
		width:100%;
		padding-top:1%;
		
	
	}
	 div{
		width:100%;
	
		position:center;
	
	}
	content{
		width:100%;
	}
	fadebox{
		width:100%;
	}
	
  .callbacks_nav {
    top: 10%;
    }
	table{
		
	}
	.dos div{
		width:150%;
	}
	#content{
		width:100%;
	}
	.overbox {
	width:100%;
}
.fadebox {
	width:100%;
}
  }
  

    
  /*
@media screen and (max-width: 304px) {
  h1 {
    font: 24px/50px "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
	body {
		
		padding-left:none;
		position:center;
	}
	div{
		width:100%;
		position:center;
	}
  .callbacks_nav {
    top: 5%;
    }
  }
  @media screen and (max-width: 304px) {
      body{
		  
	  }
	  table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
		   
       }
       tbody td {
           display: block;
           text-align:left;
		   width:100%;
		   
		   
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:left;
		 
       }
}
*/
.social {
	 /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left: 0; /* Establecemos la barra en la izquierda */
	top: 200px; /* Bajamos la barra 200px de arriba a abajo */
	/* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
 
	.social ul {
		list-style: none;
	}
 
	.social ul li a {
		display: inline-block;
		color:#fff;
		background: #000;
		padding: 10px 15px;
		text-decoration: none;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}
 
	.social ul li .icon-facebook {background:#3b5998;} /* Establecemos los colores de cada red social, aprovechando su class */
	.social ul li .icon-twitter {background: #00abf0;}
	.social ul li .icon-googleplus {background: #d95232;}
	.social ul li .icon-play {background: red}
	.social ul li .icon-mail {background: #666666;}
 
	.social ul li a:hover {
		background: #000; /* Cambiamos el fondo cuando el usuario pase el mouse */
		padding: 10px 30px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
	}

   


