﻿body {
    background-color: rgb(230,230,230);
    padding: 0;
    position: relative;
    margin: 0;
    min-height: 750px;
	font-family: 'Quicksand';
}

.fondo-fecyt-d {
    background-color: #351b6f;
}

.cabecera-web {
    width: 100%;
    height: 90px;
    position: relative;
}

.cuerpo-web {
    padding-bottom: 120px;
    /*background-image: url('../images/genderaction.webp');*/
}

.columna50{
	display:inline-block;
	width:45%;
	margin-right:2%;
	vertical-align:top;
}

.bloque-cabecera-web {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.logo-cabecera {
    position: absolute;
    left: 20px;
    top: 10px;
    width: 200px;
    height: 70px;
}


.pie-web {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0px;
}

.bloque-pie-web {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.logo-pie {
    position: relative;
    left: 50%;
    top: 10px;
    width: 400px;
    height: 70px;
    margin-left: -200px;
}


.logo-cabecera img {
    height: 100%;
}

.menu-web {
    position: absolute;
    left: 275px;
    bottom: 0px;
    color: white;
}

.menu-opciones {
    list-style: none;
}

.menu-opciones li {
	display: inline-block;
	margin-right: 50px;
}

.menu-opciones a, .menu-opciones a:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
}

.fondo-login {
    position: relative;
    background-color:#351b6f;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    color: white;
	padding-top:65px;
}

.logo-login {
    position: relative;
    width: 500px;
    height: 167px;
    margin-left: -250px;
    background-image: url('../images/logo_genderaction.svg');
    background-size: contain;
    left: 50%;
    background-repeat: no-repeat;
}

.caja-login {
    text-align: center;
    margin-top: 50px;
    width: 500px;
    left: 50%;
    position: relative;
    margin-left: -250px;
    border: 1px solid white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 10px 10px 5px rgb(215, 185, 185);
    -webkit-box-shadow: 10px 10px 5px rgb(215, 185, 185);
    -moz-box-shadow: 10px 10px 5px rgb(215, 185, 185);
}

.pie-login {
    position: relative;
    width: 100%;
    /*height: 150px;*/
}

.pos-select-usuario, .pos-password-usuario {
    margin: 10px;
}

.pos-boton-entrada {
    margin: 20px;
}

.boton-entrada {
    width: 100px;
    height: 25px;
    color: white;
    background-color: #351b6f;
    border-color: #bf7e27;
    border-radius: 5px;
}

.avisoError {
    color: red;
    background-color: rgba(1,0,0,0.5);
    padding: 10px;
    border-radius: 5px;
}

.cuadroSeleccionDatos {
    position: relative;
    width: 40%;
    margin-left: 5%;
	display:inline-block;
	vertical-align:top;
}

.completo{
	width:100%;
	text-align:center;
}

.desplazat30
{
	margin-top:30px;
}

.cuadroPresentacionDatos {
    position: relative;
    width: 19%;
    margin-left: 5%;
	display:inline-block;
	vertical-align:top;
	margin-top:30px;
}
.cuadroPresentacionDatos h2
{
	width: 100%;
	text-align: center;
	min-height:90px;
}

.cuadroPresentacionDatos textarea
{
	width:100%;
	height:100px;
	resize:none;
}

select.seleccionDatos{
    width:100%;
}

ul.seleccionDatos{
    list-style:none;
	padding-left:0;
	margin-top:0;
}

.selectedOption {
    position: relative;
    width: 60%;
    margin-left: 20%;
    padding: 30px;
    color: white;
    background-color: #351b6f;
    border: 2px solid #bf7e27;
    border-radius: 15px;
	margin-bottom: 10px;
}

.cabecera_dato{
	display: inline-block;
  font-weight: normal;
  margin-right: 10px;
}

.panel_boton{
	width: 100%;
  text-align: center;
  margin-top: 10px;
}

.panel_boton input{
	width:auto;
}

.tarjeta-estado
{
	width:20%;
	max-width:200px;
	margin-left:10px;
	border:1px solid #35106f;
	border-radius:10px;
	display:inline-block;
	vertical-align:top;
	padding:15px;

}

.cabecera_tarjeta{
	width:100%;
	text-align:center;
	margin-bottom:5px;
	display: block;
	font-weight: bold;
}

.bloqueDatos ul{
	list-style:none;
}

select.current_state{
	width:80%;
	margin-left:10%;
}

ul.presHorizontal{
	list-style:none;
}

ul.presHorizontal li{
	display:inline-block;
	margin-right:30px;
}

.movil{
	display:none;
}

.ordenador{
	display:inline-block;
}

.colGoal{
width:40%;
vertical-align:top;
}
.colAction{
width:30%;vertical-align:top;
}

.colEstado{
width:10%;vertical-align:top;
}

.colIndicadores{
width:20%;vertical-align:top;
}


.cuadroVisualizacionDatos {
    position: relative;
    width: 90%;
    margin-left: 5%;
	display:inline-block;
	vertical-align:top;
}
.datosRellenos{
	width:100%;
	margin-bottom:20px;
}
.nombreUsuario {
    background-color:#351b6f;
    height: 100%;
    color: white;
	font-size:18px;
	font-weight:bold;
}
.cabeceraUsuario {
    background-color:#351b6f;
    height: 100%;
    color: white;
	font-size:15px;
	font-weight:bold;
}
.nombreUsuario td, .cabeceraUsuario td{
	padding:10px;
}

.control_escala{
	transform: scale(1, 1);
	position:relative;
	top:0px;
	width:900px;height:600px;
}

.caja_visualizacion_mapa{
	padding-left:50px;padding-right:50px;position:relative;width:100%;margin-bottom:30px;display:none;
	padding-bottom:150px;
}

.mapa_visible, .chartvisible, .visible{
	display:block;
}

.caja_pestanyas{
	width:100%;
	height:50px;
	overflow:auto;
	background-color:transparent;
	margin-bottom:10px;
}

.boton_pestanya
{
height: 48px;
  margin-top: 2px;
  margin-right: -1px;
  background-color: #351b6f;
  color: white;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 14px;
}

.boton_pestanya.botonWP
{
  height: 36px;
  min-width: 60px;
  margin-top: 2px;
  margin-right: 2px;
  background-color: #351b6f;
  color: white;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 8px;
}

.boton_pestanya:hover{
	background-color:#5f4f8e;
}

.boton_pestanya.boton_activo, .boton_pestanya.chart_activo, .boton_pestanya.pestanyaActivaGoalsWP, .boton_pestanya.pestanyaActivaActionsWP{
	background-color:#ed1c24;
}

ul.color_key
{
}

ul.color_key li
{
	list-style-type: none;
}	

ul.color_key li div, ul.color_key li{
	display:inline-block;
}

.titulo_clave{
	text-align:center;
	margin-bottom:10px;
}

.caja_color{
	text-align: left;  vertical-align: top;  margin-right: 10px;
}

.caja_leyenda_colores{
position:absolute; z-index:200; left:50px; bottom:-110px; 
}

.caja_selector_wp{
	width:200px;position:absolute;z-index:200;top:50px;
}

.cajaBotonDescarga{
	position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 1000;
  cursor: pointer;
  border-radius: 5px;
  margin-left: -140px;
}
}

@media (max-width: 600px)
{

	.movil{
		display:inline-block;
	}

	.ordenador{
		display:none;;
	}
}
