/**
 * The contents of this file are subject to the license and copyright
 * detailed in the LICENSE and NOTICE files at the root of the source
 * tree and available online at
 *
 * http://www.dspace.org/license/
 */
/*
 * style.css
 *
 * Primary Styles
 */
/*Font size percentages based on the tables at developer.yahoo.com/yui/fonts/ */
h1 {
    font-size: 127%;
    color: #1F3F5E
    }
.oculto {
    visibility: hidden;
    display: none
    }
h2 {
    font-size: 100%
    }
h3 {
    font-size: 95%
    }
h4 {
    font-size: 90%
    }
h5, h6 {
    font-size: 85%
    }
/*h2{
    font-size: 100%;
}

h3 {
    font-size: 81%;
}

h4 {
    font-size: 76%;
}

h5, h6 {
    font-size: 70%;
}*/
/*fix for firefox in os x, where selects get the incorrect
height if it's not explicitly set this shouldn't be noticeable in
other browsers*/
select {
    height: auto
    }
select.multiple {
    height: auto
    }
a:visited {
    text-decoration: none
    }
/* Ajustar a la pantalla*/
#ds-main {
    width: 1048px;
    margin-left: auto;
    margin-right: auto
    }
/* Ajustar a la pantalla*/
#ds-header-wrapper {
    background-color: #E3E3E3;
    color: white;
    margin: auto;
    padding-left: 50px;
    padding-right: 40px;
    width: 958px
    }
#ds-header-logo-link {
    text-decoration: none;
    cursor: pointer;
    /*margin-top: 40px;*/
    }
#ds-header-logo {
    float: left;
    width: 48px;
    height: 50px;
    margin-top: 10px;
    margin-right: 15px;
    background: url(../../images/dspace-logo-only.png);
    background-repeat: no-repeat;
    background-color: transparent
    }
#ds-header-logo-text {
    font-size: 400%;
    color: white;
    line-height: 70px;
    font-weight: normal;
    vertical-align: middle;
    float: left
    }
.barra_relieve_cabecera {
    padding: 0;
    margin: 0;
    width: 1018px;
    margin-left: 20px
    }
#ds-language-selection {
    color: #CB5402;
    font-weight: bold;
    font-size: 98%;
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 5px;
    text-decoration: none
    }
#ds-language-selection A {
    color: #CB5402;
    font-weight: bold;
    font-size: 98%;
    margin-bottom: 3px;
    text-decoration: none
    }
#ds-language-selection a:hover {
    color: grey
    }
#ds-user-box {
    right: 0;
    top: 10px;
    position: absolute;
    color: white
    }
#ds-user-box a {
    color: white
    }
#ds-trail-wrapper {
    /*background-color: #b6c8d9;*/
    margin: 0;
    padding: 0;
    /*border-top: 1px solid #9cacba;*/
    border-bottom: 1px dashed #9cacba;
    font-size: 95%
    }
#ds-trail {
    list-style: none;
    line-height: 25px;
    margin: 0;
    padding: 0
    }
#ds-trail li {
    display: inline;
    /*color: #1F3F5E;*/
    color: #cb5402;
    margin-right: 5px
    }
/*
#ds-trail a {
    color: #1F3F5E;
}*/
#ds-trail a:active, #ds-trail a:link, #ds-trail a:visited {
    color: #cb5402
    }
#ds-trail a:hover {
    color: grey
    }
#no-js-warning, #ds-trail, #ds-footer {
    width: 950px;
    margin: auto;
    position: relative
    }
#ds-trail {
    width: 710px;
    margin: auto;
    position: relative
    }
#ds-content {
    width: 950px;
    margin: auto;
    position: relative;
    padding-left: 30px
    }
#ds-header {
    width: 950px;
    margin: auto;
    position: relative
    }
/*ie6 uses quirks mode for strict xhtml pages, and in quirks mode margin: auto; doesn't center things*/
.ie6 #no-js-warning-wrapper, .ie6 #ds-trail-wrapper, .ie6 #ds-header-wrapper, .ie6 #ds-footer-wrapper, .ie6 #ds-content-wrapper {
    text-align: center
    }
.ie6 #ds-trail, .ie6 #ds-header, .ie6 #ds-footer, .ie6 #ds-content {
    margin: 0;
    text-align: left
    }
#ds-footer-wrapper {
    margin-top: 40px;
    background-color: #E3E3E3;
    color: #CB5402;
    padding-left: 50px;
    padding-right: 40px;
    width: 958px
    }
#ds-footer {
    /*border-top: 1px solid #9CACBA;*/
    padding-top: 5px;
    padding-bottom: 25px;
    font-size: 93%;
    line-height: 1.6em;
    background-color: #E3E3E3
    }
#ds-footer-left {
    margin-left: 10px;
    float: left;
    background-color: #E3E3E3
    }
#ds-footer-right {
    margin-right: 10px;
    float: right;
    background-color: #E3E3E3
    }
#ds-footer-right span.theme-by {
    display: inline-block;
    vertical-align: top
    }
#ds-footer-logo-link {
    text-decoration: none;
    line-height: 40px;
    cursor: pointer
    }
#ds-footer-logo {
    display: inline-block;
    background: url(../../images/@mirelogo-small.png);
    background-repeat: no-repeat;
    width: 79px;
    height: 40px
    }
#ds-footer-links {
    clear: left
    }
.ie6 #ds-footer-links {
    display: inline
    }
/*make transparent PNGs invisible in IE6 until PNG-fix is applied*/
.ie6 #ds-header-logo, .ie6 #ds-footer-logo {
    visibility: hidden
    }
