body {
    background-color:#fff;
    font-family:'Roboto';
    font-weight: 300;
    color:#333;
    font-size:14px;
    margin:0px;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(roboto/Roboto-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(roboto/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(roboto/Roboto-Bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local('Roboto Black'), local('Roboto-Black'), url(roboto/Roboto-Black.ttf) format('truetype');
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    color: orange;
}

.navbar {
    position: fixed;
    background-color:grey;
    height:auto;
    width: 100%;
    top: 0;
    z-index: 1;
}

.navbar a {
    color: white;
    text-decoration: none;
    padding-right: 10px;
    font-weight: bold;
}

.navbar a:hover {
    background-color: dimgray;
}

.menuIzquiedo{
    float: left;
    padding-left: 10%;
}

.menuDerecho{
    float: right;
    padding-right: 10%;
}

.menuIcon {
    padding-left: 30px;
    display: inline-block;
    line-height: 40px;
}

.menuIconFiles {
    background: url(../images/default/file-invert-navbar.svg) no-repeat left center;
    background-size: 24px 24px;
    animation-name: resaltar;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.menuIconPDFfile {
    background: url(../images/default/pdf-file-navbar.svg) no-repeat left center;
    background-size: 24px 24px;
}

.menuIconODTfile {
    background: url(../images/default/odt-file-navbar.svg) no-repeat left center;
    background-size: 24px 24px;
}

.menuIconUser {
    background: url(../images/default/user-navbar.svg) no-repeat left center;
    background-size: 24px 24px;
}

.menuIconChangePassword {
    background: url(../images/default/change-password-navbar.svg) no-repeat left center;
    background-size: 24px 24px;
}

.menuIconQuestion {
    background: url(../images/default/question2-navbar.svg) no-repeat left center;
    background-size: 24px 24px;
}

.menuIconLogout {
    background: url(../images/default/logout-navbar.svg) no-repeat left center;
    background-size: 24px 24px;
}

#container {
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
    padding-top: 40px;
}

.container {
    max-width:80%;
    margin-left:auto;
    margin-right:auto;
    padding-top: 40px;
}

.top {
    /*background: linear-gradient(to bottom, rgba(249,198,103,1) 17%,rgba(249,198,103,1) 51%,rgba(247,150,33,1) 100%);*/
    /*background: linear-gradient(to right, #ed9017 0%,#f6e6b4 100%);*/
    /*background: linear-gradient(to right, #ed9017 31%,#f6e6b4 100%);*/
    background-color: orange;
    padding: 20px; 
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    background-size: cover;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top:20px;

}

.top img{
    height: 100%;
    vertical-align: middle;
    float: left;
}

.contentForm {
    font-family:'Roboto';
    font-weight: 300;
    margin-left:auto;
    margin-right:auto;
    margin-top:auto;
    margin-bottom:40px;
    padding:10px 0 10px 0;
    text-align:left;
    width:100%;
}

.contentForm h2 {
    color: orange;
}

.contentForm h3 {
    font-weight: bold;
}

.footer {
    clear:both;
    height:75px;
    border-top: 1px solid #333;
    margin-letf:auto;
    margin-right:auto;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
    font-style: italic;
}

select, textarea, input[type="password"], input[type="text"] {
    display: block;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    padding: 4px;
    border: solid 2px #c9c9c9;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}

select {
    background: url(../images/default/arrow-down.svg) no-repeat right;
    padding-right:35px;
    background-size: 24px 16px;

}

select, textarea, input[type="password"], input[type="text"]:focus {
    outline: none;
    border: solid 2px #969696;
}

input[type="submit"]{
    border:0 none;
}

.ro {
    background-color:#CCCCCC;
    border:1px solid #A21A37;
}

.form {
    background-color:#d5d9f2;
}

.boton {
    padding:10px;
    background-color: dimgray;
    text-decoration: none;
    color:#FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform:uppercase;
    font-size:14px;
}
.boton:hover {
    padding:10px;
    background-color: orange;
    color:#FFFFFF;
}

a.boton {
    padding:10px;
    text-decoration: none;
    color:#FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform:uppercase;
    font-size:16px;
}

a.boton:hover {
    padding:10px;
    text-decoration: none;
    cursor:default;
}

.errorMessage {
    color:red;
}

.tdErrorMessage {
    text-align: center;
}

.divMessage {
    border-width: 1px;
    box-sizing: border-box;
    border-radius: 2px;
    border-style: solid;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}

.divMessageError {
    color:red;
    background: #ffeded;
    border-color: #e3c4c4;
}

.divMessageError h2 {
    color:red;
}

.divMessageAlert {
    color:orange;
    background: #fbf8ea;
    border-color: #e7e2c5;
}

.divMessageAlert h2 {
    color:orange;
}

.divMessageOK {
    color:green;
    background: #ecf6e8;
    border-color: #c1e0b4;
}

.divMessageOK h2 {
    color:green;
}

.divMessageIcon{
    background-size: 64px 64px;
    height: 64px;
    width: 64px;
    display: table-cell;
    vertical-align: middle;
}

.divMessageErrorIcon{
    background: url(../images/default/error-red.svg) no-repeat left;
    background-size: 64px 64px;
}

.divMessageAlertIcon{
    background: url(../images/default/warning-orange.svg) no-repeat left;
    background-size: 64px 64px;
}

.divMessageOKIcon{
    background: url(../images/default/ok-green.svg) no-repeat left;
    background-size: 64px 64px;
}

.divMessageData{
    display: table-cell;
    padding: 15px;
}

.divMessageAlertData{
    padding-left: 30px;
    text-align: left;
}

.tdLabel, label.checkboxLabel {
    font-weight: normal;
}

.tdLabel {
    width:30%;
    vertical-align: top;
}

.label {
    font-style:normal;
    font-weight: normal;
}

label img{
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.errorLabel {
    font-style:normal;
    color:red;
}

.checkboxErrorLabel {
    color:red;
}

table.wwFormTable {
    margin-right:auto;
    margin-left:auto;
}

table.wwFormTable td {
    padding-top: 1.0em;
    padding-bottom: 0.0em;
}

table.wwFormTable th {
    padding-top: 1.0em;
    padding-bottom: 00em;
}

table.centrada {
    margin-right:auto;
    margin-left:auto;
    width: 100%;
}

.big {
    font-size:16px;
    font-weight:bold;

}

.even {
    background-color:white;
}

.odd {
    background-color:#cccccc;
}

.centrado {
    text-align: center;
}

.derecha {
    text-align: right;
}

table.estadistica{
    width: 50%;
}

table.list, table.view {
    margin-right:auto;
    margin-left:auto;
    padding: 8px;
    border-collapse: separate;
    border: solid #ccc 1px;
    border-radius:8px;
    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,0.65) 47%, rgba(181,181,181,0.25) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,0.65)), color-stop(100%, rgba(181,181,181,0.25)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,0.65) 47%, rgba(181,181,181,0.25) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,0.65) 47%, rgba(181,181,181,0.25) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,0.65) 47%, rgba(181,181,181,0.25) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,0.65) 47%, rgba(181,181,181,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b5b5b5', GradientType=1 );
}

