       .muneco-house {
            width:100%;
            height:100%;
            display: block;
            border: 0px solid green;

        }


        .muneco-marco {
            width:78%;
            margin-left: auto;
            margin-right: auto;
            border: 0px solid red;
            position: relative;
            
            text-align: center;
        }

        .muneco {
            vertical-align: top;
            display: inline-block;
            border:0px solid red;
            margin:1em;
            
            background:rgba(102,153,204,0.3);
            border-radius: 1em;
       
            
            box-shadow: rgb(80,80,80) 5px 5px 10px,
                        rgb(20,20,20) -5px -5px 10px inset;
            text-shadow: rgb(255,255,255) 1px 1px 1px;            
            width:27%;
            height:100px;
            color:rgb(0,0,0);
      

        }

        .muneco:hover {
            background:rgba(51,102,153,0.9);
            text-shadow: rgb(0,0,0) 1px 1px 1px;            
            color:rgb(255,255,255);
            cursor:pointer;
        }

        .muneco img {
            width:80px;
            float:left;
            padding-left: 0.5em;
            padding-top: 1em;
            
        }

        .muneco span {
            display:block;            
            border: 0px solid orange;
            width: auto;
            padding-right: 1em;
            padding-top: 1em;

        }

