Bienvenido a la Guía Interactiva del Expositor
¿Cómo podemos ayudarle?
/* Here you can add custom CSS for the current table */ /* Lean more about CSS: https://en.wikipedia.org/wiki/Cascading_Style_Sheets */ /* To prevent the use of styles to other tables use "#supsystic-table-2" as a base selector for example: #supsystic-table-2 { ... } #supsystic-table-2 tbody { ... } #supsystic-table-2 tbody tr { ... } */ #supsystic-table-2 { text-align:center; border-bottom: 0 !important; background-color: transparent !important; } #supsystic-table-2 span.label-fila { font-weight: bold; margin: 0 30px 0 15px; position: relative; top: -35px; } #supsystic-table-2 tbody tr { background-color: transparent !important; } #supsystic-table-2 thead { display:none; } #supsystic-table-2 * { border:0; } #supsystic-table-2 a img { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; border: 5px solid #D40F1E; padding: 5px; margin: 10px 0; -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75); -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75); box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.75); background: #FFFFFF !important; }