#ds-body {
    float: right;
    width: 708px;
    padding: 15px;
    margin-left: 15px;
    margin-top: 15px;
    border-width: 2px;
    border: 1px solid #DADADA;
    background-color: white;
    behavior: url(/xmlui/themes/Mirage/lib/css/PIE.htc);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-box-shadow: inset 0 0 2px #777;
    -webkit-box-shadow: inset 0 0 2px #777;
    box-shadow: inset 0 0 2px #777
    }
#ds-options-wrapper {
    float: left;
    width: 190px
    }
#ds-options-wrapper A {
    font-weight: bold
    }
#ds-options {
    padding: 0
    }
/**
 **
 ** CABECERAS DE LOS MENUS DE NAVEGACION
 **
 **/
h1.ds-option-set-head {
    margin-top: 20px;
    padding: 3px 10px;
    border-bottom: 2px solid #1F3F5E;
    font-size: 76%;
    background-color: #f7be00;
    position: relative;
    z-index: 1;
    behavior: url(/xmlui/themes/Mirage/lib/css/PIE.htc);
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0
    }
.ds-option-set-head-img {
    float: left;
    display: inline;
    width: 40px;
    height: 12px;
    margin-right: 10px
    }
.ds-option-set-head-wrapper {
    margin-top: 17px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    behavior: url(/xmlui/themes/Mirage/lib/css/PIE.htc);
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    border-radius: 7px 7px 0 0
    }
.head_login {
    background-color: #DA131F;
    border-bottom: 2px solid #FC5151
    }
.head_browse {
    background-color: #EA7F01;
    border-bottom: 2px solid #FAD500
    }
.head_discovery {
    background-color: #047E25;
    border-bottom: 2px solid #07D06D
    }
.head_admin {
    background-color: #11334F;
    border-bottom: 2px solid #0F65AB
    }
.head_help {
    background-color: #DA131F;
    border-bottom: 2px solid #FC5151
    }
h1.ds-option-set-head-login {
    font-size: 90%;
    font-weight: bold;
    color: white
    }
h1.ds-option-set-head-browse {
    font-size: 90%;
    font-weight: bold;
    color: white
    }
h1.ds-option-set-head-discovery {
    font-size: 90%;
    font-weight: bold;
    color: white
    }
h1.ds-option-set-head-admin {
    font-size: 90%;
    font-weight: bold;
    color: white
    }
h1.ds-option-set-head-help {
    font-size: 90%;
    font-weight: bold;
    color: white
    }
#ds-search-option-head {
    margin-top: 0
    }
div.ds-option-set {
    border-top: none;
    behavior: url(/xmlui/themes/Mirage/lib/css/PIE.htc);
    background-repeat: no-repeat;
    -pie-background-repeat: no-repeat;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
    border-radius: 0 0 7px 7px;
    background-color: #f7be00;
    position: relative;
    z-index: 0
    }
div.ds-option-set ul {
    margin-left: 0;
    /*padding-top: 5px;*/
    padding-bottom: 5px
    }
/**
 **
 ** SUBLISTAS DE LOS MENUS DE NAVEGACION
 **
 **/
div.ds-option-set .ds-sublist-head {
    background-color: #F7B400;
    color: white;
    font-weight: normal;
    width: 1154px;
    padding-left: 7px;
    margin-right: 2px
    }
div.ds-option-set .ds-sublist-head-browse {
    background-color: #F79001;
    color: white;
    font-weight: normal;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-left: 7px;
    margin-right: 2px
    }
div.ds-option-set .ds-sublist-head-discovery {
    background-color: #00992F;
    color: white;
    font-weight: normal;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-left: 7px;
    margin-right: 2px
    }
div.ds-option-set .ds-sublist-head-admin {
    background-color: #4682b4;
    color: white;
    font-weight: normal;
    padding-bottom: 6px;
    padding-top: 5px;
    padding-left: 7px;
    margin-right: 2px
    }
#aspect_viewArtifacts_Navigation_list_administrative .ds-options-list li {
    background-color: #4682b4;
    color: white;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 1px
    }
#aspect_viewArtifacts_Navigation_list_administrative .ds-options-list li a {
    font-size: 100%;
    padding-left: 7px;
    margin-right: 2px;
    font-weight: normal
    }
#aspect_viewArtifacts_Navigation_list_administrative .ds-options-list li ul li a {
    padding-left: 0
    }
.ds-simple-list {
    margin-top: 20px;
    font-weight: normal;
    padding-left: 24px;
    color: white;
    list-style: none;
    list-style-image: url(../../images/flechas.gif);
    /*Añadido de sublist*/
    padding-top: 3px;
    padding-bottom: 5px
    }
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser ul {
    list-style-image: url(../../images/flechas_naranja.gif)
    }
#aspect_viewArtifacts_Navigation_list_account ul {
    padding-left: 25px
    }
/**
 **  
 ** BUSQUEDA AVANZADA
 **
 */
#ds-search-option {
    padding: 10px
    }
#ds-search-form {
    margin-bottom: 10px
    }
#formulario_busqueda {
    float: right;
    height: auto;
    padding-top: 15px
    }
a.clase_busqueda {
    color: #cb5402;
    text-decoration: none;
    font-size: 90%;
    font-weight: bold
    }
a.clase_busqueda:hover {
    color: grey
    }
#busqueda_avanzada {
    float: right;
    margin-right: 10px
    }
.ds-search-form-fieldset {
    height: 30px;
    margin-right: 10px;
    margin-top: 20px;
    /*background-color:white;*/
    border: 0 none;
    /********* TODO  **********/
    background-image: url(/xmlui/themes/Mirage/images/busqueda_avanzada.png);
    background-repeat: no-repeat;
    background-attachment: scroll
    }
#ds-search-form input.ds-text-field {
    width: 245px;
    border: 1px solid white;
    padding-left: 5px;
    margin-bottom: 10px;
    margin-left: 5px
    }
