@import url(http://fonts.googleapis.com/css?family=Roboto);

::-webkit-input-placeholder {
   color: #333333;
}
:-moz-placeholder { /* Firefox 18- */
   color: #333333;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #333333;  
}
:-ms-input-placeholder {  
   color: #333333;  
}

* {
	border-radius: 0 !important;
}

body {
	background-color: #232323;
	font-family: Roboto, Tahoma, 'Trebuchet MS', Arial;
	font-size: 62.5%;
	margin: 0;
	padding: 0;

}

.otra_tarifa
	{
	
	width: 100%;
	}

.blanco
	{
	 background:white;
	}
	
.rojo
	{
	background: #ffcccc;
	}
	
div.exito
	{
	 background-color: #ccffcc;
	 border: 2px solid #99cc99;
	 color: #336633;
	 font-size: 12px;
	 text-align: center;
	 vertical-align:middle;
	 line-height:40px;
	 height: 40px;
	}
		
div.fracaso
	{
	background-color: #ffcccc;
	 border: 2px solid #cc9999;
	 color: #663333;
	 font-size: 12px;
	 text-align: center;
	 vertical-align:middle;
	 line-height:40px;
	 height: 40px;
	}
div.asociado {
	width: 100%;
	padding:10px;
	background-color: #ccffff;
	}	
.listado tr.linea-b.rojo td	
	{
	background: #cc9999;
	}
.listado tr.linea-b.rojo.linea-c td	
	{
	background: #999999;
	}	
	
.verde
	{
	background: #ccffcc;
	}	
.gris
{
	background:#CCC;
	}	

a {
	outline: 0;
	text-decoration: none;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a.ui-tabs-anchor {
	outline: 0;
	text-decoration: none;
	-moz-transition: all 0ms ease-in-out;
	-ms-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	-webkit-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}

a, .ui-widget-content a {
	color: #0073EA;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}


.barra-navegacion{
	float: right;
		
	}
	
	
.ui-tabs .ui-tabs-panel
{
	overflow-x:auto;
	}	
/***********************acesos directos***************/
#accesos_directos {
    position: absolute;
    top: 0;
    right: 0px;
    height: 100%;
}

#accesos_directos ul a{
    padding: 0px;
    margin: 0px 1em 0px 0px;
}

#accesos_directos li {
    display: inline-block;
}

#accesos_directos ul {
    font-size: 1.3em;
    line-height: 70px;
    margin: 0px;
    padding: 0px;
}

#accesos_directos a {
    display: inline-block;
    padding: .5em;
    color: #edd801;
    text-transform: uppercase;
    font-weight: 600;
}

#accesos_directos ul .avisos-cabecera {
    color: yellow;
}
	
/***********************acceso ************************/

#contenido_acceso
	{
	min-height: 570px;
	height: calc(100vh - 50px);;
	background-image:url('../img/admin/pantalla-1.jpg');
	
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: left bottom;
}

#contenedor_login
	{
	padding-top:300px;padding-left:90px;width:680px;
	}
	
#contenedor_login table
	{
	padding: 20px 10px;
	border-bottom: 2px solid #edd801;
	background-color:#000;
	}


/**************************************************/	
#fondo_inicio{
	background:url('../img/admin/fondo.png') no-repeat center center;
	height:725px;	
	}	
	
	
/***********************************************/	
	
.barra-navegacion .item
	{
	float:left;
	border:1px solid #ddd;
	margin:4px 2px;
	padding:0px 10px;
	height:45px;
	cursor: pointer;
	line-height: 45px;
	color:#fff!important;
	background-color: #333333;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	}
	
.barra-navegacion .item.sel
	{
	 border-top:1px solid #666;
	 border-left:1px solid #666;
	 border-right:1px solid #666;
	 background-color: #ddd;
	}	

.barra-navegacion .item.sel a
	{
	 color:#333;
	 
	}
	
	
.barra-navegacion .item:hover
	{
	background-color: #6e6e6e;
	color:#0f0!important; 
	}	
	
.barra-navegacion .item i
	{
	font-size:16px;
	margin-right: 8px;
	line-height: 45px;
	
	}	
	
	
.barra-navegacion .item a
	{
	 line-height: 45px;
	 text-decoration: none;
	 color:#eee;
	 display: block;
	}
	
.barra-navegacion .item a:hover
	{
	color:#fff;
	}	
	
.barra-navegacion_des{
	float: right;
		
	}
	
.barra-navegacion_des .item
	{
	float:left;
	border:1px solid #ddd;
	margin:4px 2px;
	padding:0px 10px;
	height:45px;
	cursor: wait;
	line-height: 45px;
	color:#ccc;
	background-color: #999;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	}
	
.barra-navegacion_des .item.sel
	{
	 border-top:1px solid #ccc;
	 border-left:1px solid #ccc;
	 border-right:1px solid #ccc;
	 background-color: #ddd;
	}	

.barra-navegacion_des .item.sel a
	{
	 color:#666;
	 cursor: wait;
	 
	}
	
		
.barra-navegacion_des .item i
	{
	font-size:16px;
	margin-right: 8px;
	line-height: 45px;
	cursor: wait;
	
	}	
	
	
.barra-navegacion_des .item a
	{
	 line-height: 45px;
	 text-decoration: none;
	 color:#eee;
	 display: block;
	 cursor: 
	}
	
.listado tr.linea td.miniatura-lis {
	position: relative;
}
.listado tr.linea td.miniatura-lis .miniatura-listado {
	border: 1px solid #6BA5CA;
	left: 100%;
	opacity: 0;
	position: absolute;
	visibility: hidden;	
	
	z-index: 5;

	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.listado tr.linea td.miniatura-lis:hover .miniatura-listado {
	visibility: visible;
	opacity: 1;
}		
	
.interior-busqueda label.opciones {
		text-decoration: none;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		padding:0px 10px;
		background-color: #ccc;
		border: 1px solid #fff;
		color: #555;
		font-size:14px;
		cursor: pointer;
		display: block;
		height: 45px;
		line-height: 45px;
		margin-left:10px;
		
	}

.interior-busqueda label.opciones:hover {
		text-decoration: none;
		-moz-transition: all 500ms ease-in-out;
		-ms-transition: all 500ms ease-in-out;
		-o-transition: all 500ms ease-in-out;
		-webkit-transition: all 500ms ease-in-out;
		transition: all 500ms ease-in-out;
		background-color: #999;		
		color: #111;
		
		
	}		
	
/*** Listados  busqueda ************************************************************************************/
.listado_busqueda {
	width: 100%;
}

.listado_busqueda th {
	background: #99ccff;
	border-left: 1px solid #fff;
	border-right: 1px solid #b7b7b7;
	height: 35px;
	padding: 0 0 0 15px;
	text-align: left !important;
	text-transform: uppercase;
	font-weight: normal;
	color: #333333;
	cursor: pointer;
}

.listado_busqueda th:last-child {
	border-right: 0;
}

.listado_busqueda th.sobre {
	cursor: pointer;
}

.listado_busqueda th.ordenado {
	cursor: pointer;
}

.listado_busqueda th.id {
	text-align: center;
	width: 50px;
}

.listado_busqueda th.ico {
	text-align: center;
	width: 20px;
}

.listado_busqueda td {
	cursor: default;
	height: 25px;
	border-top: 3px solid #fff;
	padding: 0 10px;
}

.listado_busqueda td:last-child {
	border-right: 0;
}

.listado_busqueda td.linea-a td {
	background: #efefef;
}

.listado_busqueda tr.linea-b td {
	background-color: #e8e8e8;
}

.listado_busqueda tr.linea-activa td {
	background-color: #ffc;
}

.listado_busqueda tr.linea-c td {
	background-color: #ccc;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.listado_busqueda td.id {
	text-align: center;
	width: 50px;
}

.listado_busqueda td.ico {
	text-align: center;
	width: 20px;
}
/**************************************************************/

#contenedor-admin {
	font-size: 12px;
	/*left: 230px;
	position: absolute;
	top: 0px;
	width: calc(100% - 230px);*/
}
#menu_desplegable {
	font-size: 1.5em;
}
.multilevelpushmenu_wrapper h2 {
	color: #333333;
}

.espacio {
	clear: both;
}
.espacio.h10 {
	height: 10px;
}
.espacio.h20 {
	height: 20px;
}

input.input.busqueda
	{
	 padding-left: 25px;
     padding-top: 2px;
     background-image:url("../img/admin/magnifier.png");
     background-position:5px center;
     background-repeat:no-repeat;
     background-color: #f6f6f6;
     width:92%;
	}
	
i.busqueda
	{
	 font-size:15px;	 
	 background-color: #ccc;
	 width:10px;
	 height: 10px;
	 padding:10px;
	 margin-top:0px;
	 line-height: 13px;
	 
	}	
	
span.boton_buscar
	{	 
	 cursor:pointer;
	 font-size:15px;
	 vertical-align:-8px;
	 
	
	}
	
span.boton_buscar i.fa-square
	{
	color: #999;	
	}

span.boton_buscar i.fa-square
	{
	color: #ccc;
	
	}
span.boton_buscar i.fa-normal	
	{
	color: #333;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
span.boton_buscar i.fa-normal:hover	
	{
	color: #49257d;
	
	}	
	
	
span.boton_aceptar
	{	 
	 cursor:pointer;
	 font-size:15px;
	 vertical-align:-8px;
	 
	
	}
	
span.boton_aceptar i.fa-square
	{
	color: #999;	
	}

span.boton_aceptar i.fa-square
	{
	color: #ccc;
	
	}
span.boton_aceptar i.fa-normal	
	{
	color: #339900;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
span.boton_aceptar i.fa-normal:hover	
	{
	color: #66cc00;
	
	}	
	
	
span.boton_cancelar
	{	 
	 cursor:pointer;
	 font-size:15px;
	 vertical-align:-8px;
	 
	
	}
	
span.boton_cancelar i.fa-square
	{
	color: #999;	
	}

span.boton_cancelar i.fa-square
	{
	color: #ccc;	
	}
span.boton_cancelar i.fa-square:hover
	{
	color: #999;	
	}	
span.boton_cancelar i.fa-normal	
	{
	color: #660000;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
span.boton_cancelar i.fa-normal:hover	
	{
	color: #cc0000;
	
	}
			


.input, input.input, .ui-autocomplete-input {
	background: none repeat scroll 0 0 #f6f6f6;
	border: 1px solid #ccc;
    color: #344750;
	height: 26px;
	line-height: 26px;
    margin: 0;
    overflow: hidden;
    padding: 0 10px 0 5px;
    box-sizing:border-box; 
	width: 100%;
	
}
input.ui-autocomplete-input {	
	 
	 padding-left: 25px;
     padding-top: 2px;
     background-image:url("../img/admin/magnifier.png");
     background-position:5px center;
     background-repeat:no-repeat;
     background-color: #f6f6f6;     
}

#contador-incidencias {
	background-color: #FF1A00;
	border-radius: 3px!important;
	color: #fff;
	display: none;
	margin-left: 5px;
	padding: 0 3px;
	text-shadow: none;
	width: 20px;
	
	-webkit-box-shadow: 0px 0px 1px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 1px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 1px rgba(50, 50, 50, 0.5);
}

/*** Estilos comunes *****************************************************************************/
h1 {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

#contenedor-admin h2 {
	border-bottom: 1px dotted #ccc;
	color: #333333;
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;	
}


input.orden {
	text-align: center;
	width: 50px;
}

input.input.file {
	height: 21px;
	line-height: 21px;
}

select.input {
	border: 1px solid #ccc;
	font-family: Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
    padding: 0 10px;
	width: 99%;
}

textarea.input {
	border: 1px solid #ccc;
	font-family: Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	height: 200px;
	width: 99%;
}

textarea.contenido {
	border: 1px solid #ccc;
	font-family: Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	height: 600px;
	width: 100%;
}

textarea.input.editor-mini {
	height: 300px;
}

textarea.input.editor-mini-img {
	height: 580px;
	width: 100%;
}

.input-login {
	width: 99%;
}

a img {
	border-width: 0;	
}

.externo {
	background: url('../img/admin/fugue/external-small.png') no-repeat right 2px;
	color: #2446ab !important;
	padding-right: 16px;
	
}

/*** Layout de la administraci&oacute;n *****************************************************************/
#cabecera {
	overflow: hidden;
	width: 100%;
}

#cabecera #barra-superior {
	background: #333333;
	line-height: 61px;
	padding: 0 35px;
	color: #fff;
	text-transform: uppercase;
}
#cabecera #barra-superior a {
	color:#fff;
}

