@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
 
html,body{
  color: white;
  font-family:'Opens Sans',helvetica;  
  height:100%;
  width:100%;
  margin: 0px;
}
 
.portada{

   background-size: cover;
   height: 100%;
   width: 100% ;
   text-align: center;
 
}
.text{
padding: 0px   88px;
  text-shadow: 2px 2px 2px #4a2962;
    background: url(fondo5.png) ;


  display: inline-block; 
 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
      background-size: cover;
}

.zoom {
    transition: transform .2s; 
		z-index: 9999;
}
 
.zoom:hover {
    transform: scale(1.3);
	 	z-index: 9999;

}
.zoom:hover {
    transform: scale(1.3);
	 	z-index: 9999;
}
