@charset "UTF-8";
/* CSS Document */
body {
}

@media (max-width: 480px) {
body {
}
.div_container {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
}
.div_top {
	width: 100%;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	background-image: url(../imagenes/celeste.gif);
	background-repeat: repeat;
}
.div_top a {
	text-decoration: none;
}
p.titulo_dominio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.logo {
	margin: 15px 0px 10px 0px;
	background-color: #ffffff;
	width: 100%;
}
.logo img {
	margin: 10px 0px 10px 0px;
	max-width: 90%;
	height: auto;
}
.hamburguer {
	display: button;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-color: white;
	border: 0;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	vertical-align: middle;
	line-height: 35px;
	z-index: 10;
}
.div_main {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.div_princ {
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	color: #FF0000;
	padding: 40px 10px 40px 10px;
}
.menu_container {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(128,128,128,0.50);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.menu {
	display: none;
	position: fixed;
	width: 50%;
	max-width: 240px;
	top: 35px;
	z-index: 20;
	max-height: 90%;
	overflow-y: auto;
}
.menu-flex {
	display: table;
	width: 100%;
	flex-wrap: wrap;
	align-content: left;
	background-color: #FFFFFF;
}
.menu-flex li {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding: 5px 2px 5px 5px;
}
.menu-flex li:first-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	padding: 5px 2px 5px 5px;
}
.menu-flex li:last-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 5px 2px 5px 5px;
}
.menu-flex a {
	display: table-cell;
	text-indent: -10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.contenido {
	background-color: #FFFFFF;
	width: 100%;
	flex-basis: auto;
}
.grantitu {
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.grantitu h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 15px 20px 15px;
	color: rgba(0,0,0,1.00);
}
a.grantitu {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: auto;
	color: rgba(0,0,0,1.00);
}
.contenido_flex {
	display: flex;
	flex-direction: column;
}
.lista_servicios {
	max-width: 400px;
	align-self: flex-start;
	margin-left: auto;
	margin-right: auto;
}
.lista_servicios h2 {
	width: 100%;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	background-color: #00CCFF;
	margin-bottom: 5px;
	font-weight: bolder;
}
.lista_servicios a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 10px 0px 25px 10px;
	color: rgba(0,0,0,1.00);
}
.lista_servicios {
	display: flex;
	flex-direction: column;
	width: 95%;
	margin: auto;
}
.lista_servicios ul {
	margin-top: 3px;
}
.lista_servicios li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	color: #000000;
	line-height: 15px;
	margin-bottom: 8px;
	text-indent: -10px;
}
.lista_servicios li:last-child {
	margin-bottom: 20px;
}
.div_footer {
	width: 100%;
	background-image: url(../imagenes/celeste.gif);
	background-repeat: repeat;
	height: 50px;
	position: sticky;
	bottom: 0px;
}
.footer_links {
	text-align: center;
}
ul.footer_links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0px 0px 0px;
}
li.footer_links {
}
.footer_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
	color: rgba(0,0,0,1.00);
}
.sitios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #00CCFF;
	text-decoration: none;
	cursor: default;
	line-height: 0px;
	width: 100%;
}
.sitios a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
	color: #00CCFF;
	text-decoration: none;
	cursor: default;
	line-height: 0px;
}
}

