.tablaregistros, .tablaregistros td, .tablaregistros th{
	border: 1px solid #0000FE;
	border-collapse:separate;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	font-size: 14px;
}

.tablaeventos, .tablaeventos td{
	border: 1px solid #0000FE;
	border-collapse:separate;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
}

.tablaeventos th{
	border: 1px solid #0000FE;
	border-collapse:separate;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 5px;
	text-align: center;
	font-size: 13px;
	padding-bottom:12px;
	padding-top:12px;
}

.tablaeventoss{
	border: 1px solid #0000FE;
	border-collapse:separate;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	position: relative;
	top: -232px;
	left: 200px;
}

input{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
}
.inputtablaperso{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
	padding-left: 45px;
}
select{
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	text-align: center;
}
.tablaregistros tr:hover{
	background-color:rgba(255, 255, 0, 0.5);
}

#onoff:hover{
	 background-image: url('../img/stop-button-hover.png');
}
html {
	background:url(../img/fondo2.jpg) no-repeat bottom;
	background-repeat: repeat-x;
	background-color:#3aaadb;
	background-attachment: fixed;
	background-size: auto 100%;
	width:100%;
	height:100%;
	font-size:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
	width:100%;
	height:100%;
	position:relative;
	/*overflow:hidden;*/
}
body {
	margin: 0; font-size: 13px; line-height: 1.3;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
header {
	margin:20px auto;
	background-color:#0000FE;
	width:960px;
	height:100px;
	-webkit-border-radius: 20px 20px;  /* Safari  */
  	-moz-border-radius: 20px 20px;     /* Firefox */
	border-radius: 20px;	
	box-shadow: 5px 5px 10px #555555, inset 0px 0px 12px #cccc00;
}
#logo {
	float:left;
	width:210px;
	padding:20px 20px 20px 20px;
	text-shadow: 3px 3px 4px #888888;
}

#configheader{
	padding:25px 25px 25px 25px;
	position: relative;
	left: 75px;
}
#cabecera {
	float:left;
	width:500px;
	padding:20px 0 20px 0;
}
.cabecera {
	border:1px solid #000000;
	background-color:#ffffff;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius: 10px 10px;  /* Safari  */
  	-moz-border-radius: 10px 10px;     /* Firefox */
}
#redes-sociales {
	
	float: right;
	
}

.linklogout{
	text-decoration: none;
	text-shadow:  2px 2px 2px #000000;
	color: white;
	weight: bold;

}

.linklogout:hover{
	text-decoration: none;
	text-shadow:  2px 2px 2px #000000;
	color: orange;
	weight: bold;

}

.icono-social {
	float:left;
	width:25px;
	height:25px;
	padding:20px 5px 0 5px;
}
h1 {
	font-size:18px;
	font-weight:bold;
	color:#ffffff;	
}
h2 {
	font-size:16px;
}
.cabecera h2 {
	font-size:20px;
	font-weight:bold;
	color:#000000;
	text-transform:uppercase;	
}
h3 {
	font-size:14px;
}
#contenido {
	margin:20px auto;	
	width:960px;
}
#login {
	width:460px;
	margin:20px auto;
}
#gota {
	width:450px;
	height:350px;
	background-color:#ffffff;
	border-radius:20px;
	border:1px solid #3aaadb;
	text-align:center;
}
#form-login, #form-registro {
	margin-top:20px;	
}
.login-input {
	width:435px;
	background-color:#0000FE;
	height:30px;
	border-radius:10px;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
}
.placeholder {
	color:#ffffff;
}
.olv-pass {
	position: relative;
	left: -40px;
	text-align:right;
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
}
#botonera {
	float:left;
	width:300px;
	
}
a.button-login:link, a.button-login:visited, input.button-login {
	width:200px;
	height:40px;
	color:#ffffff;
	display: inline-block;
	background-color:#09C;
	border-style: none;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
	text-decoration:none;
	line-height:40px;
	font-size:16px;
	padding:0 10px 0 10px;
}
a.button-login:hover, input.button-login:hover {
	background-color:#06F;
	text-decoration:none;
}
a.button-force:link, a.button-force:visited, input.button-force {
	width:150px;
	height:40px;
	color:#ffffff;
	display: inline-block;
	background-color:#09C;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
	text-decoration:none;
	line-height:40px;
	font-size:14px;
	padding:0 10px 0 10px;
}

