/********** General **********/

html, body, menu_header, ul, li, a, span {
	margin: 0;
	padding:0;
}

html, body{
	width:100%;
	height:100%;
	margin:0; 
}

#map{
	margin:auto;
}

body {
	/*background-image: url(../images/body-bg.png);	*/
	background-color: white;
	background-position: top left;
	background-repeat: repeat-x;
	  /*display:flex; 
	  flex-direction:column; */
}

a  {
	color: #061920;
}

a:visited  {
	color: black;
}

img {
    border: none;   
    margin: 0;
	padding: 0; 
}


/********** Header **********/
div.header {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-image: url(../images/header-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
}

div.header1 {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	width: 100%;
	height: 300px;
	overflow: hidden;
	background-image: url(../images/header_registro.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

div.logo-image {
	float: left;
	height: 100px;
	width: 200px;
	margin-left: 30px;
} 

div.logo {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 970px;
}

h1.logo-name {
	display: block;
	text-align: right;
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover {
	font-size: 30px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #EFEFEF !important;
}

h1.izq{
    text-align: left !important;
    border-bottom: 1px black solid;
}

.logo-text {
	display: block;
	text-align: right;
}

.logo-text, .logo-text a {
  font-weight: bold;
  font-size: 19px;
  padding: 0;
  margin: 0;
  color: white !important;
}

/********** Navbar **********/
div.navbar {
  margin: 5px auto auto auto;
  padding: 3px 0 0 10px;
  position: relative;
  z-index: 0;
  width: 990px;
  height: 17px;
  overflow: hidden;

  background-image: url(../images/navbar-bg.png);
  background-position: center center;
  background-repeat: no-repeat;

  font-size: x-small;
  color: #FFFFFF;
  vertical-align: middle;
}

div.navbar table{
	margin: 0;
	width: inherit;
	padding: 0;
	border: 0px;
	display: block;
}
div.navbar td{
	margin: 0;
	color: fuchsia;
	width: inherit;
	padding: 0;
	border: 0px;
	vertical-align: middle;
	display: block;
}

div.navbar p {
    margin: 0;
    padding: 0;
}

div.navbar a, div.navbar a:link, div.navbar a:visited, div.navbar a:hover {
   color: #FFFFFF;
}

/********** Main Layout **********/
div.ml_responsive_margin{
	width:10%;
	min-width:102px;/*Ancho del logo*/
	position:relative;
	float:left;
	height:1%;
}



div.main-layout {
	position:relative;
	/*float:left;*/
	display: table;
	/*height: 47.5%;*/
	height: 76.1%;
	width: 80%;
	table-layout: fixed;
	border-collapse: collapse;
	background-color: Transparent;
	border: none !important;
	padding:0 !important;
	/*min-height: calc(100% - 146px);*/
    margin: 0 auto;
	font-size: small;
	border-top: 1px solid #EAEAEB;/**/
	margin-bottom: 1rem;
}

div.main-layout-row {
  height:100%;
  display: table-row; 
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none !important;
  margin:0 !important;
  padding:0 !important;
}

div.main-layout div.layout-cell {
   display: table-cell;
}

/********** V Menu **********/
div.main-layout div.vmenu {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 20%;
}

div.main-layout div.vsubmenu {
  margin: 30px 0 15px auto;
  position: absolute;
  z-index: 0;
  /*width: 40%;/**/
  float: right;
  /*margin-bottom: 3rem;*/
  /*left:87.5%;*/
  /*right: 5%;*/
  right: 0%;
}

div.main-layout div.vsubmenu ul {/**/
	border-collapse: separate;
    border-spacing: 0px 5px;
}


div.vmenu ul, div.vsubmenu ul {
    list-style-type: none;
    display: table;
    margin: 0px;
    padding: 0px;
    width: 100%;  
}

div.vmenu li, div.vsubmenu li {
    display: table-row;
    height: 20px; 
    width: 100%;  
	font:normal 1em 'FTBase-Regular', Century Gothic, sans-serif;
}

.vmenu-image-element  {
    vertical-align: middle;
    /*display: table-cell;*/
	width: 20px;
}

.vmenu-logo-element  {
    /*display: table-cell;*/
        max-width: 88px;
        max-height: 88px;
}

.vmenu-logo-element > img  {
        max-width: 64px;
        max-height: 64px;
}

.vmenu-text-element  {
    vertical-align: middle;
    /*display: table-cell;*/
	width: 100%;
}

div.vmenu li:hover, div.vsubmenu li:hover{
	font-size: 15px;
	font-weight: bold;
}

div.vmenu a, div.vmenu a:link, div.vmenu a:visited, div.vmenu a:hover,
div.vsubmenu a, div.vsubmenu a:link, div.vsubmenu a:visited, div.vsubmenu a:hover {
   text-decoration: none;
   color:#061920;
}

/********** Footer **********/
/*Nuevo Footer */


#divfooter{	
	width:100%;
	font-size: 8pt;
  height:10%;
  position:relative;
    display: table;
}

.divfooter p {
    text-align: left;
    position: relative;
    right: 1%;
    float: right;
}
/*Footer viejo, div.footer*//*
div.footer {
	margin: 20px auto auto auto;
	padding: 0 0 0 30px;
	position: relative;
	z-index: 0;
	width: 970px;
	height: 50px;
	overflow: hidden;	
	font-size: small;
	color: #FFFFFF;
	vertical-align: middle;
	/*border-top: 1px solid black;*//*
    margin-bottom: 2em;

	background-image: url(../images/footer-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	font-size: small;
}*/

/******* Menu con informacion usuario **********/
#menu_informacion{

    margin: 0 auto -15px;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    text-align: left;
    width: 100%;
	  
	background-image: url(../images/navbar-bg.png);
	background-position: center center;
	background-repeat: no-repeat;		
}

#menu_informacion form{
	margin: 0 0 0 1em;
	width:40%;
}

#menu_informacion label{
	font-size: x-small;
    margin-right: 1em;
	color:white;
}

