﻿
#ismobile, #istablet, #isdesktop { display: none; position: absolute; top: 0; left: 0;}

@media only screen and (min-width: 1024px) {
    #isdesktop { display: inline-block; }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #istablet { display: inline-block; }
}

@media only screen and (max-width: 767px) {
    #ismobile { display: inline-block; }
}

.antispam { display: none; }

table.top_positions { margin-bottom: 20px; }

.popup-general-cta-access .popup_buttons_list { text-align: center !important; margin-top: 20px; }

.module-registration-header { border-bottom: none !important; padding: 0px !important; }

.pt20 { margin-top: 20px !important; }

figure.module-resource_item_image { vertical-align: top !important; }


li.module-resource_wrap_coloumn { vertical-align: top !important; }

/* CPM. 2017/06/15: Se comenta box-sizing a petición de redbility */
/*
.module-team .module-list_image img {
    height: auto !important;
}
*/

p.fecha-datos { font-size: small; text-align: left; margin-top: 5px; }