input.button-force:hover{
	background-color:#06F;
	text-decoration:none;
}
.tabla-padding{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
input.btn-force-zona{
	margin-left: 25px;
}
#boton {
	float:left;
	
}
#boton .icono {
	width:30px;
	height:30px;
	border-radius: 15px;
	border:1px solid #0000FE;
	background-color:#ffffff;
	margin:0 15px 30px 0;	
	float:left;
}

#boton .button-left {
	float:left;
	width:205px;
	height:30px;
	border-radius:5px;
	border:1px solid #0000FE;
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	padding-left:15px;
	box-shadow: 5px 5px 7px #888888;
}



#boton .button-left:hover {
	background-color:#0000FE;
	color:#ffffff;	
}
#boton .button-left-selected {
	float:left;
	width:205px;
	height:30px;
	border-radius:5px;
	border:1px solid #0000FE;
	background-color:#0000FE;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	padding-left:15px;
	box-shadow: 5px 5px 7px #888888, inset 0px 0px 8px #dddd00;
}

.trama{
position:relative;
top:-252px;
left:16px;
}
.boton2 {
	float:left;
	margin-top: 15px;
}
.boton2 .icono {
	width:30px;
	height:30px;
	border-radius: 15px;
	border:1px solid #0000FE;
	background-color:#ffffff;
	margin:0 15px 30px 0;	
	float:left;
}

.boton2 .button-left {
	float:left;
	width:205px;
	height:55px;
	border-radius:5px;
	border:1px solid #0000FE;
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	padding-left:15px;
	box-shadow: 5px 5px 7px #888888;
}

.ar{
	height:35px;
	border-radius:5px;
	border:1px solid #0000FE;
	background-color:#ffffff;
	color:#000000;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	padding-left:15px;
	box-shadow: 5px 5px 7px #888888;
}
.ar:hover{
	background-color:#0000FE;
}

.boton2 .icono {
	margin-top: 12px;
}

.boton2 a .button-left{
	margin: 0 auto 0 auto;	
}

.boton2 .button-left:hover {
	background-color:#0000FE;
	color:#ffffff;	
}
.boton2 .button-left-selected {
	float:left;
	width:205px;
	height:55px;
	border-radius:5px;
	border:1px solid #0000FE;
	background-color:#0000FE;
	color:#ffffff;
	font-weight:bold;
	font-size:14px;
	line-height:30px;
	padding-left:15px;
	box-shadow: 5px 5px 7px #888888, inset 0px 0px 8px #dddd00;
}


#carga {
	float:left;
	width:640px;
	margin-left:20px;
}
#caja {
	width:200px;
	float:left;
	margin-right:10px;
	margin-top:20px;
}
#caja-img {
	width:200px;
	height:200px;
	text-align:center;
	border:2px solid #0000FE;
	border-radius:20px;
	background-color:#ffffff;
}
#caja:hover #caja-img, #caja:hover #caja-titulo {
	background-color:#S;
}
#caja-img img {
	padding-top:25px;
	border-radius:20px;
	border:0px;
	-webkit-border-radius: 20px 20px;  /* Safari  */
  	-moz-border-radius: 20px 20px;     /* Firefox */
}
#caja-titulo {
	width:200px;
	height:50px;
	text-align:center;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	border:2px solid #0000FE;
	border-radius:10px;
	background-color:#ffffff;
	line-height:40px;
	margin-top:10px;
}
.tabla-conf-titulo {
	width:270px;
	height:40px;
	text-align:center;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
	border:2px solid #0000FE;
	border-radius:10px;
	background-color:#ffffff;
	line-height:40px;
	margin-top:10px;
}
#botonera-sup {
	float:left;
	width:640px;
}
#botonera-zonas {
	width: 100%;
	text-align: center;
}
a.boton-sup:link, a.boton-sup:visited {
	width:90px;
	height:30px;
	display:inline-block;
	border:2px solid #0000FE;
	border-radius:10px;
	text-align:center;
	background-color:#ffffff;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-left:8px;	
	text-decoration:none;
	line-height:30px;
	box-shadow: 5px 5px 7px #888888;
	/*background-color:#0000FE;*/ 
}

a.boton-sup-largo:link, a.boton-sup-largo:visited {
	width:140px;
	height:30px;
	display:inline-block;
	border:2px solid #0000FE;
	border-radius:10px;
	text-align:center;
	background-color:#ffffff;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-left:8px;	
	text-decoration:none;
	line-height:30px;
	box-shadow: 5px 5px 7px #888888;
}

a.boton-sup:hover {
	background-color:#0000FE;
	color:#ffffff;
	text-decoration:none;
}

a.boton-sup-largo:hover {
	background-color:#0000FE;
	color:#ffffff;
	text-decoration:none;
}