#menu_informacion select{
	font-size: 0.6em;
	margin: 0;
	width:50%;
}


/********** Cabecera **********/
/*
 Tiene los siguientes elementos:
 
 -	Logo: logo de la empresa
 -	Compas: muestra la ruta a la pagina actual
 -	CornerMenu: toolbar en la esquina superior derecha
*/

#cabecera{
	width: 100%;
	float:left;
    height: 47.5%;
	max-height:9rem;
    /*display: table;*/
    position: relative;
	/*margin-bottom:2%;/**/
}

#cabecera_superior{
    width: 100%; 
    height: 62.5%;
    max-height:6rem;
}

#img_cabecera1{
	display:flex;
}
#img_cabecera2{	
	display:none;
}
/**Logo **/

.logo_container{
	width: 10%;
	float:left;
}

.logoCabecera{
	width:80%;
}

/**Compas **/

.compas_container{
	width: 100%;
	height: 37.5%;
        max-height:3rem;
	margin:auto;
	font:normal 1em 'FTBase-Regular', Century Gothic, sans-serif;
}

.compas_container > p{
	margin:auto;
    height: 100%;
    display: flex;
    align-items: center;
	padding-left: 2.5%;
	font-size:1.25rem;
}

   
#labelfortoggle1 > img, .compas_container > p{
	filter: brightness(0%);

}  

.compas_b_t{
	background:transparent!important;
}

/** CornerMenu **/


.cornerMenu_container{ 
	width:45%;
	float:right;
    /*height: 100%;*/
	font-size: 1.1rem;
	/*height:110px;/**/
}

.cornerMenu_container ul{
	/*margin:0;
	padding:0;
	list-style:none;*/
	/*position:absolute;*/
	display:flex;
	/*flex-direction: row;*/
	/*margin-right:4%;*/
        float:right;
        width:100%;
        list-style:none;
}

.cornerMenu_container ul li{
	/*margin-top:0;
	margin-bottom:0;*/
        margin:0 0.5rem 0 0.5rem;
    display: flex;
     justify-content: center; 
-webkit-justify-content: center;
    align-items: center;       
-webkit-align-items: center;
}

.cornerMenu_container ul li a{
	text-decoration:none;
	color:white;
}


/********** Menu **********/

.nolog{
	position:absolute;
	top:0;
	left:5%;
    width: 25%;
	z-index:10;    
        height: 62.5%;
}
.menu_container{
	position:absolute;
	top:0;
	/*left:5%;*/
    width: 45%;
	z-index:10;    
        height: 62.5%;
}

