@charset "utf-8";
/* CSS Document */
body{
	background-color:white;
}
#contenedor{
	width: 100%;
	height: 100%;
}
/* Classes */
.logo{
	padding: 1%;
}
.original{
	padding-top: 1%;
}
.catalogo{

}
.container1{
}
.imagen1{
	width: 250px;
	height: auto;
	-webkit-box-shadow: 2px 2px 5px #999;
  -moz-box-shadow: 2px 2px 5px #999;
  filter: shadow(color=#999999, direction=135, strength=2);
}
.texto1{
    font-family: 'dejavu_sanscondensed';
	font-size: 1.2em;
	text-align: center;
	padding-bottom: 9px;
}
.texto2{
    font-family: 'dejavu_sanscondensed';
	font-size: 1em;
	text-align: center;
color: #858F98;
}
.texto3{
    font-family: 'dejavu_sanscondensed';
	font-size: 1.1em;
	width: 100%;
	text-align: center;
color: #858F98;
	padding-bottom: 3%;
}
.nolink{
color: #2A2A2A;
	text-decoration: none;
}
/* Cajas Flexibles */
.flex-container {
  display: flex;
	align-items: center;
}

.flex-container > div {
  background-color: white;
}
.flex-container1 {

	height: auto;
  display: flex;
  flex-wrap: wrap;
	justify-content:  space-around;
}

.flex-container1 > div {
	width: 260px;
	background-color: white;
	margin-bottom: 2%;
	margin-left: 2%;
	margin-right: 2%;
justify-content: center;
  align-items: center;
}

/* Degrade */
.degrade{
margin-top: 1%;
margin-bottom: 5%;
height: 2px;
background: rgba(226,226,226,1);
background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(50%, rgba(219,219,219,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );

}