body {
    background-color: #FFFFFF;
    font-family: Aller, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif !important;
    font-size: 13px;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    border: 0;
    color: #333333;
}

input {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

select {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

textarea {
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 13px;
}

.link1 {
    color: #C7C6C6;
}

.link1:hover {
    color: #FFFFFF;
}

.link2 {
    color: #FFFFFF;
}

.link2:hover {
    color: #FFFFFF;
}

.error {
    background-color: red;
    color: #FFFFFF;
    padding: 5px;
}

.success {
    background-color: green;
    color: #FFFFFF;
    padding: 5px;
}

.error_field {
    font-weight: bold;
    color: red;
}

.void {}

.div_filtro {
    text-align: left;
    margin-right: 15px;
    white-space: nowrap;
    margin-bottom: 25px;
}

.div_acciones {
    float: left;
    text-align: left;
    margin-right: 15px;
    white-space: nowrap;
    margin-bottom: 25px;
}

.div_utils {
    clear: both;
    margin-right: 15px;
    margin-bottom: 25px;
}

.div_navi {
    clear: both;
    margin-right: 15px;
    margin-bottom: 5px;
}

.blueLink:link {
    text-decoration: underline;
    color: #0000EE;
}

.blueLink:visited {
    text-decoration: underline;
    color: #0000EE;
}

.blueLink:active {
    text-decoration: underline;
    color: #0000EE;
}

.blueLink:hover {
    text-decoration: underline;
    color: #0000EE;
}

.mida1 {
    font-size: 0.9em;
}

.butt_compra {
    color: #FFFFFF;
}

.butt_compra:hover {
    color: #ff4411;
}

.butt_compra_2 {
    color: #000000;
}

.butt_compra_2:hover {
    color: #ff4411;
}

.cdp_but1 {
    cursor: hand;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #ff4411;
    border: 1px solid #999999;
}

.cdp_but1:hover {
    background-color: #CC0000;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 17px;
    width: 100%;
    bottom: 0px;
    left: 0;
    background: url(../img/resize-handle.gif) bottom center no-repeat;
    border-bottom: 0px solid #000;
}

#project-container {
    overflow-x: hidden;
    font-size: small;
    border: 1px solid #9BA6C2;
    height: 650px;
    overflow: auto;
    text-align: center;
    vertical-align: middle;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
}

.grupo-clase-propio {
    color: #00AA00;
}

video{
    -webkit-filter: brightness(108.5%);
    border: 1px solid black;
}

#link_twitter {
    background: white url("http://www.mydocumenta.com/data/homepage/twitter1.gif") no-repeat scroll 0 0;
    display: block;
    height: 29px;
    width: 35px;
}

#link_twitter:hover {
    background: white url("http://www.mydocumenta.com/data/homepage/twitter2.gif") no-repeat scroll 0 0;
}

#link_facebook {
    background: white url("http://www.mydocumenta.com/data/homepage/facebook1.gif") no-repeat scroll 0 0;
    display: block;
    height: 29px;
    width: 35px;
}

#link_facebook:hover {
    background: white url("http://www.mydocumenta.com/data/homepage/facebook2.gif") no-repeat scroll 0 0;
}

.thome-cos {
    padding: 15px 15px 15px 25px;
}

.thome-cap {
    color: black;
    font-size: 28px;
}

#thome2 {
    background: white none repeat scroll 0 0;
    color: black;
    font-size: 24px;
    margin-bottom: 10px;
    padding-top: 30px;
}

#home_col1 {
    float: left;
    margin-right: 120px;
    margin-top: 20px;
    width: 500px;
}

#home_col2 {
    float: left;
    margin-top: 20px;
    width: 320px;
}

#loginWithGoogle{
    border-radius: 0;
    color: white;
    font-size: 14px;
    height: 35px;
    width: 195px;
    outline: 0 none !important;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    background-color: #fd4a34;
}

#loginWithGoogle:hover{
    background-color: #f34024;
}

#loginWithFacebook{
    border-radius: 0;
    color: white;
    font-size: 14px;
    height: 35px;
    width: 195px;
    outline: 0 none !important;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    background-color: #37629e;
}

#loginWithFacebook:hover{
    background-color: #2d5894;
}

#connectToGoogle{
    border-radius: 0;
    color: white;
    font-size: 14px;
    height: 35px;
    width: 210px;
    outline: 0 none !important;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    background-color: #fd4a34;
}

#connectToGoogle:hover{
    background-color: #f34024;
}

#connectToFacebook{
    border-radius: 0;
    color: white;
    font-size: 14px;
    height: 35px;
    width: 210px;
    outline: 0 none !important;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    background-color: #37629e;
}

#connectToFacebook:hover{
    background-color: #2d5894;
}

#disconnectFromGoogle{
    border-radius: 0;
    color: white;
    font-size: 14px;
    height: 35px;
    width: 210px;
    outline: 0 none !important;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    background-color: #fd4a34;
}

#disconnectFromGoogle:hover{
    background-color: #f34024;
}

#disconnectFromFacebook{
    border-radius: 0;
    color: white;
    font-size: 14px;
    height: 35px;
    width: 210px;
    outline: 0 none !important;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    background-color: #37629e;
}

#disconnectFromFacebook:hover{
    background-color: #2d5894;
}


/* DETACH */
.gestor-form-detach-top-banner{
    margin-bottom: 35px;
}

.gestor-form-detach-top-banner img{
    max-width: 100%;
}

.gestor-form-detach-header{
    display: flex;
    margin-bottom: 35px;
}