.menu_header{
	clear:left;
	/*width: 220px;/**/
	text-align:left;
	float:left;
  display: flex;
     justify-content: center; 
-webkit-justify-content: center;
    align-items: center;       
-webkit-align-items: center;
	/*color:white;*/
	/*background:#FFF;*/
    /*background:#FFF url(../images/org/backgrounds/coche.jpg) no-repeat top;/**/
    /*background-size: 100%;/**/
}

.menu{
	display:none;
	text-align:left;
	clear:left;
	float:left;
	background:#143f47;/**/
	font: normal 1.15em 'FTBase-Regular', Century Gothic, sans-serif;
}

.menu, .firstMenu_children > img{
	width:250px; /*Mismo ancho que el menu*/
}

.menu ul{
	display:flex;
	flex-direction:column;
}

.firstMenu_element{
    text-decoration: none;
    padding: 0 1rem;/**/
    display: block;
    margin: 0;
    color: white;
    line-height: 70px;
}

.menu a{
	display: block;
	margin:0;	
	color:#7c9599;/**/
}

.menu ul li{ 
	list-style-type: none; 
} 

.menu ul li a{
	text-decoration: none; 
	padding: 0.6rem 1rem;/*Separacion de los submenus*/
	display: block;
}
 
.menu ul li:hover{
	background:rgb(0,0,0, .01);
} 



.firstMenu_children ul{ 
	display:none;
	width:100%; 
	}
	
.menu_arrow{
	margin: 0 0 0 0;
	font-size:  12px; 
	line-height: 70px; 
	width: 10px; 
	float: left;
	display:block;
	cursor: pointer;
	color:gray;
	padding: 0 1rem; /*El mismo que aplicamos al elemento a*/
}

.firstMenu_children ul li a{
	background:#white;/**/
	width: calc(100% - 2rem);
	
}

.itemdown_1 a:hover, .itemdown_2 a:hover, .itemdown_3 a:hover, .itemdown_4 a:hover, .itemdown_5 a:hover,
 .itemdown_6 a:hover, .itemdown_7 a:hover, .itemdown_8 a:hover, .itemdown_9 a:hover, .itemdown_10 a:hover{
	text-decoration:underline;
	color:white;
}
		
#toggle:checked  ~ .menu {
	display:block;
    position: absolute;
    top: 160%;
}

/*
.menu_container:not(:hover) .menu { 
	display:none !important;
}
*/

#toggle,#toggleS1,#toggleS2,#toggleS3,#toggleS4,#toggleS5,#toggleS6,#toggleS7,#toggleS8,#toggleS9,#toggleS10{
	display: none; 
}




.toggle_L2, .toggleS1_L2,.toggleS2_L2,.toggleS3_L2,.toggleS4_L2,.toggleS5_L2,.toggleS6_L2,.toggleS7_L2,.toggleS8_L2,.toggleS9_L2,.toggleS10_L2{
	display:none;
}

#toggle:checked + label .toggle_L1, #toggleS1:checked + label .toggleS1_L1, #toggleS2:checked + label .toggleS2_L1, #toggleS3:checked + label .toggleS3_L1, #toggleS4:checked + label .toggleS4_L1, #toggleS5:checked + label .toggleS5_L1, #toggleS6:checked + label .toggleS6_L1, #toggleS7:checked + label .toggleS7_L1, #toggleS8:checked + label .toggleS8_L1  , #toggleS9:checked + label .toggleS9_L1  , #toggleS10:checked + label .toggleS10_L1  {		
	display:none;	
}

#toggle:checked + label .toggle_L2, #toggleS1:checked + label .toggleS1_L2, #toggleS2:checked + label .toggleS2_L2, #toggleS3:checked + label .toggleS3_L2, #toggleS4:checked + label .toggleS4_L2, #toggleS5:checked + label .toggleS5_L2, #toggleS6:checked + label .toggleS6_L2, #toggleS7:checked + label .toggleS7_L2, #toggleS8:checked + label .toggleS8_L2, #toggleS9:checked + label .toggleS9_L2, #toggleS10:checked + label .toggleS10_L2 {		
	display:block;	
}

#toggleS1:checked ~ .itemdown_1, #toggleS2:checked ~ .itemdown_2, #toggleS3:checked ~ .itemdown_3, #toggleS4:checked ~ .itemdown_4, #toggleS5:checked ~ .itemdown_5, #toggleS6:checked ~ .itemdown_6, #toggleS7:checked ~ .itemdown_7, #toggleS8:checked ~ .itemdown_8, #toggleS9:checked ~ .itemdown_9, #toggleS10:checked ~ .itemdown_10  {		
/*Muestra el itemdown al activar el correspondiente toggle*/
	display:block;	
}



