/* Correcciones OVOrion respecto a Orion: altura de línea y márgenes en casillas */
.orion {
    line-height: 165% !important;
}

form.orion input, form.orion select, form.orion textarea {
    margin-top: 0px !important;
    margin-bottom: 5px !important;
}

/* CSS OVOrion */
.tipDocSelect {
	width: 100%;
	margin-bottom: 15px;
}

#tipoDocumentoSelect {
	width: 83%;
}

.balloon{
    position:absolute;
    border-radius: 5px;
    color:white;
    background-color: #019fcc;
    padding: 10px;
    width: 420px;
    font-size:14px;
    opacity: 0.80;
}

.balloon:before {
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 20px solid #019fcc;
    border-right: 18px solid transparent;
    border-left: 18px solid transparent;
    margin: -30px 0 0 340px;
}

.balloonAutorizados{
    position:absolute;
    border-radius: 5px;
    color:white;
    background-color: #019fcc;
    padding: 10px;
    width: 420px;
    font-size:14px;
    opacity: 0.80;
}

.balloonAutorizados:before {
    content:"";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 50px solid #019fcc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    margin: -60px 0 0 340px;
}

/*********   960  ************/
/*
    960 Grid System ~ Core CSS.
    Learn more ~ http://960.gs/

    Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/

.container_12,
.container_16
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16
{
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.grid_110per
{
    display: inline;
    
    margin-left: 10px;
    margin-right: 10px;
}

.container_17
{
    margin-left: auto;
    margin-right: auto;
    width: 1320px;
}

.grid_17
{
    display: inline;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

.container_12 .grid_3,
.container_16 .grid_4
{
    width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8
{
    width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12
{
    width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16
{
    width: 940px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha
{
    margin-left: 0;
}

.omega
{
    margin-right: 0;
}

/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .grid_1
{
    width: 60px;
}

.container_12 .grid_2
{
    width: 140px;
}

.container_12 .grid_4
{
    width: 300px;
}

.container_12 .grid_5
{
    width: 380px;
}

.container_12 .grid_7
{
    width: 540px;
}

.container_12 .grid_8
{
    width: 620px;
}

.container_12 .grid_10
{
    width: 780px;
}

.container_12 .grid_11
{
    width: 860px;
}

/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .grid_1
{
    width: 40px;
}

.container_16 .grid_2
{
    width: 100px;
}

.container_16 .grid_3
{
    width: 160px;
}

.container_16 .grid_5
{
    width: 280px;
}

.container_16 .grid_6
{
    width: 340px;
}

.container_16 .grid_7
{
    width: 400px;
}

.container_16 .grid_9
{
    width: 520px;
}

.container_16 .grid_10
{
    width: 580px;
}

.container_16 .grid_11
{
    width: 640px;
}

.container_16 .grid_13
{
    width: 760px;
}

.container_16 .grid_14
{
    width: 820px;
}

.container_16 .grid_15
{
    width: 880px;
}

.container_16 .grid_110per
{
    width: 110%;
}
/* =Prefix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4
{
    padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8
{
    padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12
{
    padding-left: 720px;
}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .prefix_1
{
    padding-left: 80px;
}

.container_12 .prefix_2
{
    padding-left: 160px;
}

.container_12 .prefix_4
{
    padding-left: 320px;
}

.container_12 .prefix_5
{
    padding-left: 400px;
}

.container_12 .prefix_7
{
    padding-left: 560px;
}

.container_12 .prefix_8
{
    padding-left: 640px;
}

.container_12 .prefix_10
{
    padding-left: 800px;
}

.container_12 .prefix_11
{
    padding-left: 880px;
}

/* =Prefix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .prefix_1
{
    padding-left: 60px;
}

.container_16 .prefix_2
{
    padding-left: 120px;
}

.container_16 .prefix_3
{
    padding-left: 180px;
}

.container_16 .prefix_5
{
    padding-left: 300px;
}

.container_16 .prefix_6
{
    padding-left: 360px;
}

.container_16 .prefix_7
{
    padding-left: 420px;
}

.container_16 .prefix_9
{
    padding-left: 540px;
}

.container_16 .prefix_10
{
    padding-left: 600px;
}

.container_16 .prefix_11
{
    padding-left: 660px;
}

.container_16 .prefix_13
{
    padding-left: 780px;
}

.container_16 .prefix_14
{
    padding-left: 840px;
}

.container_16 .prefix_15
{
    padding-left: 900px;
}

/* =Suffix Extra Space >> Global
--------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4
{
    padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8
{
    padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12
{
    padding-right: 720px;
}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/

.container_12 .suffix_1
{
    padding-right: 80px;
}

.container_12 .suffix_2
{
    padding-right: 160px;
}

.container_12 .suffix_4
{
    padding-right: 320px;
}

.container_12 .suffix_5
{
    padding-right: 400px;
}

.container_12 .suffix_7
{
    padding-right: 560px;
}

.container_12 .suffix_8
{
    padding-right: 640px;
}

.container_12 .suffix_10
{
    padding-right: 800px;
}

.container_12 .suffix_11
{
    padding-right: 880px;
}

/* =Suffix Extra Space >> 16 Columns
--------------------------------------------------------------------------------*/

.container_16 .suffix_1
{
    padding-right: 60px;
}

.container_16 .suffix_2
{
    padding-right: 120px;
}

.container_16 .suffix_3
{
    padding-right: 180px;
}