@media (min-width: 481px) and (max-width: 767px) {
body {
}
.div_container {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
}
.div_top {
	width: 100%;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	background-image: url(../imagenes/celeste.gif);
	background-repeat: repeat;
}
.div_top a {
	text-decoration: none;
}
p.titulo_dominio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.logo {
	margin: 15px 0px 10px 0px;
	background-color: #ffffff;
	width: 100%;
}
.logo img {
	margin: 10px 0px 10px 0px;
	max-width: 90%;
	height: auto;
}
.hamburguer {
	display: button;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-color: white;
	border: 0;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	vertical-align: middle;
	line-height: 35px;
	z-index: 10;
}
.div_main {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.div_princ {
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	color: #FF0000;
	padding: 40px 10px 40px 10px;
}
.menu_container {
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: rgba(128,128,128,0.50);
	display: none;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.menu {
	display: none;
	position: fixed;
	width: 50%;
	max-width: 240px;
	top: 35px;
	z-index: 20;
	max-height: 90%;
	overflow-y: auto;
}
.menu-flex {
	display: table;
	width: 100%;
	flex-wrap: wrap;
	align-content: left;
	background-color: #FFFFFF;
}
.menu-flex li {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding: 5px 2px 5px 5px;
}
.menu-flex li:first-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	padding: 5px 2px 5px 5px;
}
.menu-flex li:last-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding: 5px 2px 5px 5px;
}
.menu-flex a {
	display: table-cell;
	text-indent: -10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.contenido {
	background-color: #FFFFFF;
	width: 100%;
	flex-basis: auto;
}
.grantitu {
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.grantitu h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 15px 20px 15px;
	color: rgba(0,0,0,1.00);
}
a.grantitu {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: auto;
	color: rgba(0,0,0,1.00);
}
.contenido_flex {
	display: flex;
	flex-direction: column;
}
.lista_servicios {
	max-width: 400px;
	align-self: flex-start;
	margin-left: auto;
	margin-right: auto;
}
.lista_servicios h2 {
	width: 100%;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	background-color: #00CCFF;
	margin-bottom: 5px;
	font-weight: bolder;
}
.lista_servicios a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 10px 0px 25px 10px;
	color: rgba(0,0,0,1.00);
}
.lista_servicios {
	display: flex;
	flex-direction: column;
	width: 95%;
	margin: auto;
}
.lista_servicios ul {
	margin-top: 3px;
}
.lista_servicios li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	color: #000000;
	line-height: 15px;
	margin-bottom: 8px;
	text-indent: -10px;
}
.lista_servicios li:last-child {
	margin-bottom: 20px;
}
.div_footer {
	width: 100%;
	background-image: url(../imagenes/celeste.gif);
	background-repeat: repeat;
	height: 50px;
	position: sticky;
	bottom: 0px;
}
.footer_links {
	text-align: center;
}
ul.footer_links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0px 0px 0px;
}
li.footer_links {
}
.footer_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
	color: rgba(0,0,0,1.00);
}
.sitios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #00CCFF;
	text-decoration: none;
	cursor: default;
	line-height: 0px;
	width: 100%;
}
.sitios a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
	color: #00CCFF;
	text-decoration: none;
	cursor: default;
	line-height: 0px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
body {
}
.div_container {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
}
.div_top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	background-image: url(../imagenes/celeste.gif);
	background-repeat: repeat;
}
.div_top a {
	text-decoration: none;
}
p.titulo_dominio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.logo {
	margin: 15px 0px 10px 0px;
	background-color: #ffffff;
	width: 100%;
}
.logo img {
	margin: 10px 0px 10px 0px;
	max-width: 90%;
	height: auto;
}
.hamburguer {
	display: none;
}
.div_main {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.div_princ {
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	color: #FF0000;
	padding: 40px 10px 40px 10px;
}
.menu_container {
	display: block !important;
	width: 220px;
}
.menu {
	display: block !important;
}
.menu-flex {
	display: table;
	width: 100%;
	flex-wrap: wrap;
	align-content: left;
	-webkit-box-shadow: 3px 0px rgba(0,0,0,0.33);
	box-shadow: 3px 0px rgba(0,0,0,0.33);
}
.menu-flex li {
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-right-width: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.menu-flex li:first-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.menu-flex li:last-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.menu-flex a {
	display: table-cell;
	text-indent: -10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.contenido {
	background-color: #FFFFFF;
	width: 100%;
	flex-basis: auto;
}
.grantitu {
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.grantitu h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 15px 20px 15px;
	color: rgba(0,0,0,1.00);
}
a.grantitu {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: auto;
	color: rgba(0,0,0,1.00);
}
.contenido_flex {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 5px; /* Chrome, Safari, Opera */
	-moz-column-gap: 5px; /* Firefox */
	column-gap: 5px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.contenido_flex div {
	display: inline-block;
	vertical-align: top;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.lista_servicios {
}
.lista_servicios h2 {
	width: 100%;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	background-color: #00CCFF;
	margin-bottom: 5px;
	font-weight: bolder;
}
.lista_servicios a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 10px 0px 15px 10px;
	color: rgba(0,0,0,1.00);
}
.lista_servicios {
	display: flex;
	flex-direction: column;
	width: 95%;
	margin: auto;
}
.lista_servicios ul {
	margin-top: 3px;
}
.lista_servicios li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	color: #000000;
	line-height: 15px;
	margin-bottom: 8px;
	text-indent: -10px;
}
.lista_servicios li:last-child {
	margin-bottom: 10px;
}
.div_footer {
	width: 100%;
	background-image: url(../imagenes/celeste.gif);
	background-repeat: repeat;
	height: 50px;
	position: sticky;
	bottom: 0px;
}
.footer_links {
	text-align: center;
}
ul.footer_links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0px 0px 0px;
}
li.footer_links {
}
.footer_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
	color: rgba(0,0,0,1.00);
}
.sitios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #00CCFF;
	text-decoration: none;
	cursor: default;
	line-height: 0px;
	width: 100%;
}
.sitios a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
	color: #00CCFF;
	text-decoration: none;
	cursor: default;
	line-height: 0px;
}
}

