body {
background: rgba(255,255,255,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(232,239,250,1) 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(232,239,250,1)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(232,239,250,1) 100%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(232,239,250,1) 100%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(232,239,250,1) 100%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(232,239,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8effa', GradientType=1 );
}

.body_2 {
background:#FFFFFF;
}


.entrada
	{
		position: absolute;
		top:30%;
		left:50%;
		width:400px;
		margin-left:-200px;
		height:450px;
		margin-top:-150px;
		border:1px solid #808080;
		padding:5px;
		background:#FFFFFF;
-webkit-box-shadow: 10px 10px 63px -1px rgba(209,209,209,1);
-moz-box-shadow: 10px 10px 63px -1px rgba(209,209,209,1);
box-shadow: 10px 10px 63px -1px rgba(209,209,209,1);
	}
	
	#logo_entrada
	{
		position:relative;
		top:20px;
		margin-left:10px;
	}

	#texto_entrada
	{
	position:relative;
	top:40px;
	margin-left:10px;
	color: #212121;
	font-family: roboto,arial,sans-serif;	
	font-size: 24px;
	}
	#campos_entradas
	{
	position:relative;
	top:10px;
	color:#848484;
	white-space:nowrap;
	z-index:0;
	}
	#email_capa
	{
	position:relative;
	top:0px;
	color:#848484;
	margin-left:10px;
	white-space:nowrap;
	}
	#contrasena_capa
	{
	position:relative;
	top:45px;
	color:#848484;
	margin-left:10px;
	white-space:nowrap;
	z-index:10;
	}
	#boton_entrada
	{
	position:relative;
	top:100px;
	color:#848484;
	text-align:right;
	margin-right:10px;
	white-space:nowrap;
	}
	.button_guardar {
  color: #ffffff;
  padding: 15px;
  text-decoration: none;
  width: 100%;	
  background: #a2028a;
	text-align: center;
    font-weight: bold;
    font-size: xx-large;
    cursor: pointer;
}
	#olvidar_contra
	{
	position:relative;
	top:25px;
	color:#0095DD;
	font-family: roboto,arial,sans-serif;	
	margin-left:10px;
	}
	#mensajes_alerta_entrada
	{
	position:relative;
	top:10px;
	color:#B9042C;
	font-family: roboto,arial,sans-serif;
	font-size:11px;
	margin-left:10px;
	}
	

.btn_entrada {
background: rgba(63,41,102,1);
background: -moz-linear-gradient(left, rgba(63,41,102,1) 0%, rgba(98,87,122,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63,41,102,1)), color-stop(100%, rgba(98,87,122,1)));
background: -webkit-linear-gradient(left, rgba(63,41,102,1) 0%, rgba(98,87,122,1) 100%);
background: -o-linear-gradient(left, rgba(63,41,102,1) 0%, rgba(98,87,122,1) 100%);
background: -ms-linear-gradient(left, rgba(63,41,102,1) 0%, rgba(98,87,122,1) 100%);
background: linear-gradient(to right, rgba(63,41,102,1) 0%, rgba(98,87,122,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f2966', endColorstr='#62577a', GradientType=1 );  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 8px 14px 8px 14px;
  text-decoration: none;
}

.btn_entrada:hover {
background: rgba(102,65,164,1);
background: -moz-linear-gradient(left, rgba(102,65,164,1) 0%, rgba(163,154,183,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(102,65,164,1)), color-stop(100%, rgba(163,154,183,1)));
background: -webkit-linear-gradient(left, rgba(102,65,164,1) 0%, rgba(163,154,183,1) 100%);
background: -o-linear-gradient(left, rgba(102,65,164,1) 0%, rgba(163,154,183,1) 100%);
background: -ms-linear-gradient(left, rgba(102,65,164,1) 0%, rgba(163,154,183,1) 100%);
background: linear-gradient(to right, rgba(102,65,164,1) 0%, rgba(163,154,183,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6641a4', endColorstr='#a39ab7', GradientType=1 );
  text-decoration: none;
}

.contrasena
{
	font-size:10px;	
	color:#3f2966;
	white-space:nowrap;

}

.principal
{
		position: absolute;
		margin-top:0px;
		margin-left:2%;
		margin-right:2%;
		width:96%;
		/*height:1024px;*/
}
.cabecera
{
	top:0px;
	width:100%;
	height:90px;	
}

.cerrar_sesion {	
	text-align:right;
	position:relative;
	margin-right:5px;
	font-family: roboto,arial,sans-serif;
	font-size:12px;
	white-space:nowrap;
}


#menu {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
	color:224b5c;
	height:20px;
	z-index:999999;
		}


			ul, ol {
				list-style:none;
				z-index:999999;
			}
			
			.nav > li {
				float:left;
				z-index:999999;
			}
			
			.nav li a {
				text-decoration:none;
				padding:20px 30px;
				display:block;
				color:#224b5c;
				border-right:2px solid #e9ecf0;
				font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
				z-index:999999;

			}
			.nav li a.active {
				color:#688a99;
			}
			
			
			.nav li a:hover {
				background-color:#434343;
				color:#e9ecf0;
			}
			
			.nav li ul {
				display:none;
				position:absolute;
				min-width:140px;
				z-index:999999;
			}
			
			.nav li:hover > ul {
				display:block;
			}
			
			.nav li ul li {
				position:relative;
			}
			
			.nav li ul li ul {
				right:-140px;
				top:0px;
			}
			
			
.enunciado
{
	position:relative;
	text-align:center;
	color:#224b5c;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding:15px;
	z-index:-1;
	margin-top:0px;

}

#contenido
{
	position:relative;
	color:#000000;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	z-index:0;
	margin-top:0px;
}

.columnas_izquierda
{
	width:50%;
	float:left;
	}
.columnas_derecha{
	width:50%;
	float:right;
	}
	
#provincia
{
	color:#224b5c;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.provincia_selec
{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;	
}

.tabla_informe, th, td
{

	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	border: 1px solid black;

}


.tabla_estadistica, th, td
{

	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	border: 0px;
	font-size: xx-large;

}