.gestor-form-detach-header-icons{
    position: relative;
    background: #ff4411;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 15px;
    max-width: 45px;
    padding: 10px 10px 0 10px;
}

.gestor-form-detach-header-icons-eportfolio,
.gestor-form-detach-header-icons-arrow{
    position: relative;
    margin: 0 auto;
    color:#ffffff;
    font-size: 25px;
    display: block;
    font-style: normal;
}

.gestor-form-detach-header-icons-eportfolio{
    font-family: 'myd-logo-icons';
}

.gestor-form-detach-header-text{
    display: inline-flex;
}

.gestor-form-detach {
    clear: both;
    margin-left: 20px;
    width: 880px;
    border: 1px solid #CCCC00;
    padding: 20px 0;
    float: left;
    font-size: 17px;
}

.gestor-form-detach-alert {
    clear: both;
    padding-top: 20px;
    font-size: 14px;
}

.gestor-form-detach-hidden {
    display: none;
}

.gestor-form-detach-new-address-title {
    clear: both;
    float: left;
    color: #ff4411;
    width: 400px;
    font-size: 20px;
}

.gestor-form-detach-new-address-label {
    clear: both;
    float: left;
    padding-top: 10px;
    font-size: 15px;
}

.gestor-form-detach-new-address-input {
    width: 160px;
    border: 1px solid black;
}

.gestor-form-detach-new-address-button {
    clear: both;
    float: left;
    padding-top: 10px;
    font-size: 15px;
}

.gestor-form-detach-new-address-button-input {
    border: 1px solid black;
    color: #333333;
    background-color: #CCCCCC;
}

.gestor-form-detach-alumno-email-label {
    clear: both;
    float: left;
    padding-top: 30px;
    font-size: 15px;
}

.gestor-form-detach-alumno-email-input {
    width: 250px;
    border: 1px solid black;
}

.gestor-form-detach-cuenta-id {
    clear: both;
    padding-top: 50px;
}

.gestor-form-detach-cuenta-id-label {
    color: #ff4411;
    font-size: 20px;
    padding-left: 10px;
}

.gestor-form-detach-cuenta-id-text {
    font-size: 15px;
    padding-left: 25px;
}

.gestor-form-detach-cuenta-id-info {
    clear: both;
    width: 290px;
    margin-top: 20px;
    border: 1px solid #7c7c7c;
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 12px;
    padding-left: 26px;
    padding-right: 26px;
}

.gestor-form-detach-cuenta-id-info-label {
    clear: both;
    float: left;
    padding-top: 10px;
    width: 140px;
}

.gestor-form-detach-cuenta-id-info-value {
    padding-top: 10px;
}

.gestor-form-detach-cuenta-id-info-total-label {
    clear: both;
    float: left;
    padding-top: 10px;
    width: 140px;
    font-weight: bold;
}

.gestor-form-detach-cuenta-id-info-total-value {
    padding-top: 10px;
    font-weight: bold;
}

.gestor-form-detach-modo-pago {
    clear: both;
    width: 200px;
    margin-top: 20px;
    border: 1px solid #ff4411;
    border-radius: 10px;
    padding-top: 2px;
    padding-bottom: 12px;
    padding-left: 26px;
    padding-right: 26px;
}

.gestor-form-detach-modo-pago-title {
    clear: both;
    color: #000000;
    padding-top: 10px;
}

.gestor-form-detach-modo-pago-div {
    clear: both;
    padding-top: 5px;
}

.gestor-form-detach-modo-pago-value {
    margin-right: 5px;
}

.gestor-form-detach-client-title {
    clear: both;
    float: left;
    color: #ff4411;
    margin-top: 25px;
}

.gestor-form-detach-client-text {
    clear: both;
    float: left;
    margin-top: 10px;
}

.gestor-form-detach-client-label {
    clear: both;
    float: left;
    width: 140px;
    padding-top: 15px;
}

.gestor-form-detach-client-value {
    float: left;
    padding-top: 15px;
}

.gestor-form-detach-client-input {
    width: 160px;
    border: 1px solid black;
}

.gestor-form-detach-conditions {
    clear: both;
    float: left;
    padding-top: 25px;
}

.gestor-form-detach-conditions-input {
    clear:both;
}

.gestor-form-detach-conditions-link {
    text-decoration: underline;
    color: blue;
}

.gestor-form-detach-submit {
    clear: both;
    float: left;
    color: #333333;
    padding-top: 25px;
}

.gestor-form-detach-submit-input {
    cursor: hand;
    cursor: pointer;
    border: 5px solid black;
    background-color: #000000;
    color: #FFFFFF;
}

.gestor-form-detach-padding {
    padding: 0 20px;
}

.business-continuity-policy li {
    margin-top: 15px;
}

.bulk-registration-title {
    color: #ea5e37;
    font-family: Aller;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 40px;
}

.bulk-registration-red-bold {
    color: #ff4b3c;
    font-family: Aller;
    font-weight: bold;
    font-size: 1.6em;
}

.bulk-registration-black {
    color: #000000;
    font-family: Aller;
    font-size: 1.6em;
}

.bulk-registration-black-bold {
    color: #000000;
    font-family: Aller;
    font-weight: bold;
    font-size: 1.6em;
}

.bulk-registration-black-underline {
    color: #000000;
    font-family: Aller;
    text-decoration: underline;
    font-size: 1.6em;
}

.bulk-registration-red-italic {
    color: #ff4b3c;
    font-family: Aller;
    font-style: italic;
    font-size: 1.6em;
}

.bulk-registration-mail {
    color: #2363c1;
    font-family: Aller;
    text-decoration: underline;
    font-size: 1.6em;
}
