@charset "utf-8";

.crop1 *{
display: block;
}

.crop1 .cropFotoP1{
overflow: hidden;
width: 300px;
}
.crop1 .cropFotoP1:hover{
border: 3px solid #0036DE;
width: 294px;
height:196px;
}
* html .crop1 .cropFotoP1:hover{
border: 3px solid #0036DE;
width: 300px;
height:202px;
}
.crop1 .cropFotoP1:hover img{
margin:-3px 0 0 -3px;
width: 300px;
}


.crop *{
display: block;
}

.crop .cropFotoP{
overflow: hidden;
width: 105px;
}
.crop .cropFotoP:hover{
border: 3px solid #0036DE;
width: 99px;
height:65px;
}
* html .crop .cropFotoP:hover{
border: 3px solid #0036DE;
width: 105px;
height:71px;
}
.crop .cropFotoP:hover img{
margin:-3px 0 0 -3px;
width: 105px;
}