<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flft { float: left; }
.frgt { float: right; }

#logo { padding: 5px; }

.secondary-bar { background: #DFDFDF; list-style:none; margin:0; padding: 5px 10px 3px; border-top:1px solid #999;font-size:80%; }
.secondary-bar li { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.ref { border: 1px solid #999; padding: 15px;}
.ui-title { padding: 5px;}

/*
   Custom dialogs jQM backgrounds
*/

.ui-dialog-background { opacity: 0.5; display: block !important; -webkit-transition: opacity 0.5s ease-in; }
.ui-dialog-background.pop.in { opacity: 1; -webkit-transition: opacity 0.5s ease-in; }
.ui-dialog { min-height: 100% !important; background: transparent !important; }

/* Boostrap and jQM customs */

.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}
.ui-page {background:linear-gradient(#FFFFFF, #EEEEEE) repeat scroll 0 0 #F0F0F0; text-align:left !important;}

.associationInteraction {
   clear: both;
}

.associate_pairs {
    float: left;
}

.associate_pair {
    clear: both;
}

.associate_pair .droppable {
    border: 1px solid #ddd;
    position: relative;
    text-align: center;
    float: left;
    border-radius: 5px;
}

.associate_pair .droppable:nth-child(1) {
    border-right: 1px dashed #ddd;
}

.associate_pair .droppable:nth-child(2) {
    border-left: 0px;
}


.associate_pair .droppable span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.associationInteraction .dragger {
    float: left;
}

.presentation-title h2 { border-bottom: 1px dotted #999; padding-bottom:5px;}
.presentation-content ul li { padding:0 0 10px; }
.presentation-content { border-bottom: 1px dotted #999;}
.activity-content.inline-select select { width: auto; padding: 2px 3px; height: auto; line-height: auto; margin-bottom: 2px;}

.subrayado { text-decoration: underline;
 }
 
.cajagris {
background-color:#eaeaea; 
border:solid 1px #b1b1b1; 
padding:8px; 
-moz-border-radius:10px; 
-webkit-border-radius: 10px;
}

.txt_tabla { 
margin-right:10px; 
text-align:center; 
}

.txt_tabla2 { 
margin-right:45px; 
text-align:center; 
}

.centro { text-align:center;
}

</pre></body></html>