.container_16 .suffix_5
{
    padding-right: 300px;
}

.container_16 .suffix_6
{
    padding-right: 360px;
}

.container_16 .suffix_7
{
    padding-right: 420px;
}

.container_16 .suffix_9
{
    padding-right: 540px;
}

.container_16 .suffix_10
{
    padding-right: 600px;
}

.container_16 .suffix_11
{
    padding-right: 660px;
}

.container_16 .suffix_13
{
    padding-right: 780px;
}

.container_16 .suffix_14
{
    padding-right: 840px;
}

.container_16 .suffix_15
{
    padding-right: 900px;
}

/* =Clear Floated Elements
--------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix
{
    display: block;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container:after {
  clear: both;
}

.container {
    padding: 5px 10px;
	min-width: 96em;
	float: none;
}

#footer-bottom {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px 5px 20px;
	margin-top: 10px;
	border-top: solid 1px #9a9a9a;
}

.clearfix:after
{
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

* html .clearfix
{
    height: 1%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 125%;
    overflow: hidden;
}

body {
    line-height: 1;
    background: no-repeat scroll right bottom #FFFFFF;
    color: #000000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: .5em;
    text-align: left;
    width: 100%;
}

body, html {
    overflow-x: hidden;
}

h2, h3, h4, h5, h6 {
    font-family: 'Maven Pro',arial,serif;
    letter-spacing: -0.01em;
    line-height: 1.15;
    margin: 0 0 10px;
    padding: 5px 0;
    width: 100%;
    word-spacing: -0.05em;
}

h2 {
	font-family: 'Maven Pro',arial,serif;
    color: #019FCC;
    font-size: 20px;
    font-weight: 400;
    margin: 8px 0 10px;
    border-bottom: 4px solid;
    border-image-source: linear-gradient(45deg, #007F2D, #019FCC);
    border-image-slice: 1;
}

h3 {
	font-family: 'Maven Pro',arial,serif;
	color: #DF0101;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 5px;

}

/* Layout */

.label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}

.label-info {
    background-color: #5bc0de;
}
.label-default {
    background-color: #777;
}
.label-primary {
    background-color: #337ab7;
}
.label-success {
    background-color: #5cb85c;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-danger {
    background-color: #d9534f;
}
.negrita {
	font-weight: bold;
	color: #666666;
}

/*** COLORES ***/
.negro {
    color:BLACK;
}

.marengo {
    color:#666
}

.azul {
    color:#1c94c4;
}
.fondo_azul {
    background-color:#1c94c4;
}

.blanco {
    color:WHITE;
}
.rojo {
    color:RED;
}

.marron {
    color:#ae855c;
}

.naranja {
    color:ORANGE;
}

.verde {
    color:GREEN;
}

.gris {
    color:SILVER;
}

.manita, .pointer {
    cursor:pointer;
}

.ayuda {
    cursor:help;
}
.cursor-normal {
    cursor:default;
}

.no_permitido {
    cursor:not-allowed;
}

.fa-18px {
    font-size:18px;
}

#usuario_logado {
    font-size: 11px;
    width: 99%;
    text-align: right;
    position: absolute;
    margin-top:134px;
    margin-right:60px;
    background-color:transparent;
    color:#888;
}

ul.menuPrincipal {
    bottom: 0;
    display: inline;
    position: absolute;
    width: 100%;
    z-index: 99;
}

ul.menuPrincipal li {
    background: url("https://www.juntadeandalucia.es/empleoformacionytrabajoautonomo/ovorion/static/images/layout/cabecera/separador-menu-superior.gif") no-repeat scroll 100% 0 transparent;
    float: left;
    list-style-type: none;
}

ul.menuPrincipal li a {
    color: #8F8F8F;
    display: inline-block;
    font-family: 'Maven Pro',arial,serif;
    font-size: 15px;
    height: 30px;
    outline: medium none;
    padding: 14px 18px 0;
    text-decoration: none;
}

ul.menuPrincipal li img {
	vertical-align: baseline;
}

ul.menuPrincipal li a:hover, ul.menuPrincipal li a:focus, ul.menuPrincipal li a:active, ul.menuPrincipal li a.actual {
    background: none repeat scroll 0 0 #C9C9C9;
    color: #FFFFFF;
}

.elemVisorNoSelect {
	text-decoration: none;     
    color:#666666;
}

.spanVisor {
	color: black;
	font-weight: bold; 
}

.spaceLink {
	text-indent: 1em;
}

.elemVisorSelect {
	text-decoration: none;    
	font-weight: bold; 
    color:#666666;
}

.more-link {
    text-decoration: none; 
    color:#666666;
}

#usuario, #procedimiento_seleccionado {
    display: flex;
    color: #8F8F8F;
    font-family: 'Maven Pro',arial,serif;
    font-size: 1.5em;
    border: none !important;
    margin-right: 20px;
}

#usuario *, #procedimiento_seleccionado * {
    align-self: center;
}

#usuario p, #procedimiento_seleccionado p {
    margin-left: 10px;
}

#usuario {
    min-width: max-content;
}

#desconexion {
    text-align: center !important;
    background-color: #007DAA;
}

#desconexion a {
    color: white !important;
}

#footer {
	display: flex;
	flex-direction: column;
	min-height: 220px;
    background: #333333;
    bottom: 0px;
    left: 0px;
    color: white;
    overflow: hidden;
    min-width: 96em;
}

