body {
	margin: 5px;
}

#header {
	width: 100%;
	height: 120px;
	background-image: url(/img/header.png);	
	background-color: #262261;
	background-repeat: no-repeat;	
	background-position: center;
	text-align: center;
	margin-bottom: 5px;
}

#header span {
	color: white;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
}

#footer {
	margin-top: 5px;
	width: 1225px;
	height: 130px;
	background-color: white;
	border-color: #262261;
	border-width: 1px;
	border-style: solid;
	border-radius: 10px;
	text-align: center;
}

#footer span {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #262261;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

#footer table {
	display: inline-block;
	width: 100%;
}

#footer table tr td {
	padding-left: 25px;
	padding-right: 25px;
	color: #262261;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

#menu {
	width: 250px;
	float: left;
	margin-right: 10px;
	background-color: rgba(158, 202, 225, 0.4);
	min-height: 560px;
}

#menu ul {
	padding-left: 20px;
	list-style-type: square;
}

#menu li {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #262261;
	line-height: 20px;
}

#menu ul li ul {
	padding-left: 10px;
	list-style-type: circle;
}

#menu a {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #262261;
}

h1 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #262261;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #262261;
}

#contenedor-principal {
	width: 100%;
}

#principal {
	display: inline-block;
	min-height: 650px;
	min-width: 950px;
}

table#registros_estacion_tabla {
	font-family: arial;
	font-size: 12px;
	background-color: #262261;
	border-spacing: 1px;
}

table#registros_estacion_tabla th {
	font-weight: bold;
	padding: 3px;
	color: #262261;
	background-color: #9ECAE1;
	height: 30px;
}

table#registros_estacion_tabla td {
	padding: 3px;
	#color: #7F7F7F;
	color: #262261;
}

.registro-no-seleccionado {
	background-color: white;
}

.registro-seleccionado {
	font-weight: bold;
	background-color: #dddddd;
}

.variable-seleccionada {
	border: 2px solid #262261;
}

.estado-NR {
	background-color: white;
}

.estado-NV {
	background-color: #cccccc;
}

.estado-V {
	color: black;
	background-color: #BAE4B3;
}

.estado-S {
	color: white;
	background-color: #FEE391;
}

.estado-I {
	color: white;
	background-color: #FCAE91;
}

.estado-A {
	background-color: #cccccc;
	color: white;
}

.numero {
	text-align: right;
}

table.listado {
	border-spacing: 1px;
	background-color: #7f7f7f;
}

table.listado th {
	background-color: #9ecae1;
	padding: 3px;
	font-family: arial;
	font-size: 14px;
}

table.listado td {
	padding: 3px;
	font-family: arial;
	font-size: 14px;
	color: #3f3f3f;
}

table.listado td a {
	text-decoration: none;
	color: #084594;
}

table.listado tr:nth-child(even) {
	background-color: #e5f5f9;
}

table.listado tr:nth-child(odd) {
	background-color: #e5f5e0;
}

table.form {
	border-spacing: 1px;
	background-color: #7f7f7f;	
}

table.form th {
	background-color: #9ecae1;
	padding: 3px;
	min-width: 100px;
	font-family: arial;
	font-size: 14px;
}

table.form td {
	background-color: white;
	padding: 3px;
	font-family: arial;
	font-size: 14px;
}

input[type="text"], input[type="password"] {
	font-size: 14px;
	background-color: white;
	border: 1px solid #262261;
}

input#login_submit, input#guardar_cambios, form.controles input[type="button"] {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	color: #262261;
	background-color: #cccccc;
	width: 80px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
}

input#guardar_cambios[deshabilitado="true"], form.controles input[type="button"][deshabilitado="true"] {
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	color: #7f7f7f;
	background-color: #cccccc;
	width: 80px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
	-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
}

form.controles table tr td {
	text-align: center;
}

#referencias {
	background-color: rgba(158, 202, 225, 0.4);
	width: 340px;
	height: 160px;
	margin-top: 10px;
	padding: 5px;
}

#referencias span {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #262261;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}

#referencias table {
	border-spacing: 4px;
}

#referencias td {
	font-family: arial;
	font-size: 12px;
	color: #262261;
}

.referencia-color {
	border: 1px solid #262261;
	width: 40px;
	height: 20px;
}

#controles_tabla {
	border: 1px solid #262261;
	height: 60px;
	margin-bottom: 10px;
	padding: 10px;	
}

#controles_tabla td {
	font-family: arial;
	font-size: 12px;
	color: #262261;
}

#controles_registro {
	border: 1px solid #262261;
	height: 150px;
	margin-bottom: 10px;
	padding: 10px;	
}

#controles_registro td {
	font-family: arial;
	font-size: 12px;
	color: #262261;
}

.smallmap {
	width: 350px;
	height: 350px;
	border: 1px solid #262261;
}

form#form_controles_variable table tr td {
	padding-left: 10px;
	text-align: left;
}

div#form_login {
	margin-top: 50px;
	width: 100%;
	text-align: center;
}

div#form_login table {
	padding: 25px;
	padding-bottom: 0px;
	display: inline-block;
	background-color: rgba(158, 202, 225, 0.4);
	border-color: #262261;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
}

div#form_login table tr td {
	padding-bottom: 20px;
	font-family: arial;
	font-size: 14px;
	color: #262261;
}

div#form_login table tr td:first-child {
	padding-right: 20px;
}

ul.error {
	font-size: 12px;
	color: red;
}

div.container-default {
	font-family: arial;
	font-size: 14px;
	width: 1100px;
}

div.container-default h2 {
	font-size: 14px;
	margin-bottom: 0px;
	padding-top: 10px;
	line-height: 100%;
	text-decoration: underline;
}

table.tabla-cuadriculada {
	font-size: 14px;
	border-spacing: 0px;
}

table.tabla-cuadriculada caption {
	padding-top: 10px;
	font-size: 12px;
	caption-side: bottom;
	text-align: justify;
}

table.tabla-cuadriculada tr:nth-child(1) th {
	border-top: 1px solid black;
}

table.tabla-cuadriculada th:nth-child(1) {
	border-left: 1px solid black;
}

table.tabla-cuadriculada th {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
}

table.tabla-cuadriculada td:nth-child(1) {
	border-left: 1px solid black;
}

table.tabla-cuadriculada td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 5px;
}

#vi_report_container {
	max-width: 950px;
	padding-top: 20px;
}

.nav-pills > li > a.active {
    background-color: #262261 !important;
}
.nav-pills > li > a {
    color: #262261;
}
#ayuda.tab-pane {
	padding-left: 15px;
}