#ds-search-form input.ds-button-field {
    background-color: transparent;
    background-image: url(../../images/lupa.gif);
    background-repeat: no-repeat;
    position: relative;
    border: hidden;
    width: 23px;
    height: 23px;
    margin-bottom: 10px;
    margin-right: 5px
    }
#ds-search-form label.naranja {
    color: #CB5402
    }
p {
    margin-bottom: 10px
    }
#aspect_eperson_EditProfile_list_form, .submission fieldset.ds-form-list, .administrative fieldset.ds-form-list {
    margin-bottom: 25px
    }
.primary {
    margin-top: 10px;
    margin-bottom: 30px
    }
ol {
    margin: 0;
    list-style: none
    }
th, td {
    padding: 5px;
    vertical-align: middle
    }
.ds-button-field, #aspect_eperson_StartRegistration_list_registration-progress li {
    background-color: #6d859c;
    border: 1px solid #1F3F5E;
    padding: 2px 5px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer
    }
#aspect_eperson_StartRegistration_list_registration-progress li {
    cursor: default
    }
#aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    background-color: inherit;
    border: none;
    color: inherit;
    font-weight: normal
    }
.ie6 #aspect_eperson_StartRegistration_list_registration-progress li.arrow, .ie7 #aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    background-color: #FFF;
    color: #444
    }
.ie6 #aspect_eperson_StartRegistration_list_registration-progress li.arrow {
    padding-top: 5px
    }
ul.ds-progress-list {
    margin: 0 0 10px 0;
    padding: 2px 0;
    text-align: center
    }
ul.ds-progress-list li {
    font-weight: bold;
    overflow: hidden;
    display: inline;
    padding: 0;
    margin: 0;
    max-width: 400px
    }
ul.ds-progress-list li.button {
    padding: 0
    }
ul.ds-progress-list li.button input.ds-button-field {
    font-size: 84%
    }
.ie6 ul.ds-progress-list li.button input.ds-button-field, .ie7 ul.ds-progress-list li.button input.ds-button-field {
    padding-left: 0;
    padding-right: 0
    }
ul.ds-progress-list li.current input.ds-button-field, #aspect_eperson_StartRegistration_list_registration-progress li.current {
    background-color: #499c73;
    border: 1px solid #1f5e3f
    }
ul.ds-progress-list li.disabled input.ds-button-field #aspect_eperson_StartRegistration_list_registration-progress li.disabled {
    background-color: #F0F2F5;
    border: 1px solid #D8E8EB;
    color: #444;
    cursor: default
    }
ul.ds-progress-list li.arrow {
    border: none;
    background: none;
    font-size: 81%;
    font-weight: normal;
    margin-left: 3px;
    margin-right: 3px
    }
.ie6 ul.ds-progress-list li.arrow {
    height: 25px;
    width: 25px;
    margin: 0
    }
textarea.ds-textarea-field, input.ds-text-field, input.ds-file-field, input.ds-button-field, input.ds-password-field {
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #AAA;
    /*font-size: 80%;*/
    }
textarea.ds-textarea-field, input.ds-text-field, input.ds-password-field {
    padding: 3px;
    margin-top: 4px;
    border: 1px solid #AAA
    }
.ie6 input.ds-text-field, .ie6 input.ds-password-field {
    font-size: 59%;
    height: 22px
    }
.submission .ds-form-list input.ds-text-field, .administrative .ds-form-list input.ds-text-field, textarea.ds-textarea-field {
    width: 500px
    }
table textarea.ds-textarea-field {
    width: 400px
    }
#aspect_administrative_item_EditItemMetadataForm_field_value {
    width: 570px
    }
#aspect_administrative_registries_EditMetadataSchema_list_edit-schema-new-field-form .ds-text-field, #aspect_administrative_item_EditItemMetadataForm_field_language, .ds-composite-component input.ds-text-field {
    width: auto
    }
textarea.ds-textarea-field:focus, input.ds-text-field:focus, input.input.ds-password-field:focus {
    border-color: rgba(95, 158, 212, 0.75);
    box-shadow: 0 0 8px rgba(95, 158, 212, 0.5)
    }
/*
 * Show a blue glow around a focused text field
 * only target browsers that support rgba colors and boxshadows
 * see http://www.modernizr.com/docs/
 */
.rgba.boxshadow textarea.ds-textarea-field:focus, .rgba.boxshadow input.ds-text-field:focus, .rgba.boxshadow input.ds-password-field:focus {
    -moz-box-shadow: 0 0 8px rgba(95, 158, 212, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(95, 158, 212, 0.5);
    box-shadow: 0 0 8px rgba(95, 158, 212, 0.5);
    border-color: rgba(95, 158, 212, 0.75);
    outline: medium none
    }
span.error {
    clear: both;
    display: block;
    color: #c22121;
    font-size: 0.9em;
    margin-top: 3px
    }
textarea.ds-textarea-field.error, input.ds-text-field.error, input.ds-password-field.error {
    border-color: #c22121;
    background-color: #fff2f2
    }
.rgba.boxshadow textarea.ds-textarea-field.error:focus, .rgba.boxshadow input.ds-text-field.error:focus, .rgba.boxshadow input.ds-password-field.error:focus {
    -moz-box-shadow: 0 0 8px rgba(194, 33, 33, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(194, 33, 33, 0.5);
    box-shadow: 0 0 8px rgba(194, 33, 33, 0.5);
    border-color: rgba(194, 33, 33, 0.75) !important;
    outline: medium none
    }
.ds-form-list {
    margin-top: 15px
    }
.submission h2, .ds-form-list legend {
    font-size: 127%;
    /*DENIS*/
    /*margin-bottom: 15px;*/
    color: #1F3F5E
    }
.ds-form-item legend {
    font-size: 70%;
    margin: 0;
    color: inherit
    }
fieldset ol {
    margin: 0
    }
li.ds-form-item {
    list-style: none;
    margin-bottom: 35px;
    vertical-align: middle !important;
    position: relative;
    clear: left
    }
li.ds-form-item.last {
    margin-bottom: 0
    }
li.ds-form-item .ds-form-label {
    font-weight: bold;
    font-size: 86%
    }
li.ds-form-item label.ds-composite-component {
    display: block;
    float: left;
    font-size: 75%;
    padding: 0 8px 0 0
    }
li.ds-form-item label.ds-composite-component input.ds-text-field {
    border: 1px solid #AAA;
    width: 242px
    }
li.ds-form-item .ds-select-field {
    margin-top: 5px
    }
.ds-add-button, label.ds-composite-component .ds-select-field {
    margin-top: 6px;
    margin-bottom: 6px
    }
li.ds-form-item label.ds-composite-component.last {
    padding: 0
    }
.ds-add-button {
    vertical-align: top;
    margin-left: 8px
    }
.ds-form-content input.ds-button-field {
    font-size: 85%
    }
#aspect_submission_StepTransformer_field_dc_date_issued_year, #aspect_submission_StepTransformer_field_dc_date_issued_day {
    width: 50px
    }
#aspect_submission_StepTransformer_field_dc_identifier_value {
    width: 130px;
    margin-bottom: 0
    }