a.boton-sup-select:link, a.boton-sup-select:visited {
	width:90px;
	height:30px;
	display:inline-block;
	border:2px solid #0000FE;
	border-radius:10px;
	text-align:center;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-left:8px;	
	text-decoration:none;
	line-height:30px;
	box-shadow: 5px 5px 7px #888888;
	background-color:#0000FE;
}

a.boton-sup-largo-select:link, a.boton-sup-largo-select:visited {
	width:140px;
	height:30px;
	display:inline-block;
	border:2px solid #0000FE;
	border-radius:10px;
	text-align:center;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-left:8px;	
	text-decoration:none;
	line-height:30px;
	box-shadow: 5px 5px 7px #888888;
	background-color:#0000FE;
}

#carga-zona {
	width:640px;
	height:290px;
	border:2px solid #0000FE;
	border-radius:20px;
	float:left;
	margin-top:20px;
	margin-bottom:20PX;	
}

#carga-zona-personalizada {
	width:640px;
	border:2px solid #0000FE;
	border-radius:20px;
	float:left;
	margin-top:20px;
	margin-bottom:20PX;	
}

#carga-zona2 {
	width:640px;
	/*border:2px solid #0000FE;
	border-radius:20px;
	float:left;*/
	padding-left:20px;
	margin-top:20px;
	margin-bottom:20PX;	
}

#tablazona{
	padding-left:15px;
	
}


#centrado{
	width:640px;
	margin: 0 auto 0 auto;
	
}



#carga-zona-left {
	width:215px;
	float:left;
	margin-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}
#carga-zona-right {
	width:415px;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
}

#carga-zona-center {
	width: 415px;
	float:left;
	padding-left:103px;
	padding-top:5px;
	padding-bottom:5px;
}


#carga-zona-right-tabla {
	width:715px;
	float:left;
	padding-top:15px;
}

.zona1-foto {
	border:1px solid #000000;
	border-radius:20px;
	text-align:center;
}
#botonera-sup-total {
	width:960px;
	float:left;
	margin-top:20px;	
}
a.boton-sup-total:link, a.boton-sup-total:visited {
	width:100px;
	height:40px;
	display:inline-block;
	border:2px solid #0000FE;
	border-radius:10px;
	text-align:center;
	background-color:#ffffff;
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin-left:25px;	
	text-decoration:none;
	line-height:40px;
	box-shadow: 5px 5px 7px #888888;
}
a.boton-sup-total:hover {
	background-color:#0000FE;
	color:#ffffff;
	text-decoration:none;
}
#carga-zona-total {
	width:960px;
	border:2px solid #0000FE;
	border-radius:20px;
	float:left;
	margin-top:20px;
	margin-bottom:20PX;	
}
#carga-zona-total-left {
	width:215px;
	float:left;
	margin-right:20px;
	padding-top:15px;
}
#carga-zona-total-right {
	width:725px;
	float:left;
	padding-top:15px;
}
a.button-big:link, a.button-big:visited {
	width:200px;
	height:50px;
	display:block;
	border:2px solid #999;
	border-radius:10px;
	text-align:center;
	background-color:#ffffff;
	color:#000000;
	font-size:18px;
	font-weight:bold;	
	text-decoration:none;
	line-height:50px;
	margin-bottom:15px;
	text-transform:uppercase;
	box-shadow: 5px 5px 7px #888888;
}
a.button-big:hover {
	background-color:#999;
	color:#ffffff;
	text-decoration:none;
}
a.button-big-selected:link, a.button-big-selected:visited, a.button-big-selected:hover {
	width:200px;
	height:50px;
	display:block;
	border:2px solid #999;
	border-radius:10px;
	text-align:center;
	background-color:#999;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;	
	text-decoration:none;
	line-height:50px;
	margin-bottom:15px;
	text-transform:uppercase;
	box-shadow: 5px 5px 7px #888888;
}
#botonera-fecha {
	float:left;
	margin-left:100px;
}
a.boton-fecha:link, a.boton-fecha:visited {
	width:100px;
	height:50px;
	display: inline-block;
	border:2px solid #999;
	border-radius:10px;
	text-align:center;
	background-color:#ffffff;
	color:#000000;
	font-size:18px;
	font-weight:bold;	
	text-decoration:none;
	line-height:50px;
	margin-bottom:15px;
	text-transform:uppercase;
	box-shadow: 5px 5px 7px #888888;
}
a.boton-fecha-personalizado{
	width: 160px !important;
}
a.boton-fecha:hover {
	background-color:#999;
	color:#ffffff;
	text-decoration:none;
}
#carga-zona-total-right-content {
	width:690px;
	border:1px solid #999;
	float:left;
	margin-top:20px;
	border-radius:20px;
}
#carga-zona-total-right-content-left {
	width:100px;
	border:1px solid #999;
	float:left;
	margin:15px 15px 0 15px;
	border-radius:10px;
	background-color:#ffffff;
	text-align:center;
}
#carga-zona-total-right-content-right {
	width:575px;
	float:right;
	text-align:center;
}
.titulo-humedad {
	width:300px;
	height:30px;
	display: block;
	border:2px solid #999;
	border-radius:10px;
	text-align:center;
	background-color:#999;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;	
	text-decoration:none;
	line-height:30px;
	margin-top:-50px;
	margin-bottom:15px;
	margin-left:150px;
	text-transform:uppercase;
}
.img-humedad {
	float:left;
	margin-left:20px;
	margin-bottom:20px;
}
#footer {
	/*background:url(../img/cesped2.jpg) repeat-x;
	height:98px;
	width:100%;
	position:fixed;
	bottom:0px;*/
}
.extra{
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: center;
}
#footer2 {
	/*background:url(../img/cesped2.jpg) repeat-x;
	height:98px;
	width:100%;
	bottom:0px;
	float:left*/
}

