/*
Yahoo Reset
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
@charset "utf-8";

html {
	color: #000;
	background: #FFF;
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, button, textarea, select, p, blockquote,
	th, td {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset, img {
	border: 0
}

address, button, caption, cite, code, dfn, em, input, optgroup, option,
	select, strong, textarea, th, var {
	font: inherit
}

del, ins {
	text-decoration: none
}

li {
	list-style: none
}

caption, th {
	text-align: left
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}

q:before, q:after {
	content: ''
}

abbr, acronym {
	border: 0;
	font-variant: normal
}

sup {
	vertical-align: baseline
}

sub {
	vertical-align: baseline
}

legend {
	color: #000
}

* {
	margin: 0;
	padding: 0;
}


body {
	background: #fff;
	color: #4d4d4d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 75%;
	margin: 0;
	height: 100%;
}

a {
	color: #005196;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0088fc;
	text-decoration: none;
}

a:active {
	color: #a41e4c;
}

a img {
	border: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom: 0.3em;
}

h1 {
	color: #ebebeb;
	font-size: 140%;
	font-weight: bold;
}

h2 {
	color: #a41e4c;
	font-size: 120%;
	font-weight: bold;
}

h3, legend {
	color: #4d4d4d;
}

h3 {
	font-size: 100%;
}

h4 {
	color: #999933;
	font-size: 90%;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
	text-align: justify;
}

#container {
	text-align: left;
	min-width: 700px;
}

#header {
	padding: 15px 10px 0 10px;
	background: #ffffff;
	position: relative;
	clear: both;
	white-space: nowrap;
	z-index: 20;
	height: 150px;
	zoom: 1;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#header-side {
	float: left;
	width: 170px;
	text-align: center;
	height: 94px;
	position: relative;
	margin-left: -100%;
	z-index: 99;
}

#header-content {
	float: left;
	text-align: left;
	height: 94px;
	width: 100%;
	position: relative;
}

#header-info-band {
	height: 30px;
	position: relative;
	background-color: #0062a1;
	color: #eeeeee;
	font-size: 80%;
	float: left;
	padding: 0px;
	width: 100%;
}

#header-info-band:before, #header-info-band:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
}

#header-info-band:before {
	background: #004d90;
	right: 100%;
}

#header-info-band:after {
	background: #0062a1;
	left: 100%;
}

#header-info-band a, #header-info-band a:visited {
	color: #eeeeee;
}

#header-info-band>div {
	padding-left: 40px;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}

#header-info-band .header-info-band-section {
	height: 30px;
	clear: none;
	margin: 0px;
	padding: 0 10px 0 0;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	font-size: 120%;
}

#header-menu {
	height: 25px;
	position: relative;
	background-color: #e9e8e9;
	float: left;
	width: 100%;
	display: table;
}

#header-menu-covid {
	height: 75px;
	position: relative;
	background-color: aliceblue;
	float: left;
	width: 100%;
	display: table;
	text-align: center;
	padding-bottom: 15px;
}

.menu-covid-19 {
	width: 50px;
}

.titulo-covid-19 {
	color: #005196;
}

.link-covid-19 {
	font-size: larger;
}

#header-menu>div {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
}

#header-menu  ul {
	list-style: none outside none;
	padding: 0px;
	margin: 0px;
}

#header-menu  ul>li {
	background: url('../images/bullet-square-pink.png') no-repeat scroll
		left center transparent;
	display: inline;
	list-style: none outside none;
	padding: 0 10px 0 15px;
	font-size: 100%;
}

#header-menu  ul>li>a {
	color: #4E4D52;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
	font-size: 100%;
}

#header-menu:before, #header-menu:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
}

#header-menu:before {
	background: #e9e8e9;
	right: 100%;
}

#header-menu:after {
	background: #e9e8e9;
	left: 100%;
}

#header-search-box {
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	border: 0px;
	background-color: #0D0D0D;
	display: table;
	height: 22px;
}

#header-search-box-avanced {
	float: right;
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 0;
	border: 0px;
	display: table;
	height: 22px;
}

#header-search-box>div {
	display: table-cell;
	vertical-align: middle;
}

#header-search-box  input[type=text] {
	background-color: #0D0D0D;
	border: medium none;
	color: #999999;
	margin-right: 34px;
	width: 16em;
}

#header-search-box  input[type="image"] {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2px;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"],
	input[type="email"], input[type="month"], input[type="number"], input[type="password"],
	input[type="search"], input[type="tel"], input[type="text"], input[type="time"],
	input[type="url"], input[type="week"] {
	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-box-sizing: border-box;
	background-clip: padding-box;
	background-color: #FFFFFF;
	border-color: #848484 #C1C1C1 #E1E1E1;
	border-radius: 0 0 0 0;
	border-width: 1px;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	outline: 0 none;
	padding: 3px;
}

input.custom-search-default-value {
	color: #999999;
}

input, button, select, textarea {
	margin: 0;
	vertical-align: middle;
}

#header-content h1, #header-content h1 a {
	font-size: 150%;
	margin-top: 8px;
	letter-spacing: 0px;
	font-weight: bold;
	color: #005196;
	line-height: 1.1em;
	margin-bottom: 0px;
}

#header-content h1 a:hover {
	text-decoration: none;
}

#header-content h2 {
	font-size: 125%;
	margin-bottom: 5px;
	margin-top: -3px;
	padding-bottom: 0px;
	letter-spacing: 0px;
	color: #005196;
}

#header-content h3 {
	font-size: 90%;
	padding-bottom: 1px;
	margin-bottom: 3px;
	white-space: nowrap;
	color: black;
}

#content {
	overflow-x: auto;
	overflow-y: hidden;
	position: relative;
	clear: both;
}

#content:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

.side-padder {
	margin-left: 180px;
}

.divAlertas {
	display: flex;
	flex-direction: row;
}

.divAlertas>div:nth-child(1) {
	text-align: rigth;
	font-weight: bold;
	min-width: 140px;
}

.imgFooter {
	max-width: 40%;
	vertical-align: bottom
}

.contenidoELI {
	width: 100%;
	display: inline-block;
}

.divELI {
	background-color: #fff;
	padding: 5px;
	position: relative;
	margin-top: 10px;
	webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
	moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
}

.colorRojoEli {
	color: rgb(255, 0, 0);
}

.colorRojoEliError {
	color: rgb(255, 0, 0);
	font-size: large;
}

.sombraEli {
	left: 15px;
	bottom: 15px;
	color: #969696;
	width: 100%;
}

.colorNegroEli {
	color: #000000;
}

.subrayadoELI {
	text-decoration: underline;
}

.covidGroup {
	background: aliceblue;
	border: solid;
	padding: 10px;
	font-size: medium;
}

.filaParCovid {
	background-color: #f4f5f7;
}

#info-proteccion-datos table td {
	border: 1;
	border: 1px solid black;
	padding: 5px;
}

#info-proteccion-datos th {
	padding: 10px;
	text-align: center;
	color: #FFF;
	background-color: #8c9eab;
	font-size: 14px;
	border: 1px solid black;
}