

@import url(http://fonts.googleapis.com/css?family=Open+Sans);


.containerDos{   

display: inline-block; 
vertical-align:top;
width:200px; 
height:100px;
align:'center';
background-color:#000;

}

.foto_ponentes{
	
    -webkit-filter: sepia(60%); /* Chrome, Safari, Opera */
    filter: sepia(100%);
	 border-radius: 50%;
     -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	border: 8px solid #3AC6DC; 
	

	 

}


/* EFECTO EN PRUEBA*/

.container {
	
 vertical-align:top;
  width:30%; 
  align:'center';	
  
display: inline-block; 
vertical-align:top;
width:200px; 
height:200px;
align:'center';
background-color:#000;


	 border-radius: 10px;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 

}
.div-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
  	 border-radius: 10px;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
  
}
.div-img.hidden {
  overflow: hidden;
  
  	 border-radius: 10px;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
  
}
.div-img .img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  
  
  
      -webkit-filter: sepia(60%); /* Chrome, Safari, Opera */
    filter: sepia(100%);
	 border-radius: 10px;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
  
  
  
}
.div-img:hover .img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  
  
  
  	
    -webkit-filter: sepia(60%); /* Chrome, Safari, Opera */
    filter: sepia(100%);
	 border-radius: 10px;
     -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
}