#cabecera #barra-superior h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
}

#cabecera #barra-superior .tabla-alertas {
	float: right;
	height: 61px;
}

#cabecera #barra-superior .tabla-alertas span.alerta {
	background: url(../img/admin/new/alerta.png) no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}

#cabecera #barra-superior .tabla-alertas span.alerta_usuarios {
	background: url(../img/admin/new/usuariosa.png) no-repeat;
	display: block;
	height: 16px;
	width: 16px;
}

#cabecera #barra-superior .tabla-alertas span.num_alertas {
	background: #383838;
	overflow: hidden;
	line-height: 18px;
	display: block;
	padding: 0 5px;
	font-size: 10px;
	color: white;
	border-radius: 9px !important;
	position: absolute;
	margin-top: -13px;
	margin-left: 9px;
}

#cabecera #barra-superior .tabla-alertas span.configuracion {
	background: url(../img/admin/new/configuracion.png) no-repeat;
	display: block;
	height: 20px;
	width: 20px;
}

#cabecera #barra-superior .tabla-alertas span.salir {
	background: url(../img/admin/new/salir.png) no-repeat;
	display: block;
	height: 15px;
	width: 20px;
}

#cabecera #barra-superior .tabla-alertas span.sep-cabecera {
	background: grey;
	height: 24px;
	overflow: hidden;
	width: 2px;
	display: block;
}

#info-usuario {
	color: #fff;
	font-size: 11px;
	height: 28px;
	line-height: 28px;
	text-align: right;	
}

#info-usuario a {
	color: #fff;
	text-decoration: none;	
}

#info-usuario a:hover {
	color: #8fbed5;	
}

#nombre-app {
	background-position: center left;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 20px;
	height: 51px;
	letter-spacing: 1px;
	line-height: 53px;
	text-shadow: 0 1px 0 #4C6A8C;
}

#contenido {
	background-color: #f5f5f5;
	min-height: 663px;
	min-width: 980px;
	padding: 0 10px 50px 10px;
	overflow: hidden;
}

/*** Men� ****************************************************************************************/
#menu {
}

#menu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	background: #e3e3e3;
}

#menu ul li {
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	color: #434343;
	float: left;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
}

#menu ul li:first-child {
	border-left: 0px;
}

#menu ul li a {
	background-repeat: no-repeat;
	background-position: center 10px;
	color: #454545;
	display: block;
	padding: 0 35px;
	text-decoration: none;
}

#menu ul li a:hover, #menu ul li a.sel {
	background-color: #888888;	
	color: #fff;
}

/*** Pie de p�gina *******************************************************************************/
#pie {
	background-color: #edd801;
	color: #000;
	line-height: 50px;
	overflow: hidden;
}

#pie a {
	color: #000;	
}

#pie .pie_izq {
	float: left;
	font-size: 18px;
	padding-left: 30px;
	text-transform: uppercase;
}

#pie .pie_der {
	float: right;
	font-size: 18px;
	padding-right: 30px;
}

.limpia {
	clear: both;
}

/*** Cuadro de b�squeda **************************************************************************/
.busqueda {
	margin: 5px 0;
	padding: 10px;
	background: #fff;
}

.busqueda .interior-busqueda {
	background: #e1e1e1;
	padding: 5px;
}

.busqueda table .col-a {
	width: 180px;
}

.busqueda table .col-b {
}

.busqueda table .col-c {
	text-align: right;
}

.input-busqueda, .input-busqueda-inicio {
	background: #ececec;
	border: 1px solid #fff;
	color: #344750;
	height: 45px;
	overflow: hidden;
	width: 442px;
	margin: 0;
	padding: 0 10px;
}

.input-busqueda-inicio {
	width: 200px;
	margin-right: 10px;
}

/*** Listados ************************************************************************************/



.listado {
	width: 100%;
}

.listado th {
	background: #fff9bf;
	border-left: 1px solid #fff;
	border-right: 1px solid #dde801;
	height: 55px;
	padding: 0 0 0 15px;
	text-align: left !important;
	text-transform: uppercase;
	font-weight: normal;
	color: #333333;
	cursor: pointer;
}



.listado th:last-child {
	border-right: 0;
}

.listado th.sobre {
	cursor: pointer;
}

.listado th.ordenado {
	cursor: pointer;
}

.listado th.id {
	text-align: center;
	width: 50px;
}

.listado th.ico {
	text-align: center;
	width: 20px;
}

.listado td {
	cursor: default;
	height: 35px;
	border-top: 5px solid #fff;
	padding: 0 10px;
}

.listado tr.secundaria td{
	
	border-top: none;
	font-style: oblique;
	color: #665;
	
	
}


.listado tr.segundo td{
	
	border-top: none;
	
}

.listado td:last-child {
	border-right: 0;
}

.listado td.linea-a td {
	background: #efefef;
}

.listado tr.linea-b td {
	background-color: #e8e8e8;
}

.listado tr.linea-activa td {
	background-color: #ffc;
}

.listado tr.linea-c td {
	background-color: #ccc;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.listado td.id {
	text-align: center;
	width: 50px;
}

.listado td.ico {
	text-align: center;
	width: 20px;
}

tr.totales td
	{
	 border-top: 2px solid #333;
	}

/*** Mensajes ************************************************************************************/
.error {
	background-color: #f9e5e6;
	border: #e8aaad solid 1px;
	color: #b50007;
	margin: 0 0 10px;
	padding: 10px;
}

.notice  {
	background-color: #f9f9e5;
	border: #e8e3aa solid 1px;
	color: #828400;
	margin: 0 0 10px;
	padding: 10px;
}

.info {
	background-color: #e1e1e1;
	border: #333333 solid 1px;
	border-radius: 0;
	color: #333333;
	margin: 0 10px 20px 10px;
	padding: 10px;
}

.correcto {
	background-color: #e9f9e5;
	border: #b4e8aa solid 1px;
	color: #1c8400;
	margin: 0 0 10px;
	padding: 10px;
}


/*** Detalles ************************************************************************************/
.detalles {
	margin: 20px auto 0 auto;
	padding: 3px;
	border: 0;
}

.detalles .rotulo {
	background: #e1e1e1;
	border: 0;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 55px;
	color: #333333;
}

.detalles .contenido {
	padding: 3px;
}

.detalles .enlaces {
	padding-bottom: 5px;
	text-align: center;
	vertical-align: top;
	width: 200px;	
}

.elemento-imagen {
	position: relative;
	float: left;
}

.elemento-imagen a {
	bottom: 0;
	background-color: rgba(255, 255, 255, .4);
	color: #333;
	padding: 6px 0;
/*	position: absolute;*/
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.elemento-imagen a:hover {
	background-color: rgba(255, 255, 255, .6);
}

.elemento-imagen .img {
	margin-left: 1px;
	padding: 5px;
	width: 200px;	
	
	border-radius: 3px!important;
	-ms-border-radius: 3px!important;
	-moz-border-radius: 3px!important;
	-webkit-border-radius: 3px!important;
	-khtml-border-radius: 3px!important;
}

.elemento-imagen img {
}

.elemento-imagen .link {
	position: absolute;
}

.detalles .enlaces a.boton {
	background: #333333 !important;
	display: block;
	margin-bottom: 5px;
	width: 100%;	
}

#formulario_insercion a.boton {
	background: #333333 !important;
	color: #fff !important;
	margin-bottom: 5px;
}

.imagen-detalle {
	margin: 5px;
	float: left;	
	position: relative;
}

.imagen-detalle .acciones {
	background: #EEEEEE;
	line-height: 10px;
	top: 0px;
	right: 0px;
	position: absolute;
}
.imagen-detalle .acciones3 {
	line-height: 10px;
	margin: 3px 0 0 178px;
	position: absolute;
}


.imagen-detalle .acciones .ui-button-text {
	margin: 0;
	padding: 5px 5px 0 5px;	
}

.imagen-detalle .acciones3 .ui-button-text {
	margin: 0;
	padding: 5px 5px 0 5px;	
}

.imagen-detalle .acciones_videos {
	line-height: 10px;
	margin: 3px 0 0 178px;
	position: absolute;
}
.imagen-detalle .acciones_videos .ui-button-text {
	margin: 0;
	padding: 5px 5px 0 5px;	
}


.imagen-detalle .img {
	width: 250px;	
}

/*** Formularios *********************************************************************************/
table.formulario {
	width: 100%;
}

table.formulario .leyenda {
	font-weight: bold;
	width: 200px;
	text-align: right;
}
table.formulario.clientes * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
table.formulario.clientes td {
	width: 35%;
}
table.formulario.clientes td[colspan="3"],
table.formulario.clientes td[colspan="4"] {
	width: 100%;
}
table.formulario.clientes td.leyenda {
	width: 15%;
}
table.formulario.clientes .input {
	width: 100%;
}
table.formulario.clientes .input.entero,
table.formulario.clientes .input.float,
table.formulario.clientes .input.euro {
	height: 26px;
	line-height: 26px;
	width: 100px
}

table.formulario .DragFila
	{
	background-color: #dffff1;
	border: 1px dotted #CCC;
	
	}

.dragHandle
	{	
	cursor: move;
	}

.seleccionable{
	color:#CCC;
	cursor:pointer;	
	}
	
.seleccionable.seleccionado{
	color:#333;
	}

.borrado_multiple{
	color:#AAA;
	cursor:pointer;
	}

input.totales
	{
	font-size:15px!important;
	font-weight: bold;
	color:black!important;
	}

table.formulario .descripcion {
	font-size: x-small;
	width: 200px;	
}

table.formulario .descripcion a {
	display: block;
	background: #333333;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
}

.leyenda-imagen {
	background-image: url('../img/admin/fugue/image-resize.png');
	background-position: 6px 0;
	background-repeat: no-repeat;
	font-size: x-small;
	padding: 0 0 0 25px;
	vertical-align: top;
}

.botonera {
	border-top: 1px solid #333;
	padding-top: 7px;	
	text-align: center;
}

.botonera.borde {
	border-top: 1px solid #ccc;
}

/************************************** EXPLORADOR DE ARCHIVOS *****************************************************/
/* File list */

table.lista_archivos {
	width:100%;
	border-collapse: collapse; 
}