div #principal #descripcion {
    margin-top: 25px;
    padding: 5px;
}

div #principal h1 {
	color: #019FCC;
    font-family: 'Maven Pro',arial,serif;
    font-size: 16px;
    font-weight: bold;
}

div #principal h1 a:link {
	color: #019FCC;
	text-decoration: none;
}

div #principal h1 a:visited {
	color: #019FCC;
	text-decoration: none;
}

div #principal h1 a:hover {
	color: #019FCC;
	text-decoration: underline;
}

div #principal h1 a:active {
	color: #019FCC;
	text-decoration: underline;
}

div #principal {
	margin-top: 20px;
}

div #principal #requerimientos {
    padding: 5px;
}

div #principal #acceso {
    padding: 5px;
}

div #principal #acceso #cert img {
	position: relative;
    float: left;
    margin-right: 20px;
}

div #principal #acceso #nocert {
    margin-top: 30px;
}

div #principal #acceso #nocertparam {
    margin-top: 0px;
}

div #principal #acceso #nocert img {
    position: relative;
    float: left;
    margin-right: 20px;
}

div #principal #acceso #nocertparam img {
    position: relative;
    float: left;
    margin-right: 20px;
}

div #principal #acceso #nocert #nocerttexto {
}

p#applet {
	width: 0px;
	height: 0px;
	margin: 0 auto;

}

div #botonera {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 20px;
}

div #botonera .message {
	text-align: left;
}

div #botonera #idnocert {
	margin-bottom: 20px;
}

.botonEstilizado {
	background-color: #60B6D2;
	border: 0px;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    width: 70px;
    height: 22px;	    
    text-align: center;
    /*vertical-align: top;*/
    font-family: verdana,arial,serif;
    font-size: 12px;
}


.adjuntar, .autorizar {
	margin-bottom: 10px;
}

.botonEstilizado:hover {
	color: black;
}

.botonEstilizadoAumentado {
	background-color: #60B6D2;
	border: 0px;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding: 10px 0;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    width: 130px;
    height: min-content;
    text-align: center;
    /*vertical-align: top;*/
    font-family: verdana,arial,serif;
}

.botonEstilizadoAumentado:hover {
	color: black;
}

.botonEstilizadoGrande {

    /* background-color: #019FCC; */
    
    background-color: #60B6D2;
    border: 0px;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: medium;
    font-weight: normal;
    margin: 0;
    padding-top: 8px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    width: 110px;
    height: 26px;   
    text-align: center;
    font-family: verdana,arial,serif;
}

.botonEstilizadoGrande:hover {
    color: black;
}

.botonEstilizadoButton {
   background-color: #60B6D2;
    border: 0px;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    width: 70px;
    height: 30px;   
    text-align: center;
    font-family: verdana,arial,serif;
    font-size: 12px;
}

.botonEstilizadoButton:hover {
    color: black;
}

.botonEstilizadoDescargaRes {
    background-color: #60B6D2;
    border: 0px;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    padding: 7px;
    margin-left: 230px;
    margin-top: -24px;
    text-decoration: none;
    width: 175px;
    text-align: center;
    font-family: verdana,arial,serif;
    font-size: 12px;
    position:absolute;
}

.botonEstilizadoDescargaRes:hover {
    color: black;
}

.botonEstilizadoButtonLargo {
    background-color: #60B6D2;
    border: 0px;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin: 0;
    padding-top: 8px;
    margin-left: 2px;
    margin-right: 2px;
    text-decoration: none;
    width: 250px;
    height: 30px;   
    text-align: center;
    font-family: verdana,arial,serif;
    font-size: 12px;
}

.botonEstilizadoButtonLargo:hover {
	color: black;
}

#content-outer {
    width: 96em;
    height: 100%;
    font-size: 1.5em;
    overflow-y: hidden;
    overflow-x: auto;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#content-wrapper.detalle {
	margin-top: 10px;
}

#aplicacion {
	font-family: 'Maven Pro',arial,serif;
	/*font-size: 28px;*/
    font-size: 22px;
	font-weight: 400;
	letter-spacing: -0.01em;
	text-align: right;
	position: absolute;
	top: 75px;
    /*top: 25px;*/
	right: 10px;
    z-index:999;
}

.modal {
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    z-index:9999;
    margin:auto;
}

#procesando {
    background:url('https://www.juntadeandalucia.es/empleoformacionytrabajoautonomo/ovorion/static/images/trans03.png') repeat;
    visibility:hidden;
}

#procesando h1 {
    text-align: center;
}

#error {
    background:url('https://www.juntadeandalucia.es/empleoformacionytrabajoautonomo/ovorion/static/images/trans02.gif') repeat;
    visibility:hidden;
    font-size: 2em;
}

#error #msgerror {
	text-align: center;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	width: 60%;
    background-color: black;
    color: red;
    padding: 10px;
	z-index: 9999;
}