table.list tr.odd {
    background-color: wheat;
}

table.list tr.even {
    background-color:white;
}

table.list td {
    padding: 0.5em;
}

table.list th {
    padding: 0.5em;
}

table.view td {
    padding: 0.5em;
    text-align: left;
    background-color:#eef0f1;
    vertical-align: top;
}

table.view th {
    padding: 0.5em;
    text-align: left;
    background-color:#eef0f1;
    vertical-align: top;
}


table.impresionHorizontal, table.impresionVertical {
    width: 100%;
}

table.impresionHorizontal th {
    width: 30%;
}

table.impresionVertical th {
    width: 30%;
}

.FormularioAnidado{
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #f0f0f0;
    background:#fafafa;
    padding: 15px 15px 25px 15px;
}

div.indicadorFijo {
    display:none;
    position: fixed;
    width: 100px;
    top: 0px;
    left: 50%;
    margin-left:-50px;
    background-color: #e7e9f2;
    font-weight: bold;
    text-align: center;
}

a.softwareLibre {
    color: orange;
}

a.enlaceDestacado{
    color: orange;
}

.ui-widget-overlay {
    background: #aaaaaa 50% 50% repeat-x;
    opacity: .3;
    filter: Alpha(Opacity=30);
}

.ui-dialog-titlebar {
    background: wheat;
}

.ui-widget-header {
    border: 1px solid wheat;
}

table.dataTable thead th,table.dataTable thead td{
    padding:10px 18px;
    border-bottom:0px !important;
}

table.dataTable.no-footer{
    border-bottom:0px !important;
}

.invisible {
    display: none;
}