table.lista_archivos td{
	padding:3px;
}

table.lista_archivos tr.row.two {
	background-color:#fcfdfe;
}

table.lista_archivos tr.row.one {
	background-color:#f8f9fa;
}

table.lista_archivos tr.row td.icon {
	width:25px;
	padding-top:3px;
	padding-bottom:1px;
}

table.lista_archivos td.del {
	width:25px;
}

table.lista_archivos tr.row td.size {
	width: 100px; 
	text-align: right;
}

table.lista_archivos tr.row td.changed {
	width: 150px;
	text-align: center;
}

table.lista_archivos tr.header img {
	vertical-align:bottom;
}

table img{
	border:0;
}


/*** Respuesta Foro ************************************************************************************/
.respuesta_foro {
	border: 1px solid #ccc;	
	border-collapse:collapse;
	width: 100%;
	margin-top:20px;
}

.respuesta_foro th {
	background-image: url('../img/admin/th-bg.png');
	background-position: center;	
	height: 23px;
	padding: 0 2px;
	text-align: left;
	text-shadow: 0 1px 0 #fff;
}


.respuesta_foro td.cabecera a{
	text-decoration: none;
	}

.respuesta_foro th.sobre {
	background-image: url('../img/admin/th-sobre-bg.png');
	border-left: 1px solid #bfccdd;
	cursor: pointer;
}

.respuesta_foro th.ordenado {
	background-image: url('../img/admin/th-sobre-bg.png');
	border-left: 1px solid #bfccdd;
	cursor: pointer;
}


.respuesta_foro td {
	border-top: 1px solid #ccc;
	cursor: default;
	height: 23px;
	padding: 0 2px;
}

#buscador-videos {
	background-color: #fff;
	border: 1px solid #ccc;
	display: none;
	position: absolute;
	width: 400px;
	z-index: 99;
}

#buscador-videos a {
	display: block;
	padding: 2px;	
	text-decoration: none;
}

#buscador-videos a:hover {
	background-color: #ededed;	
}


