﻿.controlFotos{
    padding: 0
}
.controlFotos .envolturaElemento{
    /*border:1px solid #000;*/
    width:80px;
    height:130px;        
    text-align:center;
    font:16px Arial, Helvetica, sans-serif;
    color:#848484;
    vertical-align:middle;
}
.controlFotos .inline-Block{
    display:inline-block;
    _display:inline;
    _zoom:1;
    *display:inline;
    *zoom:1;
}
.controlFotos .btnAgregar {
    position: relative;
    overflow:hidden;
    height:25px;
    background:url("../imagenes/btn-anadir.png") center no-repeat;            
}
.controlFotos .btnEliminar{
    position: relative;
    overflow:hidden;
    height:25px;
    background:url("../imagenes/btn-eliminar.png") center no-repeat;            
    cursor:pointer;
}
.controlFotos .btnAgregar input{
     position:absolute;
     top:0;
     right:0;          
     cursor:pointer;
     opacity:0;     
     filter: alpha(opacity=0);     
}
.controlFotos .envolturaElemento .divFoto{
    width:60px;
    height:60px;
    padding:10px;
    display:none;
    FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);
    /*background:url("/imagenes/loadImg.gif") center no-repeat;*/
}