body {
  font: 600 14px/24px"Palatino Linotype", "Book Antiqua", Palatino, serif;
  color: white;
  margin: 12px 0;
  background: url(imagenes/fondo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='imagenes/fondo.jpg',
sizingMethod='scale');

-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(
src='imagenes/fondo.jpg',
sizingMethod='scale')";


}

html, body {
            height: 100%;
            margin: 0;

        }

        #wrapper {
            min-height: 100%; 
        }




.box {
  background: #4CC4A0;
  border-radius: 6px;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition-property: background;
  transition-duration: 1s;
  transition-timing-function: linear;
  width: 95px;
}
.box:hover {
  background: #585A59;
}
.card-container {
  cursor: pointer;
  height: 150px;
  perspective: 600;
  position: relative;
  width: 150px;
}
.card {
  height: 100%;
  position: absolute;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  width: 100%;
}
.card:hover {
  transform: rotateY(180deg);
}
.card .side {
  backface-visibility: hidden;
  border-radius: 6px;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.card .back {
  background: #eaeaed;
  color: #0087cc;
  line-height: 150px;
  text-align: center;
  transform: rotateY(180deg);
}
img {
}
.opaco
{
    opacity: 0.15;
    filter: alpha(opacity=15); /* For IE8 and earlier */
}
p
{
	font: 600 14px/24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
  	margin: 12px 0;
  	color: #585E5A;
}
.tabla
{
	font-size=10;
	font-style: normal;
}
h1
{
	font: 600 50px/10px Impact, Charcoal, sans-serif
}
div.transbox {
  margin: 10px;
  background-color: #000000;
  border: 5px solid black;
  opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}
div.transbox p {
  margin: 5%;
  font-weight: bold;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100); /* For IE8 and earlier */
  
}
div.background {
  background: url(imagenes/fondo.jpg) repeat;
  background-size:cover;
  border: 1px solid black;
  margin:0;
}