input.input_date {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	background-image:url("../img/admin/fugue/calendar-day.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	line-height:26px;
	padding-top: 2px;
	width: 85px;
	padding-right:25px;
	cursor: pointer;
	text-align:right;
}

input.input_date::-ms-clear, input.input_date::-ms-clear{
    display: none;
}
input.input_phone {
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	background-image:url("../img/admin/telephone.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 20px;
	padding-top: 2px;
	width: 90px;
	padding-right:20px;
	cursor: pointer;
	text-align:right;
}

input.input_phone::-ms-clear, input.input_phone::-ms-clear{
    display: none;
}

.input_number, input.input_number {
	border: 1px solid #ccc;	
	font-family: Tahoma;
	font-size: 12px;
	height: 20px;
	padding-top: 2px;
	padding-right:20px;	
	width: 90px;
	text-align:right;
	background-color: #f6f6f6;
	
}
input.input_number::-ms-clear, input.input_number::-ms-clear{
    display: none;
    
}

.input_euro, input.input_euro {
	border: 1px solid #ccc;
	background-image:url("../img/admin/euro.png");
	background-repeat:no-repeat;
	background-position:right;
	background-color: #f6f6f6;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	line-height:26px;
	padding-top: 2px;
	width: 90px;
	padding-right:20px;
	text-align:right;
}

    
input.input_euro::-ms-clear, input.input_euro::-ms-clear{
    display: none;
}

.input_eur, input.input_eur {
	border: 1px solid #ccc;
	background-image:url("../img/admin/euro.png");
	background-repeat:no-repeat;
	background-position:right;
	background-color: #f6f6f6;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	line-height:26px;
	padding-top: 2px;
	width: 90px;
	padding-right:20px;
	text-align:right;
}

    
input.input_eur::-ms-clear, input.input_eur::-ms-clear{
    display: none;
}

.input_dol, input.input_dol {
	border: 1px solid #ccc;
	background-image:url("../img/admin/dol.png");
	background-repeat:no-repeat;
	background-position:right;
	background-color: #f6f6f6;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	line-height:26px;
	padding-top: 2px;
	width: 90px;
	padding-right:20px;
	text-align:right;
}

    
input.input_dol::-ms-clear, input.input_dol::-ms-clear{
    display: none;
}

.input_yen, input.input_yen {
	border: 1px solid #ccc;
	background-image:url("../img/admin/yen.png");
	background-repeat:no-repeat;
	background-position:right;
	background-color: #f6f6f6;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	line-height:26px;
	padding-top: 2px;
	width: 90px;
	padding-right:20px;
	text-align:right;
}

    
input.input_yen::-ms-clear, input.input_yen::-ms-clear{
    display: none;
}

.input_lib, input.input_lib {
	border: 1px solid #ccc;
	background-image:url("../img/admin/lib.png");
	background-repeat:no-repeat;
	background-position:right;
	background-color: #f6f6f6;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	line-height:26px;
	padding-top: 2px;
	width: 90px;
	padding-right:20px;
	text-align:right;
}

    
input.input_lib::-ms-clear, input.input_lib::-ms-clear{
    display: none;
}

.total_proveedor {
	    background-color: rgba(51, 153, 204, 0.27);
    color: black;
    font-weight: bold;
}

.total_factura {
	 font-size:2em;
	}

.input_porcentaje, input.input_porcentaje {
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	background-image:url("../img/admin/porc.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width: 90px;
	padding-right:20px;
	text-align:right;
}
input.input_porcentaje::-ms-clear, input.input_porcentaje::-ms-clear{
    display: none;
}

.input_ddnumber, input.input_ddnumber {
	background-color: #f6f6f6;
	border: 1px solid #ccc;	
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	width: auto;	
	text-align:right;
}
input.input_ddnumber::-ms-clear, input.input_ddnumber::-ms-clear{
    display: none;
}

#upload-fotoUploader {
    background: url("../img/admin/subir-imagen.png") no-repeat scroll 0 0 transparent;
    height: 31px;
    margin: 12px 7px 7px;
    width: 202px;
}
#upload-fotoQueue {
    float: right;
    height: 55px;
    overflow: hidden;
}
.ximg {
    border: 1px solid #CCCCCC;
    float: left;
    font-size: small;
    height: 180px;
    margin: 0 0 10px 10px;
    padding: 10px;
    text-align: center;
    width: 200px;
}
.ximg img {
    max-height: 160px;
    max-width: 200px;
}

.listado .autopuja {
	background-color: #FFAAAA;
	}

.listado .normal {
	background-color: #AAFFAA;
	}
	
.listado .baja {
	background-color: #ffcc66;
	}	
	
.cabecera_subasta{
	background: #ff8866;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}	

.cabecera_subasta a {
	color: #fff;
}

/* Estados de las subastas para los detalles */

.estado_0{
	background-color:#fbce77;
	border: 1px solid #e78e03;
	border-radius: 10px;
	margin:10px;
	padding:10px;
	}

.estado_1{
	background-color:#86fb8e;
	border: 1px solid #03e713;
	border-radius: 10px;
	margin:10px;
	padding:10px;
	}
	
.estado_2{
	background-color:#86e1fb;
	border: 1px solid #03a6d5;
	border-radius: 10px;
	margin:10px;
	padding:10px;
	}
	
.estado_3{
	background-color:#CCCCCC;
	border: 1px solid #999999;
	border-radius: 10px;
	margin:10px;
	padding:10px;
	}		
	
	
input.euro {
	border: 1px solid #ccc;
	background-image:url("../img/admin/euro.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	line-height:26px;
	padding-top: 2px;
	width: 90px;
	padding-right:20px;
	text-align:right;
}

input.euro_kw {
	border: 1px solid #ccc;
	background-image:url("../img/admin/euro_kw.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width: 110px!important;
	padding-right:35px;
	text-align:right;
}

input.euro_kwh {
	border: 1px solid #ccc;
	background-image:url("../img/admin/euro_kwh.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width: 110px!important;
	padding-right:35px;
	text-align:right;
}

input.euro_dia {
	border: 1px solid #ccc;
	background-image:url("../img/admin/euro_dia.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width: 110px!important;
	padding-right:35px;
	text-align:right;
}


input.kw {
	border: 1px solid #ccc;
	background-image:url("../img/admin/kw.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width:110px!important;
	padding-right:35px;
	text-align:right;
}

input.w {
	border: 1px solid #ccc;
	background-image:url("../img/admin/w.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width:110px!important;
	padding-right:35px;
	text-align:right;
}

input.h,input.entero.h {
	border: 1px solid #ccc;
	background-image:url("../img/admin/h.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width:75px!important;
	padding-right:20px;
	text-align:right;
}

input.d,input.entero.d {
	border: 1px solid #ccc;
	background-image:url("../img/admin/d.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width:75px!important;
	padding-right:20px;
	text-align:right;
}



input.kwh {
	border: 1px solid #ccc;
	background-image:url("../img/admin/kwh.png");
	background-repeat:no-repeat;
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width: 110px!important;
	padding-right:35px;
	text-align:right;
}



input.float,input.entero {
	border: 1px solid #ccc;	
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width: 90px;
	padding-right:20px;
	text-align:right;
}

input.hora {
	border: 1px solid #ccc;	
	background-position:right;
	font-family: Tahoma;
	font-size: 12px;
	height: 26px;
	padding-top: 2px;
	width: 90px;
	padding-right:20px;
	text-align:right;
}

input.total[readonly] {
	color:black!important;
}

input.verde{
	background-color:#ccffcc!important;
	}
	
input.rojo{
	background-color:#ffcccc!important;
	}
	

input.t90 {
	width:90px!important;
}

input.t150 {
	width:150px!important;
}

input.t200 {
	width:200px!important;
}

input.t250 {
	width:250px!important;
}

input.t300 {
	width:300px!important;
}

input.t500 {
	width:500px!important;
}

select.t90 {
	width:90px!important;
}

select.t150 {
	width:150px!important;
}

select.t200 {
	width:200px!important;
}
select.t250 {
	width:250px!important;
}

select.t500 {
	width:500px!important;
}

td.tipo_id_lista_boton_sm
	{
	  width:410px!important;
	}
	
td.tipo_id_lista_boton_sm .ilb_sm_id
	{
		width:50px!important;
	}	
td.tipo_id_lista_boton_sm .ilb_sm_lista
	{
		width:300px!important;
	}	
td.tipo_id_lista_boton_sm .ilb_sm_boton
	{
		width:50px!important;
	}	

input[readonly]{
	background-color: #ececec;
	color: #323d43;
}

select[readonly]{
	background-color: #ececec;
	color: #323d43;
}

h3.cabereca_datos
	{
	margin-top:5px;
	margin-bottom:0px;
	}	
	
h3.cabereca_datos span
{
	width: 310px;
	display: block;
	float: left;	
	}
	
h3.cabereca_datos span i
	{
	cursor: pointer;
	}
	
/*** Gestor de archivos **************************************************************************/
.archivos .clase_a td { background-color: #ebf3fd; }


#detalles span#titulo
{
	font-weight: bold;
	width: 200px;
	display: block;
	float: left;
	margin-bottom:5px;
	clear: both;
}

#detalles span#dato
{
	margin-bottom:5px;
	display: block;
	float: left;
	
	
}


.subtitulo {
	background: #333333;
	margin: 15px 0 5px 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
	color:#fff;
	text-transform: uppercase;
}

.subtitulo h3 {
	font-weight: normal;
}

.subtitulo h3 b {
	font-weight: normal;
}

.subtitulo a {
	background: #333333;
}
	

.boton-nuevo-registro {
	background: #000 !important;
	color: #dde801 !important;
	text-transform: uppercase;
	font-size: 15px;
	border: 0;
	border-radius: 0;
	padding: 0;
}

.boton-nuevo-registro:hover {
	background: #333333;
}

.boton-nuevo-registro .ui-icon {
	margin-left: 5px;
}

.boton-nuevo-registro .ui-button-text {
	padding: 18px 18px 18px 36px; 
}
.boton-nuevo-registro.sin-icono .ui-button-text {
	padding: 18px; 
}

/*** Sub-menus ****************************************************************************************/
.flechita {
	background: url(../img/admin/new/flechita.png) no-repeat;
	height: 14px;
	clear: both;
	margin-top: 12px;
	display: none;
}

.submenu {
	display: none;
}

.submenu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	background: #b3b3b3;
	height: 60px;
}

.submenu ul li {
	border-left: 1px solid #f7f7f7;
	border-right: 1px solid #d0d0d0;
	color: #434343;
	float: left;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	text-transform: uppercase;
}

.submenu ul li:first-child {
	border-left: 0px;
}

.submenu ul li a {
	background-repeat: no-repeat;
	background-position: center 10px;
	color: #fff;
	display: block;
	height: 100%;
	text-decoration: none;
	padding: 0 50px;
	line-height: 85px;
}

.submenu ul li a:hover, .submenu ul li a.sel {
	background-color: #333333;	
}

.boton-buscar {
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
	background: url(../img/admin/new/lupa-blanca.png) no-repeat 12px center #333333;
	padding: 0 20px 0 40px;
	margin: 0;
	border: 0;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
}


.boton-exportacion {
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
	background: url(../img/admin/new/contenidosb.png) no-repeat 12px center #333333;
	padding: 0 20px 0 40px;
	margin: 0;
	border: 0;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
}

.boton-exportacion:hover {
	background: url(../img/admin/new/contenidosb.png) no-repeat 12px center #6e6e6e;
}

.boton-imprimir:hover {
	background: url(../img/admin/new/gestionb.png) no-repeat 12px center #6e6e6e;
}

.boton-imprimir {
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;	
	background: url(../img/admin/new/gestionb.png) no-repeat 12px center #333333;
	padding: 0 20px 0 40px;
	margin: 0;
	border: 0;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
}
.boton-buscar:hover {
	background: url(../img/admin/new/lupa-blanca.png) no-repeat 12px center #6e6e6e;
}

.boton-exportar {
	display: block;
	background: #333333;
	padding: 0 20px 0 20px;
	margin: 0;
	border: 0;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
}

.boton-limpiar {
	background: url(../img/admin/new/limpiar-blanco.png) no-repeat 12px center #b3b3b3;
	padding: 0 20px 0 40px;
	margin: 0;
	border: 0;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	line-height: 45px;
}

.ficheros_exportados
	{
	 margin: 20px;
	 padding:20px;
	 background-color: #a1e1ef;
	 font-size: 15px;
	 font-weight: bold;
	}

h1.saludo {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	border: 0;
	background: 0;
}

h1.saludo_acceso {
	margin: 0;
	padding: 0;
	color: #dde801;
	font-size: 18px;
	border: 0;
	background: 0;
}

h2.info {
	margin: 0;
	padding: 0;
	color: #575757;
	font-size: 14px;
	border: 0;
	background: 0;
}

h2.info_acceso {
	margin: 0;
	padding: 0;
	color: #f9ef8e;
	font-size: 14px;
	border: 0;
	background: 0;
}

ul.acciones {
	list-style: none;
	display: inline;		
	margin:0px;
	padding:0px;
}

ul.acciones li {
	background: url(../img/admin/new/ico-sep.png) no-repeat right center;
	float:left;
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
	padding: 0 10px;
}

ul.acciones li a span {
	display: none;
}

ul.acciones li:last-child {
	padding-right: 0;
	background: none;
}

ul.acciones li ul{
	list-style: none;
	display: inline;		
	margin:0px;
	padding:0px;
}

/** Menú de iconos del listado **/
ul.acciones li.ico-menu {
	background: url(../img/admin/new/ico-menu.png) no-repeat;
	cursor: pointer;
	margin: 3px 0 0 16px;
	min-height: 16px;
	overflow: hidden;
	width: 30px;
}

ul.acciones li.ico-menu ul {
	background: #fff;
	border: 1px solid #b3b3b3;
	position: absolute;
	display: none;
	right: 0;
	margin: 20px 10px 0 0;
	padding: 0;
}

ul.acciones li.ico-menu ul:after, ul.acciones li.ico-menu ul:before { bottom: 100%; right: 16px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
ul.acciones li.ico-menu ul:after { border-color: rgba(255, 255, 255, 0); border-bottom-color: #ffffff; border-width: 5px; margin-left: -5px; }
ul.acciones li.ico-menu ul:before { border-color: rgba(179, 179, 179, 0); border-bottom-color: #b3b3b3; border-width: 6px; margin-left: -6px; }

ul.acciones li.ico-menu ul li {
	float: none;
	margin: 0;
	background: none;
	height: 40px;
}

ul.acciones li.ico-menu ul li:hover {
	background: #b3b3b3;
}

ul.acciones li.ico-menu ul li a {
	color: #434343;
	display: block;
	font-size: 12px;
	height: 20px;
	padding: 10px 10px 10px 0;
}

ul.acciones li.ico-menu ul li a span {
	display: inline;
}

ul.acciones li.ico-menu ul li a img {
	vertical-align: -5px;
	margin-right: 10px;
}

.paginador {
	background: #e1e1e1;
	line-height: 55px;
	margin-top: 30px;
	color: #333333;
	padding: 0 10px 0 15px;
}

.paginador img {
	vertical-align: -8px;
	margin: 0 5px 0 0
}

ul.iconos-admin {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

ul.iconos-admin li {
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 20px;
}
ul.iconos-admin li img {
	margin-right: 2px;
	vertical-align: -4px;
}

.filtro {
	background: #b3b3b3;
	color: #fff;
	float: right;
	text-transform: uppercase;
	padding: 15px;
	margin-right: 11px;
}

.bt_filtro {
	color: #fff;
	float: right;
	background: url(../img/admin/new/ico-filtro.png) 108px center #333333 no-repeat;
	text-transform: uppercase;
	padding: 0 40px 0 20px;
	line-height: 45px;
}

table.frm_login {
	background: #fff;
	padding: 10px;
}

table.frm_login tr td {
	background: #edd801;
	padding: 5px;
}

table.frm_login tr td input[type="text"], table.frm_login tr td input[type="password"] {
	background: #ececec;
	border: 1px solid #fff;
	padding: 0 10px;
	margin: 0;
	color: #000;
	line-height: 45px;
	width: 229px;
}

table.frm_login tr td input[type="submit"] {
	background: #000;
	border: 1px solid #edd801;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	padding: 0 27px;
	margin: 0;
	line-height: 45px;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

table.frm_login tr td input[type="submit"]:hover {
	background: #edd801;
	color: #000;
}

div#tabs {
	border: 0;
}

div#tabs ul.ui-widget-header{
	background: none;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
}

div#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #676767;
	/*border: 0;*/
	color: #fff;
	border-radius: 0;
	text-transform: 0;
	margin: 0 5px 0 0;
	/*line-height: 55px;*/
	line-height:20px;
	padding-top:15px;
	padding-bottom:15px;
	text-transform: uppercase;
	/*padding-bottom: 0;*/
}

div#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
	border: 0;
	color: #fff;
	padding: 0 45px;
}

div#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active.mejor
	{
	 background: #003300;
	}
div#tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active.conclusiones
	{
	 background: #003fcf;
	}	
	
	
	

div#tabs.ui-tabs .ui-tabs-nav li {
	background: #e1e1e1;
	/*border: 0;*/
	color: #333333;
	border-radius: 0;
	text-transform: 0;
	margin: 0 5px 0 0;
	/*line-height: 55px;*/
	line-height:20px;
	padding-top:15px;
	padding-bottom:15px;
	text-transform: uppercase;
	width: 16%;
}
div#tabs.ui-tabs .ui-tabs-nav  li.mejor
	{
	background: #ccffcc;
	}
	
div#tabs.ui-tabs .ui-tabs-nav  li.conclusiones
	{
	background: #49257d;
	}	

div#tabs.ui-tabs .ui-tabs-nav li a {
	/*border: 0;*/
	color: #333333;
	padding: 0 45px;
}

.botonera {
	position: fixed;
	z-index: 9999999999;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	background: #e1e1e1;
}

.botonera a {
	background: #333333 !important;
	border: 1px solid #333333 !important;
	border-radius: 0;
}

.botonera a:hover {
	background: #b3b3b3 !important;
}
.botonera a:hover span.ui-button-text {
	color: #000 !important;
}

.botonera a span.ui-icon {
	display: none;
}

.botonera a span.ui-button-text {
	padding: 10px 15px;
	text-transform: uppercase;
	color: #fff;
}

td.enlaces {
	padding-top: 15px;
}

.enlaces a {
	background: #333333 !important;
	border-radius: 0;
	border: 0 !important;
}

.enlaces a:hover {
	background: #b3b3b3 !important;
}

.enlaces a span.ui-icon {
	display: none;
}
.enlaces a span.ui-button-text {
	padding: 10px 15px;
	text-transform: uppercase;
	color: #fff;
}

#fotos.videos {
	margin: 6px 0 0 205px;
}

a.btn {
	background: #333333 !important;
	display: block;
	color: #fff !important;
	text-align: center;
	text-transform: uppercase;
	padding: 3px 0 !important;
}

#lista_articulos{
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	overflow:auto;	
	padding: 20px;
	margin : 10px;
	margin-bottom:30px;	
	border:5px solid #e1e1e1;
	font-family: Roboto,Tahoma,"Trebuchet MS",Arial;
    font-size: 12px;
}

#lista_articulos .articulo {
	float:left;
	width:30%;
	
}

.busqueda_articulos{
	font-family: Roboto,Tahoma,"Trebuchet MS",Arial;
    font-size: 12px;
}

.busqueda_articulos .leyenda{
	color: #333;
	width:20%;
	text-align: right;
	padding-right: 15px;
}

.btn_naranja {
	border: 0;
	padding: 0 20px;
	line-height: 45px;
	margin: 0;
	cursor: pointer;
	background: #333333;
	color: #fff;
	text-transform: uppercase;
	float: right;
}

.listado .fechas{
	width:105px;	
}

.listado .acciones130{
	width: 130px;
}

/*** Rótulo para mostrar en los listados si he llegado "filtrado" ********************************/
.filtro_listado {
	background-color: #f4db9a;
	border: 1px solid #E1E1E1;
	font-size: 14px;
	line-height: 20px;
	margin: 8px 0;
	padding: 15px 20px;
}
.filtro_listado .rotulo_filtro {
	float: left;
}
.filtro_listado .accion_filtro {
	float: right;
}
.filtro_listado .accion_filtro img {
	margin-right: 8px;
	vertical-align: -5px;
}
.filtro_listado .accion_filtro a {
	color: #333;
}

/*** Nuevo dropzone *********************************************************************/
.subida_dropzone {
	background-color: #FFF;
	padding: 2%;
	position: relative
}

.subida_dropzone .dropzone-leyenda {
	font-size: 1.4em;
	margin-top: 2%;
	position: relative;
}

.subida_dropzone .dropzone {
	border: 1px dashed var(--theme_color);
	position: relative;
	top: 0;
}

.subida_dropzone .dropzone.fixed {
	background-color: #000;
	border-radius: 50%;
	border-style: solid;
	color: #FFF;
	display: block;
	height: 50px;
	line-height: 48px;
	min-height: inherit;
	padding: 0;
	position: fixed;
	right: 2%;
	text-align: center;
	top: 95px;
	width: 50px;
	z-index: 2;
}

.subida_dropzone .dropzone [type="file"] {
	opacity: 0;
	visibility: hidden;
}

.subida_dropzone .dropzone .dz-message {
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	color: #a9a9a9;
	font-size: 1.8em;
	font-weight: 500;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
}

.subida_dropzone .dropzone.fixed .dz-message {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	color: #FFF;
	display: inline-block;
	font-size: inherit;
	left: auto;
	position: relative;
	right: auto;
	text-align: center;
	top: auto;
	transform: translate(0, 0);
}

.subida_dropzone .dropzone .dz-message em {
	font-style: normal;
	display: block;
}

.subida_dropzone .dropzone.fixed .dz-message em {
	display: none;
}

.subida_dropzone .dropzone:hover .dz-message {
	color: #000000;
}

.subida_dropzone .dropzone.fixed:hover .dz-message {
	color: inherit;
}

.subida_dropzone .dropzone .dz-message .icono_subida {
	font-size: 2em;
	line-height: 1.2;
}

.subida_dropzone .dropzone .dz-message .icono_subida {
	font-size: 2.3em;
	line-height: unset;
}

.subida_dropzone .dropzone-previews {
	background-color: #ececec;
	margin-top: 2%;
	padding: 2% 1.5% 0 1.5%;
	text-align: center;
}

.dropzone-previews .dz-preview {
	display: inline-block;
	margin: 0% .5% 3% .5%;
	max-width: 300px;
	position: relative;
	vertical-align: top;
	width: 19%;
}

.dropzone-previews .dz-preview.ui-sortable-helper,
.dropzone-previews .dz-preview.ui-sortable-helper .dz-image a {
	cursor: move !important;
}

.dropzone-previews .dz-preview .dz-image {
	background: #FFF;
}
.dropzone-previews .dz-preview .dz-image img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	width: auto;
}

.dropzone-previews .dz-preview .dz-progress {
	background: rgba(255, 255, 255, 0.9);
	height: 16px;
	left: 6%;
	opacity: 1;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	right: 6%;
	top: 30%;
	z-index: 2;
}

.dropzone-previews .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear
}

.dropzone-previews .dz-preview.dz-complete .dz-progress {
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in;
	-moz-transition: opacity 0.4s ease-in;
	-ms-transition: opacity 0.4s ease-in;
	-o-transition: opacity 0.4s ease-in;
	transition: opacity 0.4s ease-in
}

.dropzone-previews .dz-preview:not(.dz-processing) .dz-progress {
	-moz-animation: pulse 6s ease infinite;
	-ms-animation: pulse 6s ease infinite;
	-o-animation: pulse 6s ease infinite;
	-webkit-animation: pulse 6s ease infinite;
	animation: pulse 6s ease infinite;
}

.dropzone-previews .dz-preview .dz-progress .dz-upload {
	-moz-transition: width 300ms ease-in-out;
	-ms-transition: width 300ms ease-in-out;
	-o-transition: width 300ms ease-in-out;
	-webkit-transition: width 300ms ease-in-out;
	background: var(--theme_color);
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	transition: width 300ms ease-in-out;
	width: 0;
}

.dropzone-previews .dz-preview .dz-error-message {
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	background: #be2626;
	color: #FFF;
	display: block;
	font-size: 1.3em;
	left: 4%;
	right: 4%;
	opacity: 0;
	padding: 3%;
	pointer-events: none;
	position: absolute;
	top: 35px;
	transition: opacity 0.3s ease;
	z-index: 4;
}

.dropzone-previews .dz-preview.dz-error .dz-error-message {
	display: block;
	opacity: 1;
	pointer-events: auto;
}

.dropzone-previews .dz-preview .dz-success-mark,
.dropzone-previews .dz-preview .dz-error-mark {
	display: block;
	left: 50%;
	margin-left: -27px;
	margin-top: -27px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 35%;
	z-index: 3;
}

.dropzone-previews .dz-preview .dz-success-mark svg,
.dropzone-previews .dz-preview .dz-error-mark svg {
	display: block;
	width: 54px;
	height: 54px;
}

.dropzone-previews .dz-preview.dz-success .dz-success-mark {
	-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone-previews .dz-preview.dz-error .dz-error-mark {
	opacity: 1;
	-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
	animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone-previews .dz-button-bar {
	background-color: var(--theme_color);
	border-bottom: 1px solid var(--theme_color);
	border-left: 1px solid var(--theme_color);
	padding: 6px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.dropzone-previews .dz-preview.dz-error .dz-button-bar {
	display: none;
}

.dropzone-previews .dz-preview .dz-button-bar a {
	color: #FFF;
	display: inline-block;
	font-size: 1.5em;
	margin: 0 0 0 8px;
	position: relative;
	vertical-align: top;
	line-height: 1;
}

.dropzone-previews .dz-preview .dz-button-bar a:first-child {
	margin-left: 0;
}

.dropzone-previews .dz-preview .dz-inputs-bar {
	position: relative;
}

.dropzone-previews .dz-preview .dz-inputs-bar span.campo {
	position: relative;
	display: block;
	padding: 8px 0 0 0;
}

.dropzone-previews .dz-preview .dz-inputs-bar span.campo:first-child {
	padding-top: 0;
}

.dropzone-previews .dz-preview .dz-inputs-bar span.campo input {
	color: #000000;
	font-size: 1.25em;
	font-weight: 400;
	height: 32px;
	padding: 0 15px;
	width: 100%;
}

.dropzone-previews .dz-preview .dz-inputs-bar span.campo input:not(.upd_ok):not(.upd_ko) {
	-moz-box-shadow: 8px 8px 10px -12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 8px 8px 10px -12px rgba(0, 0, 0, 0.5);
	background-color: #FFF;
	box-shadow: 8px 8px 10px -12px rgba(0, 0, 0, 0.5);
}

.dropzone-previews .dz-preview .dz-inputs-bar span.campo input:focus {
	border-color: rgba(var(--theme_color_rgb), 0.5);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(var(--theme_color_rgb), 0.45);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(var(--theme_color_rgb), 0.45);
}


.cuadricula_documentos input {
	-moz-border-radius: 6px!important;
	-webkit-border-radius: 6px!important;
	background-color: #FFFFFF;
	border-radius: 6px!important;
	border: 1px solid #d6d6d6;
	color: #000000;
	font-size: 1.2em;
	font-weight: 500;
	height: 45px;
	
}

.mensaje_general {
	background-color: #FFFFFF;
	display: block;
	font-size: 1.4em;
	font-weight: 600;
	margin: 20px 0;
	padding: 20px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

/** Cuadricula docs **/
.cuadricula_documentos {
	position: relative;
	margin: 0 -.4%;
}
.cuadricula_documentos.docs {
	margin-top: 20px;
	background-color:#f0f0f0;
}
.cuadricula_documentos .mensaje_general {
	margin: 20px .4%;
}
.cuadricula_documentos .item {
	background-color: #FFFFFF;
	display: inline-block;
	margin: .4%;
	padding: 10px;
	position: relative;
	vertical-align: top;
	width: 15.84%;
}
.cuadricula_documentos .item .fecha {
	color: #8c8c8c;
	display: block;
	font-size: 1.2em;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
}
.cuadricula_documentos .item.doc .fecha {
}
.cuadricula_documentos .item .nombre {
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 1.2em;
	font-weight: 500;
	height: 2em;
	line-height: 1.1em;
	margin: 20px 0;
	overflow: hidden;
	position: relative;
	text-transform: uppercase;
	word-break: break-word;
}
.cuadricula_documentos .item.doc .nombre {
	height: 3.2em;
	margin: 35px 0 25px 0;
	padding-right: 35px;
	text-transform: none;
}
.cuadricula_documentos .item .info {
	display: block;
	font-size: 1.5em;
	font-weight: 500;
	line-height: 1;
	line-height: 1;
	margin-right: 35px;
}
.cuadricula_documentos .item .info .data {
	display: inline-block;
	margin-left: 35px;
	position: relative;
	vertical-align: top;
}
.cuadricula_documentos .item .info .data:first-child {
	margin-left: 0;
}
.cuadricula_documentos .item .info .data i {
	margin-right: 7px;
}
.cuadricula_documentos .item .btn {
	font-size: 1.4em;
	height: 30px;
	line-height: 28px;
	width: 30px;
}
.cuadricula_documentos .item .btn.ico {
	cursor: default;
}
.cuadricula_documentos .item .btn.detalles {
	bottom: 10px;
	position: absolute;
	right: 10px;
	z-index: 1;
}
.cuadricula_documentos .item.doc .btn.borrar,
.cuadricula_documentos .item .form_nombre .cancelar_name {
	top: 10px;
	position: absolute;
	right: 10px;
	z-index: 1;
}
.cuadricula_documentos .item.doc .btn.editar {
	font-size: 1em;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.cuadricula_documentos .item .btn_full {
	background-color: var(--theme_color);
	border: 1px solid var(--theme_color);
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1;
	margin-top: 30px;
	padding: 14px 0px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.cuadricula_documentos .item .btn_full .dot {
	-moz-border-radius: 100%!important;
	-webkit-border-radius: 100%!important;
	background-color: #FF0000;
	border-radius: 100%!important;
	display: block;
	height: 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
	z-index: 1;
}
.cuadricula_documentos .item .descargas {
	position: relative;
}
.cuadricula_documentos .item .descargas .ico {
	margin-right: 10px;
}
.cuadricula_documentos .item .descargas .num {
	font-size: 1.5em;
	font-style: italic;
	line-height: 1;
}
.cuadricula_documentos .item .descargas .log_users {
	display: inline-block;
	float: right;
	position: relative;
}
.cuadricula_documentos .item .descargas .log_users .open_desplegable {
	display: inline-block;
	font-size: 2em;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}
.cuadricula_documentos .item .descargas .log_users .desplegable {
	margin: 0;
}
.cuadricula_documentos .item .descargas .log_users .desplegable:before {
	right: 4%;
}
.cuadricula_documentos .item .descargas .log_users .desplegable ul > li {
	padding: 15px;
}
.cuadricula_documentos .item .ext {
	background-color: var(--theme_color);
	border-radius: 3px!important;
	color: #FFFFFF;
	display: inline-block;
	font-weight: bolder;
	line-height: 1;
	margin-right: 20px;
	padding: 4px 8px;
	text-transform: uppercase;
}
.cuadricula_documentos .item .ext.pdf {
	background-color: #ff0000;
}
.cuadricula_documentos .item .ext.csv {
	background-color: #2f9171;
}
.cuadricula_documentos .item .ext.doc,
.cuadricula_documentos .item .ext.docx {
	background-color: #2b579a;
}
.cuadricula_documentos .item .ext.xls,
.cuadricula_documentos .item .ext.xlsx {
	background-color: #217346;
}
.cuadricula_documentos .item .ext.ppt,
.cuadricula_documentos .item .ext.pptx {
	background-color: #b7472a;
}
.cuadricula_documentos .item .ext.zip,
.cuadricula_documentos .item .ext.rar {
	background-color: #b047a0;
}
.cuadricula_documentos .item .ext.jpg,
.cuadricula_documentos .item .ext.jpeg {
	background-color: #35bce9;
}
.cuadricula_documentos .item .ext.png {
	background-color: #d15ae3;
}
.cuadricula_documentos .item .ext.gif {
	background-color: #ffc515;
}

.cuadricula_documentos .item .form_nombre {
	background-color: #FFFFFF;
	bottom: 0;
	display: block;
	left: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: -1;
}
.cuadricula_documentos .item .form_nombre.show {
	visibility: visible;
	z-index: 2;
}
.cuadricula_documentos .item .form_nombre .wrap_form {
	position: relative;
	display: block;
	top: 50%;
	transform: translate(0, -50%);
}
.cuadricula_documentos .item .form_nombre .lbl {
	display: block;
	font-size: 1.2em;
	font-weight: 500;
	text-align: left;
	text-transform: uppercase;
}
.cuadricula_documentos .item .form_nombre input {
	display: block;
	margin-top: 10px;
	width: 100%;
}
.cuadricula_documentos .item .form_nombre input:focus {
	border-color: var(--theme_color);
}

.cuadricula_documentos .item .desplegable {
	-moz-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

.subida_dropzone.docs {
	padding: 15px;
}
.subida_dropzone.docs .dropzone {
	min-height: initial;
	padding: 10px;
}
.subida_dropzone.docs .dropzone.fixed {
	padding: 0;
	right: 20px;
}
.subida_dropzone.docs .dropzone.fixed .dz-preview {
	-moz-border-radius: 20px!important;
	-moz-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.85);
	-moz-transform: translate(-60%, 0);
	-webkit-border-radius: 20px!important;
	-webkit-box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.85);
	-webkit-transform: translate(-60%, 0);
	background: transparent;
	border-radius: 20px!important;
	box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.85);
	margin: 5px 0;
	transform: translate(-60%, 0);
}
.subida_dropzone.docs .dropzone .dz-message {
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	left: initial;
	position: relative;
	right: initial;
	top: initial;
	transform: translate(0, 0);
}
.subida_dropzone.docs .dropzone .dz-message .icono_subida {
	font-size: 1.7em;
}
.subida_dropzone.docs .dropzone.fixed .dz-message .icono_subida {
	font-size: 2.3em;
}

.sombra {
	-moz-box-shadow: 9px 9px 24px -12px rgba(89, 89, 89, 0.7);
	-ms-box-shadow: 9px 9px 24px -12px rgba(89, 89, 89, 0.7);
	-o-box-shadow: 9px 9px 24px -12px rgba(89, 89, 89, 0.7);
	-webkit-box-shadow: 9px 9px 24px -12px rgba(89, 89, 89, 0.7);
	box-shadow: 9px 9px 24px -12px rgba(89, 89, 89, 0.7);
}

.cuadricula_documentos .item .btn {
	-moz-border-radius: 100%!important;
	-webkit-border-radius: 100%!important;
	background-color: var(--theme_color);
	border-radius: 100%!important;
	border: 1px solid var(--theme_color);
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	line-height: 38px;
	text-align: center;
	width: 40px;
	padding:0px!important;
}


.cuadricula_documentos .item .btn.w {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: var(--theme_color);
}

.radius {
	-moz-border-radius: 6px!important;
	-webkit-border-radius: 6px!important;
	border-radius: 6px!important;
}


/*** Pasos de un Proceso *************************************************************************/
#pasos_proceso div.paso_proceso {
	background-color: #888888;
	border: 1px solid #fff;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	float: left;
	font-size: 14px;
	padding: 15px 0;
	text-align: center;
	text-transform: uppercase;
	width: 20%;
}
#pasos_proceso div.paso_proceso.sel {
	background-color: #aaa;
	border: 1px solid #fff;
	color: #fff;
}

/*** Vehículos relacionados **********************************************************************/
.contenedor-relacionados .item {
	border: 1px solid #000;
	float: left;
	margin: 0px 25px 25px 0px;
	padding: 6px;
	width: 500px;
}
.contenedor-relacionados .item.relacionado {
	background-color: #dff5e2;
	border: 1px solid green;
}
.contenedor-relacionados .item .relacionar_con {
	border-bottom: 1px solid #000;
	font-size: 15px;
	margin-bottom: 8px;
	padding-bottom: 4px;
}
.contenedor-relacionados .item .relacionar_con input {
	margin-right: 5px;
	vertical-align: -1px;
}
.contenedor-relacionados .item img {
	float: left;
	margin-right: 8px;
}

/*** Gestión de Tarifas **************************************************************************/
.tarifas_cambiar_anio {
	height: 36px;
	line-height: 20px;
	padding: 25px 0px;
	width: 100%;
}
.tarifas_cambiar_anio h1 {
	line-height: 36px;
	margin: 0px auto; 
	text-align:center;
	width: 50%;
}
.tarifas_cambiar_anio a {
	color: #fff;
	font-size: 15px;
	padding: 8px 15px;
}
.tarifas_cambiar_anio a.izq {
	background: url(../img/admin/new/flecha_anterior.png) 5% 9px no-repeat #737373;
	float: left;
	padding-left: 35px;
}
.tarifas_cambiar_anio a.der {
	background: url(../img/admin/new/flecha_siguiente.png) 95% 9px no-repeat #737373;
	float: right;
	padding-right: 35px;
}

/*** Calendario Anual ****************************************************************************/
.leyenda-temporadas {
	border-collapse: collapse;
	font-size: 15px;
	border: 1px solid #999;
	margin: 0px 1% 1% 1%;
	width: 98%;
}
.leyenda-temporadas th {
	background-color: #BBB;
	border-bottom: 1px solid #999;
	padding: 0.5% 1%;
}
.leyenda-temporadas td {
	border: 1px solid #999;
	text-align: center;
	padding: 0.5% 1%;
}
.leyenda-temporadas.instrucciones td {
	text-align: left;
}
#contenedor-admin .leyenda-temporadas.instrucciones td h2 {
	font-size: 1.4em;
}
.leyenda-temporadas td span {
	margin-left: 15px;
	padding: 1% 15px;
}

.calendario-anual {
	font-size: 15px;
	width: 100%;
}
.calendario-anual td {
	padding: 1%;
	vertical-align: top;
}
.calendario-anual table {
	border: 1px solid #999;
	border-collapse: collapse;
	width: 100%;
}
.calendario-anual table td {
	border: 1px solid #999;
	padding: 2% 1%;
	text-align: center;
	width: 14.28%;
}
.calendario-anual table .nombre_mes th {
	background-color: #BBB;
	border-bottom: 1px solid #999;
	padding: 2% 1%;
}
.calendario-anual table .week_row_start td {
	background-color: #DDD;
	border-bottom: 1px solid #999;
	padding: 2% 1%;
}
.calendario-anual table .cal_row_start td {
	line-height: 32px;
	padding: 0px;
}
.calendario-anual table .cal_row_start td a {
	color: #000;
	display: block;
	height: 32px;
	position: relative;
}
.calendario-anual table .cal_row_start td a:hover {
	text-decoration: none;
}
.calendario-anual table .cal_row_start td a span.dia_mes {
	background-color: #fff;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	font-size: 10px;
	height: 18px;
	left: 0px;
	line-height: 18px;
	position: absolute;
	top: 0px;
	width: 18px;
}
.calendario-anual table .cal_row_start td a span.tiene_tramo {
	background-color: green;
	color: #fff;
	line-height: 18px;
	padding: 2px 5px;
	position: absolute;
	left: 22px;
	top: 5px;
	width: 25px;
}
.calendario-anual table .cal_row_start td a span.tiene_tramo.inicio_1:before {
	content: "[ ";
}
.calendario-anual table .cal_row_start td a span.tiene_tramo.fin_1:after {
	content: " ]";
}
.tabla_mes td .highlighted {
	background-color: yellow !important;
}
.tabla_mes td .primer_dia,
.tabla_mes td .segundo_dia,
.tabla_mes td .tramo_dias {
	background-color: yellow !important;
}

/*** Nuevo menú lateral **************************************************************************/
.migas-admin {
	color: #edd801;
	float: left;
	font-size: 2em;
	line-height: 70px;
	text-transform: uppercase;
	position: absolute;
	top: 0px;
	left: 135px;
}
.migas-admin #cd-logo {
	margin: 0px 6px 0px 15px;
}
.migas-admin a, .migas-admin a:link,.migas-admin a:visited {
	color: #edd801;
}
#cd-menu-trigger {
	background-color: #000;
	color:#edd801;
	font-size: 1.6em;
}
#cd-menu-trigger:hover {
	background-color: #fff9bf;
	
}
#cd-top-nav ul {
	font-size: 1.3em;
	line-height: 70px;
	margin: 0px;
	padding: 0px;
}
#cd-top-nav ul a {
	padding: 0px;
	margin: 0px 1em 0px 0px;
}
#cd-lateral-nav {
	-webkit-box-shadow: inset -2px 0px 5px -2px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset -2px 0px 5px -2px rgba(0, 0, 0, 1);
	box-shadow: inset -2px 0px 5px -2px rgba(0, 0, 0, 1);
}
#cd-lateral-nav .cd-navigation {
	padding: 0px;
	list-style: none;
}
#cd-lateral-nav a {
	font-size: 1.2em;
	padding: 0 14px;
}
#cd-lateral-nav a i {
	margin-right: 8px;
	text-align: center;
	width: 18px;
}
#cd-lateral-nav .sub-menu {
	padding: 0px 0px 0px 26px;
	list-style: none;
}
#cd-lateral-nav a#go-home {
	text-align: center;
	width: 100%;
}
#cd-lateral-nav a#go-home {
	text-align: center;
	width: 100%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cd-lateral-nav a#go-home img {
	height: auto;
	margin: 0px 5% 5% 5%;
	width: 90%;
}

