@charset "UTF-8";
/* CSS Document */

.opacity:hover{
   background-color:rgb(102, 59, 42);
   opacity:0.7;
   filter:alpha(opacity=60); /* IE < 9.0 */
   /*width:370px; 
   height:70px; */
}

.rgba{
   background-color:rgba(190,190,190,0.6); /* rgbA */
   width:200px;
   height:70px;
}

div.transbox {
  margin: 5px; 
  background-color: rgba(35,35,35,0.50);
  border: 1px solid black; 
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
  height:70px;
}

div.transbox p {
  /* margin: 2%; */
  font-weight: bold;
  color: #939393
}


.imagen2:hover {
	 -webkit-transform: scale(1.03);
	 -moz-transform: scale(1.03);
	 -o-transform: scale(1.03);
	 -ms-transform: scale(1.03);
	 -transform: scale(1.03);
	 
	 -webkit-filter: brightness(95%);
	 -moz-filter: brightness(95%);
	 -o-filter: brightness(95%);
	 -ms--filter: brightness(95%);
	 -filter: brightness(95%);
}

.imagen3:hover {
 -webkit-filter: brightness(65%);
	 -moz-filter: brightness(65%);
	 -o-filter: brightness(65%);
	 -ms--filter: brightness(65%);
	 -filter: brightness(65%);
}
