* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
.img {vertical-align: middle;}	
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

.row .column_esp {
  float: left;
  width: 25%;
  padding: 0px;
  margin: 0px;
  /*
   height: 300px; Should be removed. Only for demonstration */
}
.row .column_esp50 {
  float: left;
  width: 50%;
  padding: 0px;
  margin: 0px;
  /*
   height: 300px; Should be removed. Only for demonstration */
}
.column_file {
  float: left;
  width: 10%;
  padding: 0px;
  margin: 0px;
  /*
   height: 300px; Should be removed. Only for demonstration */
}
.column_des {
  float: left;
  width: 75%;
  padding: 0px;
  margin: 0px;
  /*
   height: 300px; Should be removed. Only for demonstration */
}
.column_date {
  float: left;
  width: 15%;
  padding: 0px;
  margin: 0px;
  /*
   height: 300px; Should be removed. Only for demonstration */
}
.column_new {
  float: left;
  width: 15%;
  padding: 0px;
  margin: 0px;
  /*
   height: 300px; Should be removed. Only for demonstration */
}



@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.sombra_caja{
	border-radius: 15px;
	position:  relative;
	margin:  auto;
	display: -webkit-flex;
	display:  -ms-flexbox;
	display:  flex;
	-webkit-align-items: center;
	-ms-flex-align:  center;
	align-items: center;
	box-sizing: border-box;
	width: 6em;
	height: 5em;
	background: #ff9;
	/* box-shadow: 1px 1px 2px #333;*/
	-webkit-filter:  drop-shadow(0px 0px 5px #333);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	white-space: normal;
}

.tableshape{
	
-webkit-box-shadow: 0px 1px 30px 10px rgba(68,122,179,0.15);
-moz-box-shadow: 0px 1px 30px 10px rgba(68,122,179,0.15);
box-shadow: 0px 1px 30px 10px rgba(68,122,179,0.15);
}

.tableshape2{
	
-webkit-box-shadow: 0px 1px 30px 10px rgba(138,221,45,0.15);
-moz-box-shadow: 0px 1px 30px 10px rgba(138,221,45,0.15);
box-shadow: 0px 1px 30px 10px rgba(138,221,45,0.15);
}

.tablegradient
{
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
border: 0px solid #000000;
}




@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.container-body{
	flex-wrap:wrap;
}

@media only screen and (max-width: 600px) 
{
  .column_esp .img
  {
  	width: 80%;
  	height: auto;
  }
}





/* Responsive layout - makes the three columns stack on top of each other instead of next to each other 
@media screen and (max-width: 600px) {
  .column_esp {
    width: 100%;
  }
*/