/*** ComboBox con autocomplete *******************************************************************/
.custom-combobox {
	position: relative;
	display: inline-block;
}
.custom-combobox-toggle {
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: -1px;
	padding: 0;
}
.custom-combobox-input {
	margin: 0;
	padding: 5px 10px;
}
.contiene_combo * {
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contiene_combo button {
	border-left: 0px !important;
	height: 26px !important;
	margin: -4px 0px 0px 0px !important;
	padding: 0px !important;
	width: 4% !important;
}
.ui-autocomplete {
	border: 1px solid #E1E1E1;
}
.ui-autocomplete a:hover {
	background-color: #E1E1E1 !important;
}
.ui-menu.ui-autocomplete .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
	margin: 0px !important;
}

/*** Propio de Globaluz *********************************************************************/

	



/*** Adaptación del Popup del colorbox ***********************************************************/
#cboxClose { border: 0; }
#cboxOverlay { opacity: 0.6 !important; }



table.tramos tr
	{
	border: 1px solid #CCC;
	}
	


table.tramos tr th
	{
	 background-color: #CCC;
	 color:black;
	 font-weight: bold;
	}
table.tramos tr td
	{
	border: 1px solid #CCC;
	text-align: right;
	width: auto!important;
	}

table.tramos tr.traspasado td
	{
	 background-color: green;
	}