form{
	
	margin: 50 50 50 50;
	width: 500px;
	/*height: 400px;*/

}


span.blanco-negrita{
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
	color: white;
}
td.tipo-suelo{
	padding-left: 25px;
}
.antipadding{
	padding-right: 25px;
}

td.boton-der{
	padding-left: 25px;
}
td.boton-izq{
	padding-right: 25px;
}

th.boton-der{
	padding-left: 25px;
}
th.boton-izq{
	padding-right: 25px;
}

/*Parte del comprueba y compruebasu*/
.botonv{
	width:200px;
	height:40px;
	color:#ffffff;
	display: inline-block;
	background-color:#09C;
	font-weight:bold;
	text-align:center;
	border-radius:10px;
	text-decoration:none;
	line-height:40px;
	font-size:16px;
	padding:0 10px 0 10px;
}
.botonv:hover{
	background-color:#06F;
	text-decoration:none;
}
#msg {
	width:450px;
	height:150px;
	background-color:#0000FE;
	border-radius:20px;
	border:1px solid #3aaadb;
	text-align:center;
}
.txt{
color:white;
font-size:16px;
text-shadow: 2px 2px 2px #000000;
}
.txttel{
position: relative;
top:-20px;
color:white;
font-size:23px;
text-shadow: 1px 1px 1px #000000;
}
.txtlink{
color:blue;
font-weight:bold;
text-decoration:none;
font-size:19px;
text-shadow: 1px 1px 1px #000000;
}

.iconocontra{
position:relative;
top:11px;
left:-2px;
}

.imgzonas{
position:relative;
top:5px;
right:780px;
border: 2px solid #0000FE;
border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
-webkit-border-radius: 20px;
}

.imgzonasactriego{
position:relative;
top:-31px;
right:780px;
border: 2px solid #0000FE;
border-radius: 20px;
-moz-border-radius: 20px;
-khtml-border-radius: 20px;
-webkit-border-radius: 20px;
}

.logoheader{
position:relative;
top:-7px;
border: 1px solid black;
border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
}

.txtar{
position:relative;
top:-14px;
color:white;
font-size:16px;
text-shadow: 2px 2px 2px #000000;
text-align: center;
}
.txtbar{
position:relative;
top:-275px;
left: 25px;
color:white;
font-size:16px;
text-shadow: 2px 2px 2px #000000;
text-align: center;
}
.icofoto{
position:relative;
top:10px;
left:50px;
}

.subir-titulo{
/*position: relative;
top:-20px;*/
color:white;
font-size:23px;
text-shadow: 1px 1px 1px #000000;
}

.subir-archivo{
	color: white;
	text-shadow: 1px 1px 1px #000000;
}

.subir-estado {
	color: white;
	font-size: 12px;
	text-shadow: none;
}

.relative{
position:relative;
left:-100px;
top:-20px;
}

#cargando {
	text-align: center;
	display: none;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	outline: none;
}

#cargando-contenido {
	margin-top: 20%;
}

.boton-eliminar{
	background-color: #FF0000;
	color: #FF0000;
	position: relative;
	top: -9px;
	left: 6px;
	font-size: 1px;
	padding-left: 19px;
	padding-top: 13px;
}