@media (min-width: 992px) {
body {
}
.div_container {
	display: flex;
	flex-direction: column;
	max-width: 100%;
	margin: auto;
}
.div_top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
	background-image: url(../imagenes/celeste.gif);
	background-repeat: repeat;
}
.div_top a {
	text-decoration: none;
}
p.titulo_dominio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 15px 0px 0px 0px;
}
.top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.logo {
	margin: 15px 0px 10px 0px;
	background-color: #ffffff;
	width: 100%;
}
.logo img {
	margin: 10px 0px 10px 0px;
	max-width: 90%;
	height: auto;
}
.hamburguer {
	display: none;
}
.div_main {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.div_princ {
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 18px;
	color: #FF0000;
	padding: 40px 10px 40px 10px;
}
.menu_container {
	display: block !important;
	width: 220px;
}
.menu {
	display: block !important;
}
.menu-flex {
	display: table;
	width: 100%;
	flex-wrap: wrap;
	align-content: left;
	-webkit-box-shadow: 3px 0px rgba(0,0,0,0.33);
	box-shadow: 3px 0px rgba(0,0,0,0.33);
}
.menu-flex li {
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-right-width: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.menu-flex li:first-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.menu-flex li:last-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.menu-flex a {
	display: table-cell;
	text-indent: -10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.contenido {
	width: 100%;
	flex-basis: auto;
}
.grantitu {
	margin: 10px 0px 10px 0px;
	text-align: center;
}
.grantitu h1 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: 0px 15px 20px 15px;
	color: rgba(0,0,0,1.00);
}
a.grantitu {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	margin: auto;
	color: rgba(0,0,0,1.00);
}
.contenido_flex {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
	-moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 5px; /* Chrome, Safari, Opera */
	-moz-column-gap: 5px; /* Firefox */
	column-gap: 5px;
	width: 90%;
	margin-left: 10px;
	margin-right: 10px;

}
.contenido_flex div {
	display: inline-block;
	vertical-align: top;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.lista_servicios {
	padding-left: 25px;
}
.lista_servicios h2 {
	width: 100%;
	margin-left: auto;
	text-align: center;
	font-size: 18px;
	background-color: #00CCFF;
	margin-bottom: 5px;
	font-weight: bolder;
}
.lista_servicios a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 5px 0px 0px 0px;
	color: rgba(0,0,0,1.00);
}
.lista_servicios {
	display: flex;
	flex-direction: column;
	width: 95%;
	margin: auto;
}
.lista_servicios ul {
	margin-top: 3px;
}
.lista_servicios li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	width: 100%;
	color: #000000;
	line-height: 15px;
	margin-bottom: 3px;
	text-indent: -10px;
}
.lista_servicios li:last-child {
	margin-bottom: 5px;
}
.div_footer {
	width: 100%;
	background-image: url(../imagenes/celeste.gif);
	background-repeat: repeat;
	height: 50px;
	position: sticky;
	bottom: 0px;
}
.footer_links {
	text-align: center;
}
ul.footer_links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px 0px 0px 0px;
}
li.footer_links {
}
.footer_links a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	margin: 5px;
	color: rgba(0,0,0,1.00);
}
.sitios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #00CCFF;
	text-decoration: none;
	cursor: default;
	line-height: 0px;
	width: 100%;
}
.sitios a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3px;
	color: #00CCFF;
	text-decoration: none;
	cursor: default;
	line-height: 0px;
}
}