span.composite-help, span.field-help {
    display: block;
    /*font-size: 70%;*/
    margin-top: 3px;
    /*width: 506px;*/
    padding-right: 10px;
    text-align: justify
    }
.ds-checkbox-field input, .ds-radio-field input {
    margin-left: 0
    }
.ds-checkbox-field label, .ds-radio-field label {
    margin-right: 3px
    }
/*hide the double label for checkboxes & radio buttons*/
.ds-checkbox-field legend, .ds-radio-field legend {
    display: none
    }
.ds-previous-values {
    margin-top: 10px;
    clear: both
    }
#aspect_submission_Submissions_div_submissions .ds-static-div, .submission .ds-form-sublist ol {
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    margin-top: 3px;
    margin-bottom: 30px;
    padding: 10px
    }
.submission .ds-form-sublist li.ds-form-item {
    margin-bottom: 5px
    }
.submission .ds-form-sublist .ds-form-label {
    font-weight: bold
    }
.administrative.tabbed ul.horizontal {
    list-style: none;
    margin: 15px 0 0;
    border-bottom: 1px solid #9cacba
    }
.administrative.tabbed ul.horizontal li {
    float: left;
    border: 1px solid #9cacba;
    padding: 5px;
    margin-bottom: -5px;
    margin-right: 7px;
    border-bottom: none
    }
.administrative.tabbed ul.horizontal li a {
    text-decoration: none;
    color: #444
    }
.administrative.tabbed ul.horizontal li.active-tab {
    background-color: #fafafa;
    z-index: 1;
    font-weight: bold
    }
.pane {
    padding: 10px;
    clear: both;
    background-color: #fafafa;
    border: 1px solid #9cacba;
    margin-bottom: 25px;
    margin-top: 0
    }
.pane .ds-form-list {
    margin-top: 0
    }
.administrative.tabbed .pane {
    border-top: none
    }
.pagination, .pagination-masked {
    padding: 7px;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    line-height: 1em;
    vertical-align: middle
    }
.pagination-links {
    list-style: none;
    float: right;
    margin: 0
    }
.pagination-links li {
    display: inline;
    padding-left: 2px;
    padding-right: 2px
    }
.current-page-link {
    font-weight: bold;
    color: #1F3F5E
    }
.current-page-link a {
    color: #1F3F5E
    }
.pagination-info {
    float: left;
    margin: 0
    }
.pagination-masked.top {
    margin-top: 5px
    }
.ds-artifact-list {
    list-style: none;
    margin: 0;
    line-height: 153.9%
    }
.file-wrapper, .ds-artifact-item {
    padding-top: 15px;
    padding-bottom: 15px
    }
.file-wrapper {
    text-align: center;
    background-color: #E3E3E3
    }
.Export2Refworks, .simple-item-view-cc {
    margin-top: 15px;
    margin-bottom: 15px
    }
.ds-artifact-item.collection, .ds-artifact-item.community {
    padding-top: 1px;
    padding-bottom: 1px
    }
.community .artifact-title a {
    font-weight: bold
    }
.collection .artifact-title a {
    font-weight: normal
    }
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser .short-description, #aspect_discovery_SiteRecentSubmissions_div_site-home .short-description {
    display: none
    }
#aspect_artifactbrowser_SimpleSearch_div_search-results li, #aspect_discovery_SimpleSearch_div_search-results li, #aspect_artifactbrowser_AdvancedSearch_div_search-results li {
    padding-top: 15px;
    padding-bottom: 15px
    }
#aspect_artifactbrowser_SimpleSearch_div_search-results ul, #aspect_discovery_SimpleSearch_div_search-results ul, #aspect_artifactbrowser_AdvancedSearch_div_search-results ul {
    margin-bottom: 25px
    }
#aspect_discovery_SimpleSearch_field_filter {
    border: 1px solid #AAA
    }
#aspect_discovery_SimpleSearch_field_filter:focus {
    border-color: rgba(95, 158, 212, 0.75);
    box-shadow: 0 0 8px rgba(95, 158, 212, 0.5);
    outline: medium none
    }
#ds-search-form input.ds-text-field:focus {
    border: 1px solid rgba(95, 158, 212, 0.75);
    border-color: rgba(95, 158, 212, 0.75);
    box-shadow: 0 0 10px rgba(95, 158, 212, 0.5);
    outline: medium none
    }
.artifact-title {
    font-size: 96%
    }
.result-query, .artifact-info {
    color: gray;
    font-size: 90%
    }
.artifact-abstract {
    text-align: justify
    }
