﻿#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%;
}

.panel-heading {
    cursor: pointer;
}

.panel.hoverable {
    transition: box-shadow .25s;
    margin: .5rem 0 1rem 0;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

.panel.hoverable:hover {
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)
}