div.error {
	background: url(https://www.juntadeandalucia.es/empleoformacionytrabajoautonomo/ovorion/static/images/skin/exclamation.png) 8px 50% #fff3f3 no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 30px;
    text-align: left;
}

div.errorAsiste {
	background: #fff3f3 no-repeat;
    border: 1px solid red;
    color: #cc0000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 30px;
    text-align: center;
}

div.errors {
	background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px 0px 5px 20px;
}

div.errors ul {
    list-style: none;
    padding: 0;
}
div.errors li {
    background: url(https://www.juntadeandalucia.es/empleoformacionytrabajoautonomo/ovorion/static/images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

/* Para la caja de texto de errores v2*/
div.errors.errors2 {
	padding-top: 0px;
	padding-left: 10px;
}

div.errors.errors2 p.icon {
	background: url(https://www.juntadeandalucia.es/empleoformacionytrabajoautonomo/ovorion/static/images/skin/exclamation.png) 0px 50% no-repeat;
	padding-left: 25px;
	margin-top: 5px;
	margin-bottom: 3px;
}

div.errors.errors2 p.noicon {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.errors.errors2 li {
	margin-bottom: 3px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

.message {
    background: url("https://www.juntadeandalucia.es/empleoformacionytrabajoautonomo/ovorion/static/images/skin/information.png") no-repeat scroll 8px 50% #EFFAE6;
    border: 1px solid #7BA857;
    color: #7BA857;
    padding: 5px 5px 5px 30px;
}

.center {
    text-align: center;
}

table.tabla {
	border: 0;
	width: 100%;
}

table.tabla .horizontal p {
    margin-right: 2.5em;
}

table.tabla label {
    color: #666;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.tabla div {
    padding: 0.5em;
}

table.tabla td, table.tabla th {
    border: 0;
    padding: 0.5em;
}

div#anexos table.tabla td, div#anexos table.tabla th {
    border: 0;
    padding: 0;
}

div#formprincipal table.tabla td, div#formprincipal table.tabla th {
    border: 0;
    padding: 0;
}

div#adjuntos table.tabla td, div#adjuntos table.tabla th {
    border: 0;
    padding: 0;
}

div#autorizaciones table.tabla td, div#autorizaciones table.tabla th {
    border: 0;
    padding: 0;
}

div#deudas table.tabla td, div#deudas table.tabla th {
    border: 0;
    padding: 0;
}

table.tabla th {
    color: #666;
}

table.tabla td ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

table.tabla td ul li {
	padding-left: 20px;
}

table.tabla td ul li a:link, table.tabla td ul li a:visited, table.tabla td ul li a:active {
    color: #019FCC;
    text-decoration: none;
}

table.tabla td ul li a:hover {
    color: #000000;
    text-decoration: underline;
}

table.tabla td ul li a {
    outline: medium none;
}

table.tabla .left {
    text-align: left;
}

table.tabla .descripcion {
    width: 65%;
}

table.tabla div.descripcion {
	display: inline-block;
	display: -moz-inline-stack;
	zoom: 1;
    *display: inline;
	width: 75%;
}

table.tabla .vigenciadisp {
    width: 20%;
    text-align: center;
    display: table-cell;
}

table.tabla .vigencia {
    width: 20%;
    text-align: center;
}

table.tabla div.vigencia {
    display: inline-block;
    display: -moz-inline-stack;
    zoom: 1;
    *display: inline;
    width: 21%;
}

table.tabla .fecha {
    width: 10%;
    text-align: center;
}

table.tabla .descripcion a:link, table.tabla .descripcion a:visited, table.tabla .descripcion a:active {
    color: #019FCC;
    text-decoration: none;
}

#descform {
	display: block;
	margin-top: 10px;
}

.tablatramite {
    border: 0 none;
    padding: 5px;
    border-style:solid;
    border-width:1px;
    border-color:#D8D8D8;
    background: none repeat scroll 0 0 #F9FAFC;
}

.marcoprevfirma {
    border-style:solid;
    border-width:1px;
    border-color:#D8D8D8;
    background: none repeat scroll 0 0 #F9FAFC;
    padding: 10px;
}

.alinder {
    float: right;
    display: flex;
}

.alincen {
	text-align: center;
	margin-top: 10px;
}

.requerido{
	color: red;
}

.msjObligatorio{
	border: none;
    padding: 5px;
    color:red;
    font-weight:bold;
    font-size: 16px;
}

.textoInformativo {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

#pagina {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    overflow-y: auto;
}

#header-wrap {
	border-bottom:#D8D8D8 1px solid;
}

#visor-wrap {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    height: auto;
}

.paginador {
    text-align: center;
}

.paginador a:link, .paginador a:visited {
    border: 1px solid #DDDDDD;
    color: #666666;
    display: inline-block;
    height: 18px;
    padding: 3px 7px;
    text-decoration: none;
    margin: 0 5px;
}

.paginador a:link, .paginador a:visited, .paginador a:active, .paginador span.current {
    border-radius: 4px 4px 4px 4px;
}

.paginador a:link, .paginador a:visited, .paginador a:active {
    background: -moz-linear-gradient(100% 100% 90deg, #F5F5F5, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #DEDEDE;
}

.paginador .current, .paginador a:hover {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #BBBBBB;
}

#trdisponibles {
	margin-top: 10px;
	margin-bottom: 10px;
}

#trborradores {
    margin-top: 10px;
    overflow: hidden;
}

#trpresentados {
    margin-top: 10px;
}

#trautorizados {
	margin-top: 10px;
}

#codsolicitud, #formprincipal, #anexos, #firma, #adjuntos, #autorizaciones, #deudas, .docadjunto, .autorizacion, .deuda {
    margin-top: 10px;
    padding: 10px;
}

#documento {
    margin-top: 10px;
    height: 400px;
}