ul.alphabet {
    list-style: none;
    margin: 0
    }
ul.alphabet li {
    display: inline
    }
#aspect_eperson_PasswordLogin_list_password-login .ds-form-item {
    float: left;
    margin: 0;
    margin-right: 25px
    }
#aspect_eperson_PasswordLogin_list_password-login .ds-form-item a {
    margin-left: 20px
    }
#aspect_eperson_PasswordLogin_list_password-login .ds-form-item.last {
    clear: left
    }
#aspect_eperson_PasswordLogin_list_password-login .ds-form-item.last .ds-form-label {
    display: none
    }
td select.ds-select-field {
    margin-left: 5px
    }
form.search {
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 15px
    }
form.search label {
    font-weight: bold
    }
form.search p.ds-paragraph.button-list {
    text-align: center;
    margin: 0
    }
form.search fieldset {
    margin: 0
    }
form.search .ds-form-item {
    margin: 0;
    padding-bottom: 5px
    }
form.search .ds-form-item select {
    margin-top: 0
    }
form.search label.ds-composite-component .ds-select-field {
    margin-top: 6px
    }
form.search .ds-form-item label {
    font-size: 85%
    }
form.search .ds-form-content {
    display: inline
    }
form.search table input.ds-text-field {
    margin: 0
    }
form.search .field-help {
    margin: 3px 0
    }
.collection .search, .community .search {
    margin-top: 25px
    }
#aspect_discovery_CollectionSearch_p_search-query, #aspect_discovery_CommunitySearch_p_search-query {
    margin-bottom: 0
    }
.result-query {
    margin-bottom: 30px
    }
#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields, #aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table, #aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry, #aspect_submission_Submissions_table_unfinished-submissions, #aspect_submission_Submissions_table_submissions-inprogress, table.detailtable {
    margin-top: 10px;
    margin-bottom: 10px;
    border-collapse: collapse
    }
#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr, #aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr, #aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr, #aspect_submission_Submissions_table_unfinished-submissions tr, #aspect_submission_Submissions_table_submissions-inprogress tr, table.detailtable tr {
    line-height: 1.6em;
    border: 1px solid #ebebeb
    }
#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr.even, #aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr.even, #aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr.even, #aspect_submission_Submissions_table_unfinished-submissions tr.even, #aspect_submission_Submissions_table_submissions-inprogress tr.even, table.detailtable tr.even {
    background-color: #fafafa
    }
#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields td, #aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table td, #aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry td, #aspect_submission_Submissions_table_unfinished-submissions td, #aspect_submission_Submissions_table_submissions-inprogress td, table.detailtable td {
    padding: 5px 10px;
    text-align: justify;
    border: 1px solid #ebebeb;
    vertical-align: top
    }
#aspect_administrative_registries_EditMetadataSchema_table_metadata-schema-edit-existing-fields tr.ds-table-header-row, #aspect_administrative_registries_MetadataRegistryMain_table_metadata-registry-main-table tr.ds-table-header-row, #aspect_administrative_registries_FormatRegistryMain_table_bitstream-format-registry tr.ds-table-header-row, #aspect_submission_Submissions_table_unfinished-submissions tr.ds-table-header-row, #aspect_submission_Submissions_table_submissions-inprogress tr.ds-table-header-row {
    border: none
    }
table.detailtable td.label-cell {
    font-weight: bold;
    text-align: left;
    width: 100px
    }
div.item-summary-view-metadata {
    text-align: justify;
    line-height: 161.6%;
    margin-bottom: 30px
    }
div.simple-item-view-authors {
    font-size: 86%;
    font-weight: bold;
    border-bottom: 1px solid #D8E8EB;
    padding-bottom: 2px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: justify
    }
div.simple-item-view-authors span {
    text-align: justify
    }
/**
 ** ELIMINADO EL ESTILO DEL H2  
 ** FRAGMENTO ORIGINAL COPIADO MÁS ABAJO
 **/
/*#aspect_artifactbrowser_ItemViewer_div_item-view h2,
div.item-summary-view-metadata p.item-view-toggle-bottom,
div.simple-item-view-description {
    margin-top: 20px;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2,
div.simple-item-view-description h3{
    border-bottom:1px solid #D8E8EB;
    margin-bottom: 3px;
}

#aspect_artifactbrowser_ItemViewer_div_item-view h2 {
    margin-bottom: 10px;
}*/
div.item-summary-view-metadata p.item-view-toggle-bottom, div.simple-item-view-description {
    margin-top: 20px
    }
div.simple-item-view-description h3 {
    border-bottom: 1px solid #D8E8EB;
    margin-bottom: 3px
    }
div.spacer {
    height: 15px
    }
.thumbnail-wrapper, .file-metadata {
    float: left;
    margin-right: 15px
    }
.thumbnail-wrapper {
    margin-left: 15px
    }
.file-link {
    clear: both;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 100px;
    padding-right: 100px
    }
.item-metadata {
    float: left
    }
/*.file-metadata {
    width: 300px;
}*/
.file-metadata span, .item-metadata span {
    float: left;
    max-width: 500px
    }
.item-metadata span.content span {
    float: none
    }
.file-metadata span.bold, .item-metadata span.bold {
    width: 80px;
    clear: left;
    text-align: right;
    margin-right: 7px
    }
#aspect_artifactbrowser_CommunityViewer_div_community-home h2, #aspect_artifactbrowser_CollectionViewer_div_collection-home h2 {
    /*DENIS*/
    /*margin-top: 30px;*/
    border-bottom: 1px solid #D8E8EB;
    margin-bottom: 3px
    }
.ds-logo-wrapper {
    display: block
    }
#aspect_administrative_item_FindItemForm_list_find-item-form .ds-form-item {
    margin: 0
    }
