﻿#idfichamarc{
    display:none;
}
/*.row{
    overflow:hidden; 
}

[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}*/

#one-true { overflow: hidden; }
#one-true [class*="col-"] {
	/*width: 27%;
	padding: 30px 3.15% 0; 
	float: left;*/
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}

 .formatoImg {
                width: 130px;
                height: 150px;
                overflow: hidden; /* contain images within thumbnail boundaries */
                border: 0; /* removes Bootstrap's default border */
                /*box-shadow: 0 12px 12px -10px #c4c4c4;
                -webkit-box-shadow: 0 17px 22px -20px #c4c4c4;
                -moz-box-shadow: 0 12px 12px -10px #c4c4c4;*/
            }

                .formatoImg img {
                    width: auto;
                    height: 100%;
                }
        
