@charset "utf-8";


.crop *{
display: block;
}

.crop .cropFotoP{
overflow: hidden;
width: 235px;
}
.crop .cropFotoP:hover{
border: 3px solid #0036DE;
width: 229px;
height:104px;
}
* html .crop .cropFotoP:hover{
border: 3px solid #0036DE;
width: 235px;
height:110px;
}
.crop .cropFotoP:hover img{
margin:-3px 0 0 -3px;
width: 235px;
}