#aspect_administrative_registries_EditMetadataSchema_div_edit-schema-new-field .ds-form-item.last {
    margin-top: -25px
    }
#no-js-warning {
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: center
    }
/*  ======  Estilos SIIS  ======*/
#ds-header-SIIS-link {
    display: inline-block;
    background: url(../../images/logotipo_siis.jpg);
    background-size: 378px 64px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 382px;
    height: 75px;
    margin-top: 15px;
    margin-bottom: 8px
    }
/**
 **
 ** PARA PINTAR LAS CABECERAS DE CADA TIPO DE SECCIÓN
 **
 */
.ds-div-head-wrapper {
    width: auto;
    min-height: 26px;
    padding: 5px 0 15px 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
    clear: both;
    color: white;
    behavior: url(/xmlui/themes/Mirage/lib/css/PIE.htc);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
    }
.head_color {
    background-color: #848080
    }
.subhead_color {
    background-color: #BDB9B9
    }
.div_subhead_color_normal {
    background-color: #FFF;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    width: auto
    }
.ds-div-head {
    color: white;
    font-weight: bold;
    margin-top: 6px;
    width: 510px
    }
.ds-div-subhead {
    color: white;
    font-weight: bold;
    margin-top: 6px;
    width: 510px
    }
.ds-div-head-img {
    float: right;
    padding-right: 5px
    }
.file_news_div_head .ds-div-head-wrapper {
    background-color: white;
    background-image: none;
    padding: 2px;
    margin: 0
    }
.file_news_div_head .ds-div-head-img {
    display: none
    }
.file_news_div_head .ds-div-head {
    color: black;
    font-weight: bold
    }
#file_news_div_news .ds-paragraph {
    text-align: justify
    }
body {
    background-color: #F2F2F2;
    width: 100%
    }
a.communitySummaryListAnchorDIM:link {
    color: #cb5402
    }
a.communitySummaryListAnchorDIM:visited {
    color: #cb5402
    }
a.communitySummaryListAnchorDIM:hover {
    color: grey
    }
.Z3988 {
    color: #cb5402;
    text-decoration: none
    }
div.ds-option-set-links {
    margin-top: 20px;
    padding: 10px 0 10px 2px;
    border-top: none;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: white
    }
.img-feed {
    width: 20px;
    height: 20px;
    margin-right: 5px
    }
/* id para el div de "Mi cuenta" */
#aspect_viewArtifacts_Navigation_list_account {
    background-color: #da4039;
    /*margin-top:-15px;*/
    clear: both;
    color: white
    }
#aspect_viewArtifacts_Navigation_list_account a:link {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_account a:hover {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_account a:visited {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_account a:active {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_browse {
    background-color: #F8A200;
    clear: both;
    color: white
    }
#aspect_viewArtifacts_Navigation_list_browse a:link {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_browse a:hover {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_browse a:visited {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_browse a:active {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_browse .sublist li {
    padding-top: 5px;
    padding-bottom: 5px
    }
#aspect_discovery_Navigation_list_discovery {
    background-color: #02a736;
    clear: both;
    color: white
    }
#aspect_discovery_Navigation_list_discovery a:link {
    color: white;
    text-decoration: none
    }
#aspect_discovery_Navigation_list_discovery a:hover {
    color: white;
    text-decoration: none
    }
#aspect_discovery_Navigation_list_discovery a:visited {
    color: white;
    text-decoration: none
    }
#aspect_discovery_Navigation_list_discovery a:active {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_context {
    background-color: #25547a;
    clear: both;
    color: white
    }
#aspect_viewArtifacts_Navigation_list_context a:link {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_context a:hover {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_context a:visited {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_context a:active {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_administrative {
    background-color: #25547a;
    clear: both;
    color: white
    }
#aspect_viewArtifacts_Navigation_list_administrative a:link {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_administrative a:hover {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_administrative a:visited {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_administrative a:active {
    color: white;
    text-decoration: none
    }
#aspect_viewArtifacts_Navigation_list_administrative ul.ds-options-list {
    list-style: none outside none;
    list-style-image: url(../../images/flechas.gif);
    padding-left: 0;
    padding-bottom: 10px
    }
#aspect_viewArtifacts_Navigation_list_administrative .ds-options-list li ul, #aspect_viewArtifacts_Navigation_list_administrative .ds-options-list li ul li {
    background-color: #25547A;
    color: white;
    font-weight: normal;
    padding-bottom: 2px;
    padding-top: 2px;
    /*padding-left: 9px;*/
    font-size: 95%
    }
#aspect_viewArtifacts_Navigation_list_administrative .ds-options-list li ul li {
    padding-left: 0
    }
#aspect_artifactbrowser_StatisticsViewer_list_statsreports {
    background-color: #25547a;
    clear: both;
    color: white
    }
#aspect_artifactbrowser_StatisticsViewer_list_statsreports a:link {
    color: white;
    text-decoration: none
    }
#aspect_artifactbrowser_StatisticsViewer_list_statsreports a:hover {
    color: white;
    text-decoration: none
    }
#aspect_artifactbrowser_StatisticsViewer_list_statsreports a:visited {
    color: white;
    text-decoration: none
    }
#aspect_artifactbrowser_StatisticsViewer_list_statsreports a:active {
    color: white;
    text-decoration: none
    }
#aspect_statistics_Navigation_list_statistics {
    background-color: #25547a;
    clear: both;
    color: white;
    text-decoration: none
    }
#aspect_statistics_Navigation_list_statistics a:link {
    color: white;
    text-decoration: none
    }
#aspect_statistics_Navigation_list_statistics a:hover {
    color: white;
    text-decoration: none
    }
#aspect_statistics_Navigation_list_statistics a:visited {
    color: white;
    text-decoration: none
    }
#aspect_statistics_Navigation_list_statistics a:active {
    color: white;
    text-decoration: none
    }