tr#firmantes td#firmante {
	padding-top: 0;
	padding-left: 20px;
}

tr.anexo td.descripcion {
	vertical-align: middle;
	max-width: 65%;
}

tr.principal td.descripcion {
    vertical-align: middle;
    max-width: 65%;
}

tr.adjunto td.descripcion {
    vertical-align: middle;
    max-width: 65%;
}

tr.anexo td.opciones {
    padding: 0;
}

tr.principal td.opciones {
	padding: 0;
}

tr.adjunto td.opciones {
    padding: 0;
}

#adjuntos {
	min-height: 30px;
}

.docadjunto #botones {
	margin-top: 10px;
}

.docadjunto #titulo {
	padding: 10px;
}

.docadjunto #datos {
	padding-left: 10px;
}

.docadjunto #datos .fila {
	margin-bottom: 10px;
}

.docadjunto #datos label {
	vertical-align: top;
}

.autorizacion #datos .fila {
	margin-bottom: 10px;
}

.autorizacion #titulo {
    padding: 10px;
}

.autorizacion #datos {
    padding-left: 10px;
}

.autorizacion #datos .etiqueta {
	display: inline-block;
	width: 10em;
}

.autorizacion #datos .elemento {
	display: inline;
}

.autorizacion #datos .elemento #nombre,
.autorizacion #datos .elemento #apellido1,
.autorizacion #datos .elemento #apellido2 {
	width: 30em;
}

.deuda #datos .fila {
	margin-bottom: 10px;
}

.deuda #titulo {
    padding: 10px;
}

.deuda #datos  {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid;
    margin-bottom: 20px;
}

.deuda #datosNoBorder  {
    padding-left: 10px;
    margin-bottom: 20px;
}

.deuda #datos .etiqueta {
	display: inline-block;
	width: 11em;
}

.deuda #datos .elemento {
	display: inline;
}

.deuda #datos .botones{
	float: right
}

.deuda #datos .colDerecha {
	width: 11em;
	display: inline-block;
	margin-left: 2em;
}

.deuda #datos .elemento #tipoDocumento{
	width: 14.5em;
}

.deuda #datos .elemento #fecEmisionGeneracion{
	width: 14.2em;
} 

.deuda #datos .elemento #identificador{
	width: 14em;
}

.deuda #datos .elemento #proveedor,
.deuda #datos .elemento #cuentaBancaria,
.deuda #datos .elemento #titularCuentaBancaria,
.deuda #datos .elemento #concepto,
.deuda #datos .elemento #fichero{
	width: 44em;
}

.deuda #datos .elemento #importeAmortizar,
.deuda #datos .elemento #importeTotalPrestamo,
.deuda #datos .elemento #numPrestamoBancario,
.deuda #datos .elemento #intComSatisfechos,
.deuda #datos .elemento #importeConIva,
.deuda #datos .elemento #importeSinIva,
.deuda #datos .elemento #iva,
.deuda #datos .elemento #retencion,
.deuda #datos .elemento #recargoEquivalencia,
.deuda #datos .elemento #importePendiente,
.deuda #datos .elemento #sumaImportesAmortizar,
.deuda #datos .elemento #fecEmision,
.deuda #datos .elemento #importeJustificar{
	width: 14em;
	text-align: right;
}

#tabladocpres {
    overflow-y: scroll;
    max-height: 200px;
}

#tabladocpres td.descripcion {
	width: 30%;
}

#tabladocpres td {
	padding: 0;
}

table.tabla th.subrayado {
	border-bottom-color: #666;
	border-bottom-width: medium;
	border-bottom-style: solid;
}

iframe {
	width: 100%;
	height: 100%;
}

/* Di�logos modales */
div.ui-widget-overlay {
    background:url('https://www.juntadeandalucia.es/empleoformacionytrabajoautonomo/ovorion/static/images/trans03.png') repeat;
}

div.ui-widget-header {
    background: #019FCC;
    border-color: #019FCC;
    font-weight: normal;
}

button.ui-button.ui-widget.ui-state-default {
    border: 1px solid #019FCC;
    background: #019FCC;
    color: white;
    font-weight: normal;
}

button.ui-button.ui-widget.ui-state-hover {
    border: 1px solid #019FCC;
    background: #019FCC;
    color: white;
    font-weight: normal;
}



/* VENTANA DE FILTRO */
.filterPane {
	position: absolute;
	width:650px;
    left: 50%;
	margin-left: -25%;
	top: 50%;
	margin-top: -10%;
	border: 2px solid #666666;
	background-color: white;
	padding: 5px;
    z-index: 1;
}

.filterTable {
	width: 100%;


}

input.search {
    border-style:none;
    background-color: transparent;
    font-size: 1em;
    font-family: FontAwesome;
    color: #019FCC;
}

input.search:hover {
    cursor: pointer;
}

#convocatoria {
    border: 1px solid #007F2D;
	height: 24px;
    padding: 1px 5px;
    font-size: .7em;
}

#convocatoria::before {
    position: absolute;
   content: "\f2ba";
   font: normal normal normal 14px/1 FontAwesome;
    right: 40%;
    color: #000;
    bottom: 0;
    height: 30px;
    width: 60px;
    background: green;
    z-index: 1;
  }

.campoFiltro{
    border-width: 0px 0px 1px;
    border-style: solid;
    border-color: #FFF #FFF #E6E6E6;
    background: #E0F2F7;
    vertical-align: top;
    padding: 12px 12px 5px 0px;
    margin: 0px;
}