.iconDelete {
    background: url(../images/default/delete.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconDelete:hover {
    background: url(../images/default-hover/delete.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconEdit {
    background: url(../images/default/edit.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconEdit:hover {
    background: url(../images/default-hover/edit.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconView {
    background: url(../images/default/view.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconView:hover {
    background: url(../images/default-hover/view.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconLike {
    background: url(../images/default/like.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconLike:hover {
    background: url(../images/default-hover/like.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconEvaluate {
    background: url(../images/default/check-list.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconEvaluate:hover {
    background: url(../images/default-hover/check-list.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconEye {
    background: url(../images/default/eye.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconEye:hover {
    background: url(../images/default-hover/eye.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconUser {
    background: url(../images/default/user.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconUser:hover {
    background: url(../images/default-hover/user.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconEmail {
    background: url(../images/default/email.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconEmail:hover {
    background: url(../images/default-hover/email.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconDownload {
    background: url(../images/default/download.svg) no-repeat left top;
    background-size: 24px 24px;
    display: block;
    height: 24px;
    width: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.iconDownload:hover {
    background: url(../images/default-hover/download.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconAdd {
    background: url(../images/default/add-list.svg) no-repeat left top;
    background-size: 64px 64px;
    display: block;
    height: 64px;
    width: 64px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.iconAdd:hover {
    background: url(../images/default-hover/add.svg) no-repeat left top;
    background-size: 64px 64px;
}

.iconUpdate {
    background: url(../images/default/update-list.svg) no-repeat left top;
    background-size: 64px 64px;
    display: block;
    height: 64px;
    width: 64px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.iconUpdate:hover {
    background: url(../images/default-hover/update.svg) no-repeat left top;
    background-size: 64px 64px;
}

.iconUpload {
    background: url(../images/default/upload.svg) no-repeat left top;
    background-size: 32px 32px;
    display: inline-block;
    height: 32px;
    width: 32px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconUpload:hover {
    background: url(../images/default-hover/upload.svg) no-repeat left top;
    background-size: 32px 32px;
}

.iconRestore {
    background: url(../images/default/restore.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconRestore:hover {
    background: url(../images/default-hover/restore.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconPDF {
    background: url(../images/default/pdf-file.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconPDF:hover {
    background: url(../images/default-hover/pdf-file.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconCSV {
    background: url(../images/default/csv-file.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconCSV:hover {
    background: url(../images/default-hover/csv-file.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconVersion {
    background: url(../images/default/version.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconVersion:hover {
    background: url(../images/default-hover/version.svg) no-repeat left top;
    background-size: 24px 24px;
}

.iconMenu {
    background: url(../images/default/menu.svg) no-repeat left top;
    background-size: 24px 24px;
    display: inline-block;
    height: 24px;
    width: 24px;
    padding-right: 10px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.iconMenu:hover {
    background: url(../images/default-hover/menu.svg) no-repeat left top;
    background-size: 24px 24px;
}

.linkIcon {
    padding-left: 30px;
    display: inline-block;
    line-height: 32px;
}

.labelIcon {
    padding-left: 30px;
    display: inline-block;
    height: 24px;
    line-height: 24px
}

.labelIconUser {
    background: url(../images/default/user.svg) no-repeat left center;
    background-size: 24px 24px;
}

.labelIconPassword {
    background: url(../images/default/password.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconEdit {
    background: url(../images/default/edit.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconEdit:hover {
    background: url(../images/default-hover/edit.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconDelete {
    background: url(../images/default/delete.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconDelete:hover {
    background: url(../images/default-hover/delete.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconView {
    background: url(../images/default/view.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconView:hover {
    background: url(../images/default-hover/view.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconAdd {
    background: url(../images/default/add.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconAdd:hover {
    background: url(../images/default-hover/add.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconUpdate {
    background: url(../images/default/update.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconUpdate:hover {
    background: url(../images/default-hover/update.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconOk {
    background: url(../images/default/ok.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconOk:hover {
    background: url(../images/default-hover/ok.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconDeleted {
    background: url(../images/default/deleted.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconDeleted:hover {
    background: url(../images/default-hover/deleted.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconList {
    background: url(../images/default/list.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconList:hover {
    background: url(../images/default-hover/list.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconBack {
    background: url(../images/default/back.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconBack:hover {
    background: url(../images/default-hover/back.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconEmail {
    background: url(../images/default/email.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconEmail:hover {
    background: url(../images/default-hover/email.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconChart {
    background: url(../images/default/chart.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconChart:hover {
    background: url(../images/default-hover/chart.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconBell {
    background: url(../images/default/bell.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconBell:hover {
    background: url(../images/default-hover/bell.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconNewspaper {
    background: url(../images/default/newspaper.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconNewspaper:hover {
    background: url(../images/default-hover/newspaper.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconGear {
    background: url(../images/default/gear.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconGear:hover {
    background: url(../images/default-hover/gear.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconWorlwide {
    background: url(../images/default/worlwide.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconWorlwide:hover {
    background: url(../images/default-hover/worlwide.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconSystem {
    background: url(../images/default/system.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconSystem:hover {
    background: url(../images/default-hover/system.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconQuestion {
    background: url(../images/default/question2.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconQuestion:hover {
    background: url(../images/default-hover/question2.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconRememberPassword {
    background: url(../images/default/remember-password.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconRememberPassword:hover {
    background: url(../images/default-hover/remember-password.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconPDFfile {
    background: url(../images/default/pdf-file.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconPDFfile:hover {
    background: url(../images/default-hover/pdf-file.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconODTfile {
    background: url(../images/default/odt-file.svg) no-repeat left center;
    background-size: 24px 24px;
}

.linkIconODTfile:hover {
    background: url(../images/default-hover/odt-file.svg) no-repeat left center;
    background-size: 24px 24px;
}

.divLinkIcon{
    padding-bottom: 10px;
}

.divContactos{
    text-align: left;
    padding: 20px;
}

.divContactos li{
    padding-bottom: 20px;
}

.divContactos h3{
    font-size: 140%;
}

.divFAQ{
    text-align: left;
    padding: 20px;
}

.divFAQ h3{
    font-size: 120%;
}

.divFAQ p{
    margin-bottom: 25px;
    font-size: 110%;
}

.iconTableData{
    white-space: nowrap;
}

.fileUploaded{
    padding: 10px;
}

.loading {
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
        url(../images/default/loading-eclipse.svg) 
        50% 50% 
        no-repeat;
}

.loadingAnidado {
    position:   absolute;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, 1 ) 
        url(../images/default/loading-eclipse.svg) 
        50% 50% 
        no-repeat;
}

.ui-dialog {
    position: fixed !important;
}

.scrollToTop {
    width: 48px; 
    height: 48px;
    padding: 10px; 
    background: whiteSmoke;
    position: fixed;
    bottom: 10px;
    right: 0px;
    display: none;
    background: url('../images/default/scrool-up.svg') no-repeat 0px 20px;
    background-size: 48px 48px
}
.scrollToTop:hover{
    background: url('../images/default-hover/scrool-up.svg') no-repeat 0px 20px;
    background-size: 48px 48px
}

.titulo {
    color: grey;
}

.row {
    display: flex;
}

.portfolio-item {
    margin-bottom: 25px;
    width: 50%;
    margin: 0 auto;
    /*float: left;*/
    text-align: center;
    padding-top: 25px;
    padding-bottom: 50px;
}

.portfolio-item a {
    color: orange;
}

.portfolio-item a:hover {
    text-decoration: underline;
}

.portfolio-item img {
    width: 15%;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

.portfolio-item h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

.portfolio-item p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.portfolioIconAdd {
    background: url(../images/default/add.svg) no-repeat left top;
    display: inline-block;
    height: 100px;
    width: 100px;
}

.menuAcciones a {
    padding-right: 10px;
}

.underline{
    text-decoration: underline;
}

.centerPanelExtraSmall{
    margin-left: 45%;
    margin-right: 45%;
}

.centerPanelSmall{
    margin-left: 35%;
    margin-right: 35%;
}

.centerPanelMedium{
    margin-left: 25%;
    margin-right: 25%;
}

.centerPanelLarge{
    margin-left: 15%;
    margin-right: 15%;
}

.centerPanelExtraLarge{
    margin-left: 5%;
    margin-right: 5%;
}

.panel{
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-default {
    border-color: #ddd;
}

.panel-default>.panel-heading {
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-body {
    padding: 15px;
}

.panel .wwFormTable{
    width: 100%;
}

.panel .formButton{
    text-align: center;
    padding-bottom: 20px;
}
.panel .tdLabel{
    padding-right: 10px;
    width: 25%;
    vertical-align: middle;
}

.panel .tdInput{
    width: 100%;
    padding-right: 10px;
}

.panel .tdInput input, 
.panel .tdInput textarea,
.panel .tdInput select{
    width: 100%;
}

.panel .tdInput img{
    height: 50px;
}

.panel .tdInput a{
    vertical-align: 50%;
}

.panel .tdInput input[type="radio"]{
    width: 5%;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: fixed;
    padding-left: 5px;
    background-color: grey;
    z-index: 1;
}

.dropdown-content a {
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

@keyframes resaltar {
    0%   {background-color: grey;}
    50% {background-color: orange;}
    100% {background-color: grey;}
}