/********** LayoutMenu **********/
/* Estilos de la function main(){} */

.menu-mainlayout{
	position:relative; 
	left:0; 
	width: calc(100%-250px);
	display:block;
	color: #061920; 
    margin: auto;
    width: 100%;
	/*background: #fff; */
}

.menu-mainlayout ul{
	list-style:none;
}
.botones_mml, .mml-other-col, .botones_mml_2{
	float:left;
	margin:1%;
	/*border: solid 1px #7CC8FF;*/
	text-align: center;
	color:white!important;
}

.mml-other-col{
	width:calc(92.5%/3);
	height: 26rem;
}

.botones_mml{
	width:22.5%;
	height: 26rem;
}
.graficas{
	height: 15rem;
}

.botones_mml_2{
	width:47.5%;
	height: 26rem;
}

.botones_mml > h3, .mml-other-col > h3, .botones_mml_2 > h3{
    height: 3rem;
	width:80%;
	margin:auto;
    margin-top: 1.5rem;
    font-size: 1.4rem;
    font-weight: normal;
}


.botones_mml > img, .mml-other-col > img, .botones_mml_2 > img{
    height: 128px;
    margin: auto;
    margin-top: 2.5rem;
}

.botones_mml > p, .mml-other-col > p, .botones_mml_2 > p{
    height: 6rem;
    margin: auto !important;
    margin-top: 2rem !important;
    border-top: 1px solid;
	width: 80%;
    padding-top: 0.5rem;
    font-size: 1rem !important;
	
}

.graficas > p{
    margin-top: 3rem !important;
    
}

.botones_mml:hover, .mml-other-col:hover, .botones_mml_2:hover{
	box-shadow: 0 0 15px 0 rgba(0,0,0, .30); /*Aumenta el relieve para dar la sensacion de click */
}

.botones_mml a, .mml-other-col a, .botones_mml_2 a{
	text-decoration:none;
}


/*Estilo formulario con cajas*/

/*Estilo formulario*/

#form_inc{
	width:100%;
}

div.form_subcontainer_contactRequest,
div.form_subcontainer_incidencia{

	background:white;

	width:66%;

	margin:15px auto;

	padding: 0px 0 20px 0; 

	min-width:275px;

	box-shadow: 0 0 15px 0 rgba(0,0,0, .80); /*Le da relieve al menu en forma de caja */

	background: rgba(255,255,255,0.85);

	border-radius: 10px;

}



.dfs_width90{

	width:90% !important;

}



div.form_subcontainer_incidencia > h2,
div.form_subcontainer_contactRequest > h2{

	width:100%;

	color: #e3e3e3 !important;

	background:#2f2f2f;/**/

	/*background: #0d0b0b;/**/

	text-align:center;

	padding-bottom:10px;

	padding-top:10px;

	box-shadow: 0 0 15px 0 rgba(0,0,0, .60);/*Es necesario darle relieve para evitar efecto visual de hundido*/

	border-top-left-radius: 10px;

	border-top-right-radius: 10px;

}

	

div.form_subcontainer_incidencia .row,  
div.form_subcontainer_contactRequest .row{

	line-height:44px;

	height:44px;

	position:relative;/*Necesario para que sus hijos puedan usar absolute*/

	display: flex !important;/*Necesario para aplicar align-items*/

    align-items: center;

}



div.form_subcontainer_incidencia .form_label, 
div.form_subcontainer_contactRequest .form_label{

	position:absolute;

	/*width:30%;/**/

	width:28%;/**/

	margin-left:5%;

	margin-right:5%;

	text-align:right;

	font-weight: bolder;

}



div.form_subcontainer_incidencia .form_select, div.form_subcontainer_incidencia .form_input, div.form_subcontainer_incidencia .form_textarea{
	position:absolute;

	width:46%;

	/*left:40%;/*Separarlo el ancho del form_label*/

	left:42%;/*Para que quede alineado con el boton*/

	

	padding: 4px 4px; 

	color: #4a4949;

    background-color: rgba(255,255,255,0.5);

    border: 1px solid #ccc;

    border-radius: 6px;

}