/* FIN VENTANA DE FILTRO */

.oculto{display:none !important;}

/* CABECERA */

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

#cabecera{
    border-top:4px #09551b solid;
    background-image: url(https://www.juntadeandalucia.es/themes/images/cabecera_fondo.gif);
    background-repeat:repeat-x;
    background-color:#fff;
    height:12.2em;
    overflow: hidden;
}

#logo {
    float: left;
    display: -webkit-inline-box;
    font-size: .9em;
}

.logotipo {
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    font-size: .7em;
}

.logotipo img {
    height: 90px;
}

.od-logo .logotipo {
    margin-top: 11px;
    margin-bottom: 11px;
    display: block;
}

.od-logo .logotipo img {
    height: 100px;
}

#logo .sublogo,
#logo.od-logo .sublogo {
    background: none;
    display: block;
}

#logo .sublogo {
    font-size: .7em;
    margin-left: 5px;
}

#logo.od-logo .sublogo {
    margin-left: 20px;
}

.od-logo .sublogo img,
.sublogo img {
    height: 71px;
}

.sublogo.adscrito img {
    height: 95px;
}

#logo .sublogo.adscrito.movil {
    display: none;
}

#logo .sublogo.adscrito.desktop {
    display: block;
}

#cabecera .herramienta{
    float:right;
}
/* FIN CABECERA */


/* MENU */
#navegacion {
    border-right:#D8D8D8 1px solid;
    min-width: 240px;
    height: 100%;
    display: flex;
    flex-direction: row;
    z-index: 50;
}

#barra_horizontal {
    background-image:url(https://www.juntadeandalucia.es/themes/images/fondo_menu.gif);
    background-repeat:repeat-x;
    border-bottom:#d7d7d7 1px solid;
    background-color:#f2f2f2;
    padding-left: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.actual{color:#087021 !important;}

#menu {
    display: flex;
    flex-direction: column;
    list-style:none;
    width: 100%;
}

#menu li li.final {
  padding-bottom: 0 !important;
}

#menu li li {
  padding-top: 0 !important;
}


#menu li{ /* Contenedores principales */
    text-align:left;
    font-size: 1.7em;
    padding: 10px;
    border-bottom: #D8D8D8 1px solid;
    cursor: pointer;
    z-index:99998;
}

#menu .li_inicio{
    padding-left:0.5em !important;
}

#menu_btn{
    display:none;
}

#menu li .drop{ /* Enlaces principales */
	font-family:'TeXGyreHerosCnRegular', Arial, sans-serif;
	line-height:1.3em;
	color: #2B2B2B;
	display:block;
	outline:0;
	text-decoration:none;
	padding-bottom:0.8px;
}

#main .container_16 {
    display: flex;
    flex-direction: column;
}

#menu .drop a:hover {
	color:#005da5;
	line-height:1.3em;
}

#menu .li_inicio{ padding-left:0.5em !important;}

#menu li.sub-nav-mis-solicitudes:hover, #menu li.main-nav:hover{
    border-right:#4287bb solid 3px !important;
    padding-right: 7px !important;
}

#menu li.main-nav {
    background-color: #F3F3F3;
}


#menu li.sub-nav-mis-solicitudes a {
    padding-left: 1em;
}

#menu_btn{
    display:none;
}

#menu .button-nav{
    background-color: #019FCC;
}

#menu .button-nav a{
    color: white !important;
}

.dropdown{
	width: 96em;
	height:35.0em;
	float:left;
	position:absolute;
	z-index:99;
	margin:0.8em auto;
	padding:0em 0;
	overflow:hidden;
	color:#fff;
	text-align:left;
	background:#005122 url(https://www.juntadeandalucia.es/themes/images/fondo_solapa.jpg) no-repeat;
	left:-999em;
	font-size:1em;

	}

	@media (min-width: 960px){
.dropdown{
	display:block;}
	}

	@media (max-width: 959px) {
.dropdown{
		display:none;}
	}

.dropdown div{z-index:99 !important;}

/* Posiciones submenu */

.menu_principal li .dropdown { display: none;}
/*
.menu_principal li.temas .dropdown{ left:0 !important; top:auto;}
.menu_principal li.junta .dropdown{ left:-8.5em !important; top:auto;}
.menu_principal li.servicios .dropdown{ left:-20.4em !important; top:auto;}
.menu_principal li.boja .dropdown{ left:-41.0em !important; top:auto;}
.menu_principal li.andalucia .dropdown{ left:-50.7em !important; top:auto;}
.menu_principal li.noticias .dropdown{ left:-63.7em !important; top:auto;}
*/

.menu_principal li.temas .dropdown{ left:0; top:auto;}
.menu_principal li.junta .dropdown{ left:-8.5em; top:auto;}
.menu_principal li.transparencia .dropdown{ left:-20.4em; top:auto;}
.menu_principal li.servicios .dropdown{ left:-36.9em; top:auto;}
.menu_principal li.boja .dropdown{ left:-57.5em; top:auto;}
.menu_principal li.andalucia .dropdown{ left:-67.2em; top:auto;}
.menu_principal li.noticias .dropdown{ left:-80.2em; top:auto;}



