.divForm {
    width:360px;
    margin:100px auto;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    padding:20px;
    border-radius:5px;
    background-color:#fff;
}

.fondowall {
    background-color:#ccc;
}

.padBot0Frm{
    padding-bottom:0;
    margin-top:40px;
}

.ulimages {margin:0;padding:0;  list-style: none;}
.ulimages li {float:left;position:relative;width:100px;height:100px;margin:2px;}
.ulimages li img { width:100px;height:100px;}
.ulimages li a {position:absolute;width:20px;height:20px;background:#000000;top:2px;right:2px;color:#fff;border-radius:50%;text-decoration:none;font-weight:bold;text-align:center;}
.ulimages li a:hover {background:#B81919;}

.divContenedor{
    margin-top:75px;
    padding:20px;
    min-height:500px;
    margin-bottom:10px;
    background-color:#ffffff;
} 