.ds-options-list {
    color: white;
    list-style: none
    }
.ds-options-list li {
    /*padding-left:3px;*/
    }
li {
    padding-top: 2px;
    padding-bottom: 2px
    }
.ds-artifact-list {
    margin: 10px
    }
.ds-artifact-item {
    margin: 10px
    }
#ds-footer-links a:link {
    color: #CB5402;
    font-weight: bold;
    text-decoration: none
    }
#ds-footer-links a:visited {
    color: #CB5402;
    font-weight: bold;
    text-decoration: none
    }
#ds-footer-links a:active {
    color: #CB5402;
    font-weight: bold;
    text-decoration: none
    }
#ds-footer-links a:hover {
    color: grey;
    font-weight: bold;
    text-decoration: none
    }
#aspect_discovery_SiteRecentSubmissions_div_site-recent-submission li.odd, #aspect_discovery_CommunityRecentSubmissions_div_community-recent-submission li.odd, #aspect_discovery_CollectionRecentSubmissions_div_collection-recent-submission li.odd, #aspect_discovery_SimpleSearch_div_search-results li.odd, #aspect_artifactbrowser_CommunityRecentSubmissions_div_community-recent-submission li.odd, #aspect_artifactbrowser_CollectionRecentSubmissions_div_collection-recent-submission li.odd, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results li.odd, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results li.odd, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-subject-results li.odd, #aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-subject-results tr.odd, #aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-author-results tr.odd {
    background-color: #EDEDED;
    behavior: url(/xmlui/themes/Mirage/lib/css/PIE.htc);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px
    }
#aspect_discovery_SiteRecentSubmissions_div_site-recent-submission li.even, #aspect_discovery_CommunityRecentSubmissions_div_community-recent-submission li.even, #aspect_discovery_CollectionRecentSubmissions_div_collection-recent-submission li.even, #aspect_discovery_SimpleSearch_div_search-results li.even, #aspect_artifactbrowser_CommunityRecentSubmissions_div_community-recent-submission li.even, #aspect_artifactbrowser_CollectionRecentSubmissions_div_collection-recent-submission li.even, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-title-results li.even, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-dateissued-results li.even, #aspect_artifactbrowser_ConfigurableBrowse_div_browse-by-subject-results li.even, #aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-subject-results tr.even, #aspect_artifactbrowser_ConfigurableBrowse_table_browse-by-author-results tr.even {
    background-color: white;
    behavior: url(/xmlui/themes/Mirage/lib/css/PIE.htc);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px
    }
.ds-table tr.ds-table-header-row, .ds-table tr.ds-table-header-row .ds-table-header-cell {
    border: none;
    background-color: white
    }
#aspect_discovery_SiteViewer_div_front-page-search {
    display: none;
    visibility: hidden
    }
#aspect_artifactbrowser_FrontPageSearch_div_front-page-search {
    display: none;
    visibility: hidden
    }
#aspect_artifactbrowser_CollectionSearch_div_collection-search {
    display: none;
    visibility: hidden
    }
#aspect_artifactbrowser_CommunitySearch_div_community-search {
    display: none;
    visibility: hidden
    }
.file-link a {
    color: white;
    text-decoration: none;
    background-color: #02C540;
    behavior: url(/xmlui/themes/Mirage/lib/css/PIE.htc);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding-left: 10px;
    padding-right: 10px
    }
.file-link a:hover {
    color: #00531a
    }
#aspect_administrative_authorization_AuthorizationMain_list_subList2 li a {
    font-size: 115%
    }
ul.ds-referenceSet-list {
    color: #036;
    margin-bottom: 10px
    }
#aspect_artifactbrowser_ItemViewer_div_item-view .ds-div-head-wrapper, #aspect_artifactbrowser_ItemViewer_div_item-view .ds-referenceSet-list {
    display: none
    }
#localizacion_contacto {
    padding: 10px;
    text-align: center
    }
.separado {
    padding: 10px;
    text-align: justify
    }
#aspect_artifactbrowser_CollectionViewer_div_collection-browse .ds-div-head-wrapper, #aspect_artifactbrowser_CollectionViewer_div_collection-view .ds-div-head-wrapper, #aspect_artifactbrowser_CollectionViewer_div_collection-home .ds-div-head-wrapper, #aspect_artifactbrowser_CommunityViewer_div_community-browse .ds-div-head-wrapper, #aspect_artifactbrowser_CommunityViewer_div_community-view .ds-div-head-wrapper, #aspect_artifactbrowser_CommunityViewer_div_community-home .ds-div-head-wrapper, #aspect_artifactbrowser_ItemViewer_div_item-view .ds-div-head-wrapper, #aspect_discovery_RelatedItems_div_test .ds-div-head-wrapper, #aspect_administrative_ItemExport_div_export_main .ds-div-head-wrapper, /*#aspect_general_ChoiceLookupTransformer_list_choicesList   .ds-div-head-wrapper,*/#aspect_submission_Submissions_div_submissions .ds-div-head-wrapper {
    background-color: white;
    color: #848080
    }
#aspect_artifactbrowser_CollectionViewer_div_collection-browse .ds-div-head-wrapper .ds-div-head-img, #aspect_artifactbrowser_CollectionViewer_div_collection-view .ds-div-head-wrapper .ds-div-head-img, #aspect_artifactbrowser_CollectionViewer_div_collection-home .ds-div-head-wrapper .ds-div-head-img, #aspect_artifactbrowser_CommunityViewer_div_community-browse .ds-div-head-wrapper .ds-div-head-img, #aspect_artifactbrowser_CommunityViewer_div_community-view .ds-div-head-wrapper .ds-div-head-img, #aspect_artifactbrowser_CommunityViewer_div_community-home .ds-div-head-wrapper .ds-div-head-img, #aspect_artifactbrowser_ItemViewer_div_item-view .ds-div-head-wrapper .ds-div-head-img, #aspect_discovery_RelatedItems_div_test .ds-div-head-wrapper .ds-div-head-img, #aspect_administrative_ItemExport_div_export_main .ds-div-head-wrapper .ds-div-head-img, #aspect_general_ChoiceLookupTransformer_list_choicesList .ds-div-head-wrapper .ds-div-head-img, #aspect_submission_Submissions_div_submissions .ds-div-head-wrapper .ds-div-head-img {
    display: none
    }