.menu_principal li.organica .dropdown{ left:0em; top:auto;}
.menu_principal li.actividad .dropdown{ left:-18.6em; top:auto;}
.menu_principal li.tramites .dropdown{ left:-38.4em; top:auto;}
.menu_principal li.actualidad .dropdown{ left:-59.0em ; top:auto; }

.menu_principal li.od_catalogo .dropdown{ left:0em ; top:auto;}
/* anterior open data
.menu_principal li.od_ayuda .dropdown{ left:-17.6em; top:auto;}
.menu_principal li.od_participa .dropdown{ left:-27.7em; top:auto;}
.menu_principal li.od_proyecto .dropdown{ left:-39.7em; top:auto;}
*/

.menu_principal li.od_tutoriales .dropdown{ left:-17.6em; top:auto;}
.menu_principal li.od_aplicaciones .dropdown{ left:-30.5em; top:auto;}
.menu_principal li.od_proyecto .dropdown{ left:-45.6em; top:auto;}
.menu_principal li.od_contacto .dropdown{ left:-64.7em; top:auto;}



.dropdown strong a{
	font-family:'TeXGyreHerosCnRegular', Arial, Helvetica, sans-serif;
	color:#ffffff !important;
	font-size:2em;
	line-height:1.1em;
	margin:0px 0 0px 0;
	padding:0.7em 0 0 0 !important;
	font-weight:normal !important;
	text-decoration: none;
	display:block;
	clear:both;
	}

.dropdown .encabezado strong {
	font-family:'TeXGyreHerosCnRegular', Arial, Helvetica, sans-serif;
	color:#ffffff !important;
	font-size:1.7em;
	line-height:0.8em;
	margin:0px 0 0px 0;
	padding:0.5em 0 0 0 !important;
	font-weight:normal !important;
	text-decoration: none;
	display:block;
	clear:both;
	}


#menu .dropdown ul li a, #menu .dropdown ol li a{
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    text-decoration: none;
}

#menu .dropdown ul li{
	font-family: Arial,Helvetica,sans-serif;
	line-height:1.5em !important;
	position:relative;
	margin:0;
	float:none;
	display:block;
	text-align:left;
	}

#menu li li:hover{
	padding-top:5px;
}

#menu li img{
	margin:0.5em 0;
	border:6px solid #fff;
	}

#menu p{
	font-family: Arial,Helvetica,sans-serif;
	font-size:1.2em;
	padding:0.5em 0;
	line-height:1.3em;
	font-weight:normal;
	}

#menu .img_datosabiertos{ border:0 !important;}
#menu .menu_img_datosabiertos{ clear:both; padding-left:36px !important; }

/*************************** Enlaces /***************************/

.enlace_menu_mas{
	display:block;
	padding: 10px;
	font-size:1.2em !important;
	color:#fff;
	text-decoration:none;
	background: url(https://www.juntadeandalucia.es/themes/images/menu_iconos.gif) no-repeat 0 14px;
	}

.enlace_menu_mas_blanco{
	width:120px;
	display: inline-block;
	color: #fff !important;
	text-decoration:none;
	padding:1em;
	background:url(https://www.juntadeandalucia.es/themes/images/bullet_mas_menu.jpg) no-repeat 0px center;
	}

.enlace_menu_rss{
	float:right;
	color: #fff !important;
	text-decoration:none;
	padding:1em 4em 1em 1.2em;
	background:url(https://www.juntadeandalucia.es/themes/images/icon_rss2.gif) no-repeat 0px center;
	}

.enlace_menu_mas_blanco_grande{
	width:120px;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	display: inline-block;
	color: #fff;
	text-decoration:none;
	padding:1em;
	background:url(https://www.juntadeandalucia.es/themes/images/bullet_mas_menu.jpg) no-repeat 0px center;
	}

.enlace_menu_rss_grande{
	float:right;
	font-size:1.2em;
	font-family:Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	padding:1em 4em 1em 1.2em;
	background:url(https://www.juntadeandalucia.es/themes/images/icon_rss2.gif) no-repeat 0px center;
	}

/*************************** GRID /***************************/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10{
	overflow:hidden;
	}

/*************************** DISTRIBUCIONES /***************************/

/* Listado de navegacion */
.ul_navegacion {
  margin:0.5em 0 0 0;
}

.ul_navegacion li, html .ul_navegacion li:hover{
  text-decoration:none !important;
  background: rgba(0, 0, 0, 0) url("https://www.juntadeandalucia.es/themes/images/menu_bullet.jpg") no-repeat scroll 0 7px;
  padding: 0.1em 1em 0.5em !important;
}

.ul_navegacion ul {
	padding-top:0.5em;
	}

.ul_navegacion_ccul {
  margin:0.5em 0 0 0;
  height: 21.6em;
}

.ul_navegacion_ccul li, html .ul_navegacion_ccul li:hover{
  text-decoration:none !important;
  background: rgba(0, 0, 0, 0) url("https://www.juntadeandalucia.es/themes/images/menu_bullet.jpg") no-repeat scroll 0 7px;
  padding: 0.1em 1em 0.5em !important;
}

.ul_navegacion_ccul ul {
	padding-top:0.5em;
	}

/* Listado simple */

.ul_simple{
	margin:0.5em 0 0 0;
	}



.ul_simple li, .ul_simple li:hover{

	padding: 0.1em 1em 0.5em 1em !important;
	background:url(https://www.juntadeandalucia.es/themes/images/menu_bullet.jpg) no-repeat 0 7px;
	}



	.ul_simple2 li,  .ul_simple2 li:hover{
		padding-top: 0.1em !important;
		padding-bottom:0em !important;
	}

.temas .ul_simple li, .temas .ul_simple li:hover{
	padding: 0.1em 1em 0.2em 1em !important;
	}

.ul_simple .mas{
	background: url(https://www.juntadeandalucia.es/themes/images/menu_iconos.gif) no-repeat 0 5px  !important;
	}

.ul_simple li a, .ul_simple li a:hover{
	line-height:1.3em;
	}

.grid_7 .grid_7 .ul_simple li{
	width:18em;
	float:left !important;
	}

/* listado con imagen */

.ul_img{
margin:0.5em 0 0 0;
	}

.ul_img li{
	width:100% !important;
	float:left !important;
	padding: 0.1em 0 1em 0 !important;
	}

.ul_img img{
	float:left;
	margin:0 1em 0em 0 !important;
	border:1px solid #ccc !important;
	}

#menu .ul li:hover{
	padding-top:4px;
	}



/*  buscador  */

#menu .buscador{
	width:26.5em;
	margin-top:1em;
	float:none;
	display:block;
	}

#menu .buscador p{
	color:#fff;
	padding-top:1em;
	display:block;
	font-size:1.2em;
	line-height:1.5em;
	display:block;
	}

/*  Genericas  */

.dropdown a, .dropdown li{
	color:#fff;
	text-align:left;
	}

.dropdown a:hover, .dropdown li:hover{
	border: none !important;
	text-decoration:underline !important;
	font-weight:normal !important;
	}

.datos_andalucia li:hover {text-decoration:none !important;}

/*NOTICIAS*/

#menu .img_nob{ border:0 !important;}

/* Cambios en solapa RPA */
#menu .sugerencia-valoracion li {
  text-decoration:none !important;
  min-height: 0;
  padding-left: 0;
}
#menu .sugerencia-valoracion li p {
  color: #fff;
  padding-bottom: 0;

}
#menu .sugerencia-valoracion li img {
  margin: 0;
  border: 0;
}

li .fom-contacto-solapa-servicios {
  padding-top: 3px;
}
/* FIN MENU */

#degradado {
    background: -webkit-radial-gradient(red, green, blue); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(red, green, blue); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(red, green, blue); /* For Firefox 3.6 to 15 */
    background: radial-gradient(red, green, blue); /* Standard syntax */
}