div.form_subcontainer_contactRequest .form_select, div.form_subcontainer_contactRequest .form_input, div.form_subcontainer_contactRequest .form_textarea{
	position:absolute;

	width:40%;

	/*left:40%;/*Separarlo el ancho del form_label*/

	left:48%;/*Para que quede alineado con el boton*/

	

	padding: 4px 4px; 

	color: #4a4949;

    background-color: rgba(255,255,255,0.5);

    border: 1px solid #ccc;

    border-radius: 6px;

}


div.form_subcontainer_incidencia .input_date,
div.form_subcontainer_contactRequest .input_date{
	width:26%;
	left:42%;
}



div.form_subcontainer_incidencia .input_hour,
div.form_subcontainer_contactRequest .input_hour{
	width:9%;
	left:69%;
}

div.form_subcontainer_incidencia .input_minute,
div.form_subcontainer_contactRequest .input_minute{
	width:9%;
	left:79%;
}


div.form_subcontainer_incidencia .form_textarea,
div.form_subcontainer_contactRequest .form_textarea{

	height:100px;

	margin: 7px 0px;

}



div.form_subcontainer_incidencia .label_textarea,
div.form_subcontainer_contactRequest .label_textarea{

	line-height:90px;/*Para centrar el texto con el textarea de 100px*/

}



div.form_subcontainer_incidencia .lastrow, 
div.form_subcontainer_contactRequest .lastrow{

	margin-top:15px;

	width:100% !important;

}



div.form_subcontainer_incidencia .rowbox, 
div.form_subcontainer_contactRequest .rowbox{

	height:125px;

}

div.form_subcontainer_incidencia .rowbutton,
div.form_subcontainer_contactRequest .rowbutton{
    width: 25%;

    position: absolute;

    right: calc(50% - (25% / 2));

     justify-content: center; 
-webkit-justify-content: center;

}



div.form_subcontainer_incidencia .filterbutton,
div.form_subcontainer_contactRequest .filterbutton{

	width:100%;

	background-position: left top;

	background-size: 100% 100%;

	text-align:center;

	padding:4px;

	color:#e3e3e3;

	height:36px;

	border-radius: 10px;

}

input.fecha_cargas {
	display: inline;
        width:45%!important;
}
   
.tabla_estadisticas{           
     font-size: 12px;
     padding-top: 1rem;
}