#aspect_artifactbrowser_CollectionViewer_div_collection-browse .ds-div-head-wrapper .ds-div-subhead, #aspect_artifactbrowser_CollectionViewer_div_collection-view .ds-div-head-wrapper .ds-div-subhead, #aspect_artifactbrowser_CollectionViewer_div_collection-home .ds-div-head-wrapper .ds-div-subhead, #aspect_artifactbrowser_CommunityViewer_div_community-browse .ds-div-head-wrapper .ds-div-subhead, #aspect_artifactbrowser_CommunityViewer_div_community-view .ds-div-head-wrapper .ds-div-subhead, #aspect_artifactbrowser_CommunityViewer_div_community-home .ds-div-head-wrapper .ds-div-subhead, #aspect_artifactbrowser_ItemViewer_div_item-view .ds-div-head-wrapper .ds-div-subhead, #aspect_discovery_RelatedItems_div_test .ds-div-head-wrapper .ds-div-subhead, #aspect_administrative_ItemExport_div_export_main .ds-div-head-wrapper .ds-div-subhead, /*#aspect_general_ChoiceLookupTransformer_list_choicesList .ds-div-head-wrapper .ds-div-subhead,*/#aspect_submission_Submissions_div_submissions .ds-div-head-wrapper .ds-div-subhead {
    color: #848080;
    width: auto
    }
#aspect_general_ChoiceLookupTransformer_list_choicesList .ds-div-head-wrapper .ds-div-subhead, #aspect_general_ChoiceLookupTransformer_list_choicesList .ds-div-head-wrapper, #aspect_submission_StepTransformer_field_dc_subject {
    display: none
    }
#aspect_general_NoticeTransformer_div_general-message .ds-div-head-wrapper {
    background-color: inherit;
    color: black
    }
#aspect_general_NoticeTransformer_div_general-message .ds-div-head-wrapper .ds-div-head {
    background-color: inherit;
    color: black;
    width: auto
    }
#aspect_general_NoticeTransformer_div_general-message .ds-div-head-wrapper .ds-div-head-img {
    display: none
    }
#ds-system-wide-alert, .notice {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #bfc221;
    background-color: #fffff2
    }
.notice.success {
    border-color: #21c221;
    background-color: #f2fff2
    }
#ds-system-wide-alert, .notice.failure {
    border-color: #c22121;
    background-color: #fff2f2
    }
#ds-system-wide-alert p {
    margin: 0
    }
.item-view-toggle-bottom a {
    color: white;
    text-decoration: none;
    background-color: #F8A200;
    behavior: url(/xmlui/themes/Mirage/lib/css/PIE.htc);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: auto;
    padding: 2px
    }
.item-view-toggle-top {
    display: none;
    invisibility: hidden
    }
.ds-includeSet-table {
    margin-left: auto;
    margin-right: auto
    }
.Export2RefworksForm {
    margin-right: auto;
    margin-left: auto;
    width: 100px
    }
.Export2Refworks {
    width: 96px;
    height: 23px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/xmlui/static/images/refworks-export.png);
    border: none
    }
h1.h1-politicies a:hover {
    color: #607890
    }
h2.h2-politicies {
    font-size: 110%;
    color: grey;
    text-decoration: bold;
    margin-top: 10px;
    margin-bottom: 10px
    }
h3.h3-politicies {
    font-size: 105%;
    color: grey;
    text-decoration: bold;
    margin-top: 10px;
    margin-bottom: 10px
    }
.tablaTiposPoliticies {
    border-color: grey;
    border-style: solid;
    border-width: 2px
    }
.tablaTiposPoliticies th {
    border-color: grey;
    border-style: solid;
    border-width: 2px
    }
.tablaTiposPoliticies td {
    border-color: grey;
    border-style: solid;
    border-width: 2px
    }
.link_subir:hover {
    color: #CB5402
    }
.link_subir:link {
    color: #CB5402
    }
.link_subir:active {
    color: #CB5402
    }
.link_subir:visited {
    color: #CB5402
    }
/* NO FUNCIONAN*/
#aspect_artifactbrowser_CommunityBrowser_div_comunity-browser > ul {
    display: inline
    }
/* NO FUNCIONAN*/
/*Choice Lookup text Area del DC SUBJECT*/
/*#aspect_general_ChoiceLookupTransformer_field_text1,*/
#aspect_general_ChoiceLookupTransformer_field_more {
    display: none
    }
#aspect_discovery_RelatedItems_div_test .ds-div-head-wrapper {
    display: none
    }
#tSubject2 th, #tSubject2 td, #tSubject th, #tSubject td {
    padding: 0 5px 0 0;
    vertical-align: top
    }
.tItemViewHeader {
    width: 150px;
    text-align: right
    }
#aspect_artifactbrowser_CollectionViewer_div_collection-view a {
    color: red
    }
/*ANCHO DE LOS SELECT CON LAS COMUNIDADES Y COLECCIONES*/
#aspect_submission_submit_SelectCollectionStep_field_handle, #aspect_administrative_item_MoveItemForm_field_collectionID {
    max-width: 700px
    }
#aspect_eperson_EditProfile_field_subscriptions {
    max-width: 600px
    }
#logo-print-riberdis {
    display: none
    }