table.tramos tr.total 
	{
	 background-color: #319af4;
	 font-weight: bold;
	}
	
table.tramos tr.total td input
	{
	 background-color: #31d6f4!important;
	 color:#000!important;
	}	


table.conclusiones{
		width: 600px;
		margin: 0px auto;
		text-align: center;
	}

table.conclusiones tr th
	{
	 border: 1px solid #000;
	 background-color: #000033;
	 color: #ccccff;
	 text-transform: uppercase;
	}
	
table.conclusiones tr td.titulo
	{
	border: 1px solid #000;
	background-color:#3a9ef1;
	text-transform: uppercase;
	color:#FFF;
	}

table.conclusiones tr td.titulo2
	{
	border: 1px solid #000;
	background-color:#162161;
	text-transform: uppercase;
	color:#FFF;
	}
	
table.conclusiones tr td.dato
	{
	border: 1px solid #000;
	background-color:#96caf6;
	}
	
table.conclusiones tr td.dato_blanco
	{
	border: 1px solid #000;
		
	}	
	
table.conclusiones tr td.dato_grande
	{
	border: 1px solid #000;
	background-color:#96caf6;
	font-size: 2em;
	}	


.add_tarifa{
	float: left;
	padding:2px 5px 2px 5px;
	background-color: #eee;
	margin:5px;
	}
	