/********** Responsive (medias) **********/
/*
@media only screen and (max-width:800px){
	
	.botones_mml, .mml-other-col, .botones_mml_2{
            width:45%;
            margin:2%;
            height: 38vw;
	}
        .compas_not_admin{
            display:none;
        }
        #img_cabecera1{
            display:none;
        }
        #img_cabecera2{	
            display:flex;
            width: 7vw;
        }
        .botones_mml > p, .mml-other-col > p, .botones_mml_2 > p{
            display:none;
        }    
        div.content h1{
            font-size: 6vw!important;
        }
        
        .botones_mml > h3, .mml-other-col > h3, .botones_mml_2 > h3{
            font-size: 3vw;
            height: 6vw;
            margin-top: 4vw;
        }
        .botones_mml > img, .mml-other-col > img, .botones_mml_2 > img {
            margin-top: 2vw;
            height: 20vw;
        }
        #divfooter>.img_cabecera>img,#divfooter>.img_cabecera>div>img{
            width:9vw!important;            
        }
        .powered_by{
            font-size: 2.25vw!important;
        }
        
        #links{
            font-size:2.25vw!important;
        }
        .cornerMenu_container {
            font-size: 3vw;
        }
        
        .tabla_responsive {
           width:100%;
           font-size:2vw;
            word-break: inherit!important;
            table-layout: fixed;
            border-spacing: 0 6vw;
       }
       .tabla_responsive thead {
           display: none;
       }
       .tabla_responsive tr:nth-of-type(2n) {
           background-color: inherit;
       }
       .tabla_responsive tr{
           margin: 0 0 1rem 0;
       }
       .tabla_responsive tbody td {
           display: block;
            text-align: right;
           font-size:4vw;
            border: none;
       }
       .tabla_responsive tbody td:before {
            content: attr(title);
            font-weight:bold;
           display: block;
           text-align:left;            
            float: left;
       }  
       .vmenu-logo-element  {
                max-width: 10vw;
                max-height: 10vw;
       }
       .vmenu-logo-element > img  {
                max-width: 10vw;
                max-height: 10vw;
       }
       .cabecera_not_admin{
           height:17.5%!important;
       }
       .cabecera_superior_not_admin{
           height:100%!important;
       }
       .menu_container_not_admin{
           height:100%;
       }
        .no_ver_resp {
            display:none!important;
        }
        .tabla_responsive_cargadores tbody td {
            text-align: center;
        }        
        #res_pagina, .paginador_res, div.vmenu li:hover, div.vsubmenu li:hover {
            font-size:3vw!important;
        }
        form div.row label, div.row input, form div.row select{
            font-size:4vw!important;
        }        
        div.main-layout div.vsubmenu{
            margin-top: -10%;
            font-size:3vw!important;
        }
        form.filter{
            margin-top:5%;
        }
        tr.impar {
            background-color: #F7F7F7!important;
        }
        .img_moveon{
             width:30vw!important;
        }
        .main-layout-admin{
            margin-top:10%;
        }       
        .compas_container > p{
            font-size:3vw;
        }
        div.content p{
            font-size:4vw!important;
        }
        .nolog{
            left:5%;
        }
        input.fecha_cargas{
            width:85%!important;
        }
        .graficas{
            height: 20vw;
        }
        .tabla_estadisticas{
            display:block;
            overflow-x:auto;
        }
        .tabla_estadisticas > thead > tr > th,
        .tabla_estadisticas > tbody > tr > th,
        .tabla_estadisticas > tbody > tr > td{
            font-size:4vw!important;
        }
 }
 
@media only screen and (min-width:800px){
 .ver_resp {
     display:none!important;
 }
}
 /*
@media (max-width: 800px) {
  .botones_mml > h3, .mml-other-col > h3, .botones_mml_2 > h3 { font-size: 1rem; }
  .botones_mml > p, .mml-other-col > p, .botones_mml_2 > p { font-size: 0.8rem!important; }
  .cornerMenu_container { font-size: 0.8rem!important; }
}*/

 .img_moveon{
      width:150px;
 }

 .incidencias{
	 font-size: 1.25em;
 }
 .incidencias_tit{
	 font-size: 1.5em;
 }
 .boton_incidencias{
	  font: normal 1em 'FTBase-Regular', Century Gothic, sans-serif;
  border: 1px solid #ccc;
    border-radius: 6px;
	background:transparent;
 }
 .boton_incidencias:hover{
	background-color: #D90916;
	color: #fff
 }
 

.img_cabecera{
	width:auto;
	max-width:20%;
    position: relative; 
    float: left;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 1rem;
	margin-left: 17.5%;
}

#links{
    width:auto;
    max-width:40%;
	height:100%;	
    position: relative; 
    float: left;
	font-size:1rem;
}

#links > div{    
	text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    float: right;
    margin-right: 0.5rem;
}

#links > ul, #logos > ul{
	height: 100%;
	display:flex;
	flex-direction:row;
	list-style:none;
	align-items: center;
}

#links ul li > a, #logos ul li > img{
	margin:auto;
    text-decoration:none;
}


/*Ampliar imágenes*/

/*Estilo para la capa que contendra la imagen grande y la cruz de cerrar*/
#imagen_preview {
    display: none;
    position: absolute;
    max-width: 500px;
    border: 1px solid #D8D7D8;
    background-color: #FFF;
    box-shadow: 1px 1px 5px #DDD;
    z-index: 2;
}

/*Estilo para el contenedor de la imagen grande*/
#imagen_content {
    width:100%;
}

/*Estilo para el boton cerrar*/
#imagen_close {
    position: absolute;
    border:0px solid;
    width:28px;
    height:28px;
    right:2px;
    top:2px;
    background:url('../images/icon-ko.svg');
}

#res_pagina, .paginador_res{
    font:normal 1.15rem 'FTBase-Regular', Century Gothic, sans-serif;
}


div.incidencias_up{
    margin-top: -2rem!important;
}

div.facturas_up{
    margin-top: -.5rem!important;
}


div.comunicaciones_a_up{
    margin-top: -4.8rem!important;
}

div.comunicaciones_a_up2{
    margin-top: -2rem;
}

.baja_tabla{
    margin-top: 5rem!important;
}

.list_ul {
    list-style: unset;
    margin-left: 4rem;
}

#nuestrosservicios{
	margin-left:4rem;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

#nuestrosservicios_menu{
	list-style:initial;
}

.crec{
    font-size: initial!important;
}

.botoncaja:active {
  background: #D3D3D3;
}