.other-versions {
	display: none;
}


.ics-cuadro-warning {
    background: #fff8f7;
    border: 1px solid #d04437;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    margin: 10px 10px 1em 0px;
    min-height: 20px;
    padding: 10px 10px 10px 10px;
    position: relative;
    clear: right;
    float: left;
}

.ics-cuadro-nota {
    background: #fffdf6;
    border: 1px solid #ffeaae;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333;
    margin: 10px 10px 1em 0px;
    min-height: 20px;
    padding: 10px 10px 10px 10px;
    position: relative;
    clear: right;
    float: left;
}