.add_tarifa .fa{
	color: #999;	
	float: left;	
	cursor: pointer;
	font-size: 21px;
	}
.add_tarifa .fa:hover{
	color: #669966;
	}			
	

.rotulo_tarifa{
	float:left;
	vertical-align: middle;
	min-width: 100px;
	line-height: 30px;
	}
	

		
.tarifas{
	float:left;
}	
	
.tarifa {
	float: left;
	padding:2px 5px 2px 5px;
	background-color: #eee;
	margin:5px;	
	}	
.tarifa:hover{
	background-color: #ccffff;
	}	
.tarifa .borrar_tarifa{
	color: #999;	
	float: right;
	margin-left: 15px;
	cursor: pointer;	
	
	}
.tarifa .borrar_tarifa:hover{
	color: #ff0000;
	}			
.tabla_valores
	{
	width: 80%;
	max-width: 800px;	
	}	
.tabla_valores tr th
	{
	 text-align: center;
	 background-color: #333;
	 color:#eee;
	 line-height: 25px;
	 padding:0px 10px; 	 
	}	
.tabla_valores tr td
	{
	  border: 1px solid #999;
	}

.tabla_valores tr td.accion
	{
	   text-align: center;
	   vertical-align: middle;
	   
	}
	
.tabla_valores tr:hover
	{
	background-color: #ccffff;
	}	
	
.tabla_valores .borrar_tramo{
	color: #660000;			
	cursor: pointer;
	font-size: 20px;	
	}
.tabla_valores .borrar_tramo:hover{
	color: #ff0000;			
	}	
.tabla_valores .editar_tramo{
	color: #000066;			
	cursor: pointer;
	font-size: 20px;	
	}
.tabla_valores .editar_tramo:hover{
	color: #0000ff;			
	}		
	
.tabla_valores .nuevo_tramo{
	color: #336600;			
	cursor: pointer;
	font-size: 20px;	
	}
.tabla_valores .nuevo_tramo:hover{
	color: #66cc33;			
	}	
.tabla_valores .limpiar_tramo{
	color: #000066;			
	cursor: pointer;
	font-size: 20px;	
	}
.tabla_valores .limpiar_tramo:hover{
	color: #0000ff;			
	}					

.tabla_valores .input,.tabla_valores input.input,.tabla_valores .ui-autocomplete-input
	{
	padding:0 0.8%;
	}
	
.tabla_valores	input.euro
	{
	 padding-right: 20px;
    padding-top: 2px;
	}
	
.tabla_valores tr.linea-a
	{
	 background-color: #eaeaea;
	}
.tabla_valores tr.linea-a:hover
	{
	 background-color: #d8e7eb;
	}	
	
.tabla_valores tr.linea-b
	{
	 background-color: #cdcdcd;
	}

.tabla_valores tr.linea-b:hover
	{
	 background-color: #b8cdce;
	}

.lista_tarifas{
	clear: both;
	border:1px solid #0066cc;
	width: 80%;
	max-width: 760px;
	background-color: #99ccff;
	padding:10px 20px;	
	display:none;
	}

.lista_tarifas select
	{
	 width: 50%;
	 max-width: 550px;
	}
	
.lista_tarifas .nueva_tarifa{
	color: #336600;			
	cursor: pointer;
	font-size: 24px;	
	vertical-align: middle;

	}
.lista_tarifas .nueva_tarifa:hover{
	color: #66cc33;			
	}	
	
.lista_tarifas .limpiar_tarifa{
	color: #990000;			
	cursor: pointer;
	font-size: 24px;	
	vertical-align: middle;

	}
.lista_tarifas .limpiar_tarifa:hover{
	color: #ff0000;			
	}			

.add_comision{
	border:1px solid #0066cc;
	background-color: #99ccff;
	padding:10px 20px;	
	float: left;
	margin-top:50px;
	color: #0000cc;
	cursor: pointer;
	}
	
.add_comision .fa{
		
	float: left;	
	
	font-size: 21px;
	margin-right: 20px;
	}	
	
.add_comision:hover{
	color: #0099ff;
	}	
	
	
.div_comision{
	clear: both;
	border:1px solid #0066cc;
	width: 80%;
	max-width: 760px;
	background-color: #99ccff;
	padding:10px 20px;	
	display:none;
	
	}	
	
.div_comision .nueva_comision{
	color: #336600;			
	cursor: pointer;
	font-size: 24px;	
	vertical-align: middle;

	}
.div_comision .nueva_comision:hover{
	color: #66cc33;			
	}	
	
.div_comision .limpiar_comision{
	color: #990000;			
	cursor: pointer;
	font-size: 24px;	
	vertical-align: middle;

	}
.div_comision .limpiar_comision:hover{
	color: #ff0000;			
	}		

.borrar_comision {
	color: #990000;
	cursor: pointer;
	font-size: 21px;
	}
	
.stock_suficiente{
	background-color: #ccffcc;
	}

.stock_insuficiente{
	background-color: #ffcccc;
	}
	
.cantidad_ok
	{
	background-color: #ccffcc;
	}
	
.cantidad_ko
	{
	background-color: #ffcccc;
	}	
	
.hay_stock
	{
	background-color: #ccffcc;
	}
	
.no_hay_stock
	{
	background-color: #ffcccc;
	}	
	
.no_hay_stock_almacen
	{
	background-color: #ffcc99;
	}	
	
.lista_comprobacion
	{

	width: 100%;
}

.lista_comprobacion th {
	background: #99ccff;
	border-left: 1px solid #fff;
	border-right: 1px solid #b7b7b7;
	height: 55px;
	padding: 0 0 0 15px;
	text-align: left !important;
	text-transform: uppercase;
	font-weight: normal;
	color: #333333;
	cursor: pointer;
}
		

.cabecera_delegacion
	{
		background-color: #99ffff;
		color: navy;
	}	
.cabecera_delegacion:hover
	{
		background-color: #3399cc;
		color: navy;
	}	


.total_delegacion{
		background-color: #99ffff;
		color: navy;
	}
	
.total_delegacion:hover{
		background-color: #3399cc;
		color: navy;
	}		
	
.cabecera_comercial{
		background-color: #ccffff;
		color: blue;
	}
.cabecera_comercial:hover{
		background-color: #66ccff;
		color: blue;
	}
.total_comercial{
		background-color: #ccffff;
		color: blue;
	}
.total_comercial:hover{
		background-color: #66ccff;
		color: blue;
	}
	
.cabecera_prueba{
		background-color: #ccffd6;
		color: 0a160f;
	}
.cabecera_prueba:hover{
		background-color: #66ffa3;
		color: 0a160f;
	}
.total_prueba{
		background-color: #ccffd6;
		color: 0a160f;
	}
.total_prueba:hover{
		background-color: #66ffa3;
		color: 0a160f;
	}	
	
.total_general{
		background-color: #3399cc;
		color: black;
		font-weight: bold;
	}
.total_general:hover{
		background-color: #006699;
		color: black;
	}		

}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
		.ui-timepicker-div dl { text-align: left; }
		.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
		.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
		.ui-timepicker-div td { font-size: 90%; }
		.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

		.time {
			background-image: url(../img/time.png);
			background-repeat: no-repeat;
			background-position: right center;
			width:60px;
			border: 1px solid #ccc;
    		color: #344750;
			height: 26px;
			line-height: 26px;
    		margin: 0;
    		overflow: hidden;
    		padding: 0 10px 0 5px;
    		box-sizing:border-box;
			}
			
	table.formulario tr.pop th
	{
	background: #cccccc;
	border-left: 1px solid #fff;
	border-right: 1px solid #b7b7b7;
	height: 45px;	
	padding: 0 0 0 15px;
	text-align: left !important;
	
	font-weight: normal;
	color: #333333;
	cursor: pointer;	
	}
	
	table.formulario tr.pop th .fecha_hora
	{
	height:45px;
	line-height:45px;
	font-weight: bold;;
	display: block;
	float: left;
	margin-right: 20px;
	}
	table.formulario tr.pop th .titulo_aviso
	{
	max-width:360px;
	overflow:hidden;
	height:45px;
	line-height:45px;
	display: block;
	float: left;
	}
	
	#ventana_aplazar
	{
		width: 500px;
	}
	
	#cd-top-nav ul .avisos-cabecera
	{	
	margin-right: 20px;
	text-align:center;
	width: 40px;
	position:relative;
	}
	#cd-top-nav ul .avisos-cabecera{
		color:yellow;
	}
	
	#cd-top-nav ul .avisos-cabecera span{
	position:absolute;
	left: 0;
	right: 0;
	width: 40px;
	margin: 0 auto;	
	z-index:1;
	top:0;
	line-height: 30px;
	}
	
	.oculto{
	display:none;
	}
	
	ul.acciones li a i
	{
	 color:#333;
	 font-size:1.6em;
	}

	div.area_descargas .carpeta
	{
	 float:left;
	 width: 150px;
	 height: 200px;
	 margin:20px;
	 background-image: url(../img/admin/carpeta_150.png);
	 background-repeat: no-repeat;
	 background-position: top center;
	 cursor: pointer;
	}
	
	div.area_descargas .carpeta.vacia
	{
	background-image: url(../img/admin/carpeta_150_v.png);
	}
	
	div.area_descargas .carpeta.atras
	{
	background-image: url(../img/admin/carpeta_128_atras.png);
	 margin-top:1px;
	 margin-left:1px;
	 width:140px;
	 overflow:hidden;	 
	 font-size: 12px;
	 height: 220px;
	}
	
	div.area_descargas .carpeta.atras span.nombre
	{
	 margin-top:148px;
	 font-size:15px;
	}
	
	div.area_descargas .carpeta span.documentos
	{
	 display:block;
	 float: left;
	 margin-top:75px;
	 margin-left:55px;
	 width:40px;
	 overflow:hidden;	 
	 font-size: 30px;
	 color:#5885b2;
	 text-align: center;
	}
	
	div.area_descargas .carpeta span.nombre
	{
	 display:block;
	 float: left;
	 margin-top:30px;
	 margin-left:5px;
	 width:140px;
	 overflow:hidden;	 
	 font-size: 16px;
	 color:#1b384c;
	 text-align: center;
	}
	
	div.area_descargas .archivo
	{
	 float:left;
	 width: 140px;
	 height: 220px;
	 margin:20px;
	 background-image: url(../img/admin/documents_128.png);
	 background-repeat: no-repeat;
	 background-position: top center;	 
	}
	
	div.area_descargas .archivo span
	{
	 display:block;
	 float: left;
	 margin-top:14px;
	 margin-left:1px;
	 width:90px;
	 overflow:hidden;	 
	 font-size: 12px;
	 color:#1b384c;
	 text-align: center;
	}
	
	div.area_descargas .archivo a
	{
	display:block;
	width: 91px;
	height: 118px;;
	margin-left:24px;
		
	
	}
	
	div.area_descargas .archivo span.no_leido
	{
	 display:block;
	 float: left;
	 background-image: url(../img/admin/color-b.png);
	 background-repeat: no-repeat;
	 background-position: top center;	 
	 width:16px;
	 height:16px;
	 overflow:hidden;	 
	 font-size: 16px;
	 color:#1b384c;
	 text-align: center;
	 margin-top: 5px;
	}
	div.area_descargas .archivo span.leido
	{
	 display:block;
	 float: left;
	 background-image: url(../img/admin/color-a.png);
	 background-repeat: no-repeat;
	 background-position: top center;	 
	 width:16px;
	 height:16px;
	 overflow:hidden;	 
	 font-size: 16px;
	 color:#1b384c;
	 text-align: center;
	 margin-top: 5px;
	}