.pre-pie {
	display: flex;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
	padding: 20px 0;
}

.grid_5em {
    width: 28em;
}

.grid_1,em .grid_2,em .grid_3,em .grid_4,em .grid_5,em .grid_6,em .grid_7,em .grid_8,em .grid_9,em .grid_10em, .grid_11em, .grid_12em, .grid_13em, .grid_14em, .grid_15em, .grid_16em {
    overflow: hidden;
	display: inline;
	float: left;
	margin-left: 1em;
	margin-right: 1em;
}

.site-footer__bottom {
	border-top: solid 1px #9a9a9a;
	padding-top: 10px;
	margin-top: 10px;
}

#footer .enlaces ul li a, #pie .enlaces-accesibilidad ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 2em;
	float: left;
	color: #fff;
	margin: 0;
	padding: 0;
	padding: 0px 10px;
	text-decoration: none;
	background: url(https://www.juntadeandalucia.es/themes/images/bullet_01.jpg) no-repeat left 5px;
}

#footer .enlaces ul li a:hover {
	text-decoration: underline;
}

#footer .enlaces ul li {
	list-style: none;
	color: #fff;
}

#footer .enlaces ul li {
	width: 100%;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	color: #fff;
}

#pie .enlaces ul {
	padding: 0;
	margin: 0;
}

#tablaLogin {
	width: 87%;
}

#tablaLogin td{
	width: 29%;
}

.mensajeLogin {
	font-size: 0.85em; 
	font-weight: initial;
}

.opcionesLogin {
	display: none;
	margin-top: -2%;
	margin-bottom: -2%;
}

.loginCertificado {
	text-align: center;
	display: block;
	width: 38%;
}

.loginCertificadoTd {
	padding-right: 0%;
	width: 166px;
}

.loginUsuario {
	text-align: center;
	display: block;
	width: 30%;
}

.loginClave {
	text-align: center;
	display: block;
	margin-right: 54%;
}

.loginImg {
	background-color: #3e74b4;
	border-radius: 50%; 
}

.loginImgDis {
	background-color: #ededed; 
	border-radius: 50%; 
}

.loginCertificado span {
	font-size: 0.78em;
}

.loginUsuario span {
	font-size: 0.78em;
}

.loginClave span {
	font-size: 0.78em;
	color: #666;
	margin-left: 5%;
}

input.errors {
	border: 1px solid red;
}

select.errors {
	border: 1px solid red;
}

.botonGrisButton:hover {
	background-color: #dedede;
}

.botonGris:hover {
	background-color: #dedede;
}

.ui-widget-header .ui-icon {
  background-image: url(https://www.juntadeandalucia.es/empleoformacionytrabajoautonomo/ovorion/static/css/jquery-ui/images/ui-icons_ffffff_256x240.png) !important;
}

.ui-state-hover .ui-icon {
  background-image: url(https://www.juntadeandalucia.es/empleoformacionytrabajoautonomo/ovorion/static/css/jquery-ui/images/ui-icons_ef8c08_256x240.png) !important;
}