div.seleccion
	{
	 float:left;
	 width: 20%;
	 background-color: #bbb;
	 border:1px solid #999;
	 padding:4px 0px;
	 margin: 0px 10px;
	 font-size:1.1em;
	 font-weight: bold;
	 -moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
div.seleccion:hover
{
	background-color: #333;
	color:#ddd;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	
	
table.estudio_led tr
	{
	border: 1px solid #CCC;
	}
	


table.estudio_led tr th
	{
	 background-color: #31869b;
	 color:white;
	 font-weight: bold;
	 font-size:15px;
	 padding:10px 0px;
	 text-transform:uppercase;
	 text-align: center;
	}
	
table.estudio_led tr.cabecera td
	{
	background-color: #0f243e;
	 color:white;
	 font-weight: bold;
	 font-size:11px;	 
	 text-transform:uppercase;
	 text-align: center;	 
	}	
		
	
table.estudio_led tr.cabecera td.tipo2
	{
	background-color: #538dd5;
	 color:white;
	 font-weight: bold;
	 font-size:11px;	 
	 text-transform:uppercase;
	 text-align: center;	 
	}
		
table.estudio_led tr.totales td
	{
	background-color: #538dd5;
	 color:white;
	 font-weight: bold;
	 font-size:11px;	 
	 text-transform:uppercase;
	 text-align: right;	 
	}
	
table.estudio_led tr.totales1 td
	{
	background-color: #c5d9f1;
	 color:black;
	 font-weight: bold;
	 font-size:11px;	 
	 text-transform:uppercase;
	 text-align: right;	 
	}	

table.estudio_led tr.totales td.centro
{
	text-align: center;
	}

table.estudio_led tr td.leyenda1
{
	background-color: #c5d9f1;
	text-align: center;
	}
	
table.estudio_led tr td
	{
	/*border: 1px solid #CCC;*/
	font-size:10px;
	text-align: right;
	width: auto!important;
	}

table.estudio_led tr.traspasado td
	{
	 background-color: green;
	}

table.estudio_led tr.total 
	{
	 background-color: #319af4;
	 font-weight: bold;
	}
	
table.estudio_led tr.total td input
	{
	 background-color: #31d6f4!important;
	 color:#000!important;
	}	

table.estudio_led input.kwh {
	width: 80px!important;
	font-size:11px;
	}
	
table.estudio_led input.kw {
	width: 80px!important;
	font-size:11px;
	}	
table.estudio_led input.euro_kw
{
	width: 90px!important;
	font-size:11px;
	}		

table.estudio_led input.euro_kwh
{
	width: 90px!important;
	font-size:11px;
	}
	
table.estudio_led input.euro
{
	width: 90px!important;
	font-size:11px;
	}	

table.estudio_led tr.blanco td
{
	background-color:#FFF;
	border:none;
	}
	
table.estudio_led tr td.blanco
{
	background-color:#FFF;
	border:none;
	}
	
table.estudio_led tr.linea1 td
{
	background-color:#dce6f1;
	font-weight:bold;
	color:#000;
	
	}		
table.estudio_led tr.linea2 td
{
	background-color:#f2f2f2;
	font-weight:bold;
	color:#000;
	
	}	
	
	
	
		

/*** Adaptaciones Responsive *********************************************************************/
@media screen and (max-width: 1440px) {
	.listado {font-size:11px;}
	ul.acciones li.ico-menu {
		width: 25px;
		margin: 0px 5px;
	}
	ul.acciones li{
		padding: 0px 5px;
	}
	.referencia {width: 90px}
	ul.acciones li.ico-menu ul::after, ul.acciones li.ico-menu ul::before
	{
	 right: 40px;
	}	
	.listado .acciones130{ width:100px}
	
	table.formulario .leyenda {	
		width: 150px;	
	}
	
	td.tipo_id_lista_boton_sm
	{
	  width:350px!important;
	}
	
td.tipo_id_lista_boton_sm .ilb_sm_id
	{
		width:40px!important;
	}	
td.tipo_id_lista_boton_sm .ilb_sm_lista
	{
		width:200px!important;
	}	
td.tipo_id_lista_boton_sm .ilb_sm_boton
	{
		width:45px!important;
	}
}

@media screen and (max-width: 1280px) {
	.precio_reserva{ display:none}
	.precio_salida{ display:none}	
	.referencia {width: 90px}
	ul.acciones li.ico-menu {
		width: 25px;
		margin: 0px 5px;
	}
	ul.acciones li{
		padding: 0px 5px;
	}
	.listado .acciones130{ width:100px}
	
	.listado {font-size:11px;}
	
	ul.acciones li.ico-menu ul::after, ul.acciones li.ico-menu ul::before
	{
	 right: 40px;
	}
	
	
	#fondo_inicio{
	background-size: auto 100%;	
	padding-top:30px; 
	height: 560px;
	}
	
	#contenido {
	padding-bottom: 0px;
	}
	
	table.formulario .leyenda {	
		width: 100px;	
	}
		td.tipo_id_lista_boton_sm
	{
	  width:250px!important;
	}
	
td.tipo_id_lista_boton_sm .ilb_sm_id
	{
		width:40px!important;
	}	
td.tipo_id_lista_boton_sm .ilb_sm_lista
	{
		width:150px!important;
	}	
td.tipo_id_lista_boton_sm .ilb_sm_boton
	{
		width:45px!important;
	}
}

@media screen and (max-width: 1024px) {
	#menu ul li a {
		padding: 0 15px;
	}
	.submenu ul li a {
		padding: 0 15px;
	}
	.flechita.subastas {
		background-position: 330px center;
	}
	.flechita.usuarios {
	    background-position: 645px center;
	}
	.flechita.gestion {
	    background-position: 743px center;
	}
	.flechita.comentarios {
	    background-position: 852px center;
	}
	.precio_reserva{ display:none}
	.precio_salida{ display:none}
	.precio_actual{ display:none}
	.referencia {width: 90px}
	ul.acciones li.ico-menu {
		width: 25px;
		margin: 0px 5px;
	}
	ul.acciones li{
		padding: 0px 5px;
	}
	.listado .acciones130{width:115px}
	.listado .fechas{width:75px;}
	.listado {font-size:9px;}
	
	ul.acciones li.ico-menu ul::after, ul.acciones li.ico-menu ul::before {
	 right: 40px;
	}
	
	
	#fondo_inicio{
	background-size: auto 100%;	
	padding-top:30px; 
	height: 560px;
	}
	
	#contenido {
	padding-bottom: 0px;
	}
	
	#accesos_directos ul {
	font-size:1.1em;
	line-height: 50px;
	}
	
	header {
    height: 50px;
	}
	.cd-main-content {
    padding-top: 50px;
	}
	
	#cd-menu-trigger .cd-menu-text {
    display: inline-block;
    line-height: 50px;
	}
	.migas-admin {    
    font-size: 1.5em;
    line-height: 50px;    
	}
	
	

bo
}


@media screen and (max-width: 768px) {
	.precio_reserva{ display:none}
	.precio_salida{ display:none}
	.precio_actual{ display:none}
	.destacado{ display:none}
	.lote{ display:none}
	.referencia{display:none}
	ul.acciones li.ico-menu {
		width: 25px;
		margin: 0px 5px;
	}
	ul.acciones li{
		padding: 0px 5px;
	}
	.listado {
		font-size:9px;
	}
	ul.acciones li.ico-menu ul::after, ul.acciones li.ico-menu ul::before {
	 right: 40px;
	}
	.listado .fechas {
		width:75px;
	}
	

	
	#contenido_acceso
	{	 
	 min-height:250px;
	 background:url('../img/admin/pantalla-1.jpg') no-repeat;
	 background-size: auto 100%;
	}

	#contenedor_login
	{
	padding-top:125px;padding-left:40px;width:285px;
	}
	
#contenedor_login table
	{
	padding: 20px 10px;
	border-bottom: 2px solid #dde3e8;
	background-color:#eee;	
	}

	table.frm_login tr td
	{
	display:block;
	}
	
	#pie .pie_izq
	{
	font-size: 9px;
	padding-left:10px;
	}
	
	#pie .pie_der
	{
	font-size: 9px;
	padding-right: 25px;
	}
	
	#pie
	{
	 line-height: 30px;
	}
	
	/*************************************/
	
	#fondo_inicio{
	background-size: auto 100%;
	height: auto;
	padding-top:30px; 
	}
	
	.note-portada{
	 	width: auto!important;
	}
	
	#contenido{
	 min-width: 340px;
	 padding:0;
	}
	
	.migas-admin {
		color: #fff;
    	float: left;
    	font-size: 1.2em;
    	line-height: 50px;
    	text-transform: uppercase;
    	position: absolute;
    	top: 0px;
    	left: 130px;
	}
	
	#accesos_directos ul {
	font-size:1.0em;
	line-height: 50px;
	}
	
}
@media screen and (max-width: 480px) {
	
	#accesos_directos ul li a span.rotulo{
	 display:none;
	}
	
	.migas-admin { 
    left: 40px;
	}
	#accesos_directos ul a{
	margin:0;
	}
	
	#cd-menu-trigger .cd-menu-text
	{
	display:none;
	}
	
	.boton-nuevo-registro {
	
	 font-size:8px;
	}
	
	.migas-admin {
		line-height: 25px;
	}
	
	#accesos_directos ul {
    font-size: 1.0em;
    line-height: 25px;
    margin-top: 25px;
	}

	
}

@media screen and (max-width: 320px) {
	#pie .pie_izq{
	font-size: 9px;
	padding-left: 5px;
	}
	
	#pie .pie_der {
	font-size:10px;
	padding-right: 5px;
	}
}

