@charset "UTF-8";
/* CSS Document */
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}
body {
	background-color: rgba(255,255,255,1.00);
}

@media (max-width: 480px) {
.back:before {
	font-family: 'Material Icons';
	font-size: 22px;
	content: 'keyboard_arrow_left''keyboard_arrow_left''keyboard_arrow_left';
	letter-spacing: -17px;
	vertical-align: -7px;
	margin-left: -10px;
}
.forward:before {
	font-family: 'Material Icons';
	font-size: 22px;
	content: 'keyboard_arrow_right''keyboard_arrow_right''keyboard_arrow_right';
	letter-spacing: -17px;
	vertical-align: -7px;
	padding-right: 8px;
}
#menus {
	width: 100%;
	height: 40px;
	display: flex;
	flex-direction: row;
	position: fixed;
	background-color: rgba(255,255,255,0.90);
	border-bottom: thin solid rgba(200,200,200,0.90);
	z-index: 1000;
}
.sb-open-left {
	width: 30%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	line-height: 42px;
	word-spacing: 8px;
	margin-left: 5px;
	cursor: pointer;
}
.menu-separator {
	align-self: center;
	width: 30%;
	text-align: center;
}
.logo_menu {
	width: auto;
	height: 38px;
}
.sb-open-right {
	align-self: center;
	width: 40%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	font-weight: bold;
	word-spacing: -5px;
	line-height: 35px;
	margin-right: 5px;
	cursor: pointer;
}
#contenido {
	display: flex;
	flex-direction: column;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}
.top {
	order: 1;
	margin-top: 40px;
	display: block;
	height: auto;
	width: 100%;
}
.top_banners {
	order: 2;
}
.banner_top {
	order: 3;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 5px 0px 2px 0px;
}
.banner_ad_responsive {
	width: 320px;
	height: 100px;
}
.adlinks_728X15 {
	order: 4;
	width: 100%;
	height: 21px;
	display: none;
}
.middle {
	order: 5;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.bottom {
	order: 6;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}
/* >>> Comienzan los css del Top */
.top_container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.top_left {
	width: 150px;
	height: 100%;
	display: none;
}
.top_logo {
	height: 50%;
	width: 150px;
	display: block;
}
.top_fecha {
	height: 50%;
	width: 150px;
	display: block;
}
.top_center {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	align-self: center;
	display: block;
}
.top_center_container {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.top_banner {
	order: 0;
	height: auto;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	text-align: center;
	justify-content: center;
}
.banner_interno {
	max-width: 468px;
	width: 100%;
	height: auto;
}
.top_contador_gral {
	order: 1;
	height: 1px;
	width: 100%;
	display: block;
}
.top_slogan {
	order: 3;
	height: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	width: 99%;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.top_menu {
	order: 2;
	width: 99%;
	max-width: 600px;
	display: none;
	align-self: center;
	justify-content: center;
}
.lista-flex {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.lista-flex ul {
	padding-bottom: 5px;
	align-self: center;
}
.lista-flex li {
	align-self: center;
	margin: 3px;
}
.lista-flex a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgba(0, 0, 0, 1.00);
	text-decoration: underline;
}
.top_buscador {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-self: center;
}
/* >>> Finalizan son los css del Top */
/* >>> Estos son los css del Middle*/
/* Comienzan los css del menu directorio */
.menu_directorio {
	width: 150px;
	flex-shrink: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	display: none;
}
.lista-flex-left {
	display: table;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	background-color: rgba(254,219,62,1.00);
	line-height: 1.3em;
}
.lista-flex-left li {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding: 6px 2px;
	text-indent: -10px;
	padding-left: 15px;
}
.lista-flex-left li:first-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	background-color: rgba(255,0,0,1.00);
	text-align: center;
	font-size: 1.2em;
	text-indent: 0px;
	line-height: 1.3em;
	text-indent: -10px;
	padding-left: 15px;
}
.lista-flex-left li:last-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.lista-flex-left-titu-princ a {
	background-color: rgba(255,0,0,1.00);
	text-align: center;
}
.lista-flex-left a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.lista-flex-left-titu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgba(255,153,0,1.00);
	text-decoration: none;
	text-align: center;
	line-height: 1.3em;
	text-indent: -10px;
	padding-left: 15px;
}
.lista-flex-left-titu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,153,0,1.00);
	text-align: center;
}
/* Finalizan los css del menu directorio */
/* Comienzan los css del content*/
.content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	margin: 2px;
}
.titu_servicio_es {
	order: 0;
	background-color: rgba(255,153,0,1.00);
}
.titu_servicio_es h1 {
	font-family: "Arial Black", "Helvetica Neue Condensed Black", "Arial Bold", "Arial Rounded MT Bold", Gadget, sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: 900;
	font-size: 1.5em;
	text-align: center;
	padding: 10px 1px 5px 1px;
}
.titu_servicio_en {
	order: 1;
	width: 100%;
	background-color: rgba(255,153,0,1.00);
}
.titu_servicio_en h2 {
	font-family: "Arial Black", "Helvetica Neue Condensed Black", "Arial Bold", "Arial Rounded MT Bold", Gadget, sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 10px 0px;
}
.def_servicio {
	order: 2;
	width: 100%;
	background-color: #FFFF99;
}
.def_servicio_es {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 10px 0px 10px;
	padding: 10px 10px 5px 0px;
}
.def_servicio_en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 10px 0px 10px;
	padding: 25px 10px 10px 20px;
	text-align: right;
	font-style: italic;
}
.sr_comerciante {
	order: 4;
	background-color: rgba(162,255,242,1.00);
	height: 200px;
}
.ad_big {
	order: 3;
	text-align: center;
	height: auto;
	margin: 5px 0px 5px 0px;
}
.big_ad_responsive {
	width: 300px;
	height: 250px;
}
.search {
	order: 5;
	width: 90%;
	height: 75px;
	margin: 10px;
	text-align: center;
	border: medium solid rgba(255,204,0,1.00);
	border-radius: 5px;
	align-self: center;
	padding: 0px 3px;
}
.search p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.search_top_resultados {
	margin: 5px 0px 0px 0px;
	text-align: center;
	border: medium solid rgba(255,153,0,1.00);
	border-radius: 5px;
	align-self: center;
	padding: 0px 3px;
	background-color: rgba(255,255,255,1.00);
}
.search_top_resultados p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.buscador_google_big {
	display: block;
}
.buscar_small {
	display: block;
}
.main_content {
	padding: 10px;
}
.main_content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.main_content_text p {
	margin: 5px 0px 15px 0px;
}
.main_content_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: rgba(255,0,0,1.00);
}
.contenido_principal {
	padding: 0px;
}
.contenido_principal h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	margin-bottom: 25px;
}
.contenido_principal h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 3px 3px 5px 3px;
	font-weight: bold
}
.contenido_principal span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
}
.contenido_principal ul {
	margin: 10px;
}
.contenido_principal li {
	margin-top: 14px;
}
.contenido_principal a {
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: rgba(255,0,0,1.00);
	text-decoration: none;
	text-indent: -10px;
	padding-left: 10px;
}
.sr_comerciante_contenido {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background-color: rgba(201,218,250,1.00);
	justify-content: space-between;
	height: 200px;
	background-image: url(../images/banner_comerciante.png);
	background-repeat: no-repeat;
	background-position: 10% 60px;
}
.sr_comerciante_slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(31,90,250,1.00);
	text-align: center;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
	margin-top: 3px;
}
.sr_comerciante_logo {
	margin: 0 auto;
}
.sr_comerciante_click_aqui {
	width: 200px;
	margin: 0 5px 5px auto;
}
.sr_comerciante_boton {
	background-color: rgba(255,153,0,1.00);
	border-radius: 4px;
	border: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.5s;
	cursor: pointer;
	margin: 10px;
}
.sr_comerciante_boton a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.sr_comerciante_boton span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.sr_comerciante_boton span:after {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	content: ' >>>';
	font-weight: bold;
	color: rgba(208,208,208,1.00);
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}
.sr_comerciante_boton:hover span {
	padding-right: 40px;
	color: rgba(250,250,250,1.00);
	font-weight: bold;
}
.sr_comerciante_boton:hover span:after {
	color: rgba(250,250,250,1.00);
	opacity: 1;
	right: 0;
}
/* Finalizan los css del content */
/* Comienzan los css del publicidad derecha*/
.pub_derecha_contenedor {
	align-self: stretch;
	width: 100%;
	flex-shrink: 0;
	align-items: flex-start;
}
.pub_derecha {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-self: flex-start;
	align-items: center;
	margin-top: 5px;
}
.pub_der {
	width: 200px;
	height: 100%;
	text-align: center;
	margin: 5px 1px 10px 1px;
}
.right_ad_responsive {
	width: 200px;
	height: 200px;
}
/* Finalizan los css de publicidad derecha */
/* >>> Finalizan son los css del Middle */
/* >>> Estos son los css del Footer*/
.footer {
	width: 100%;
}
.footer_content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
}
.footer_copyright {
	order: 3;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
	background-color: rgba(255,153,0,1.00);
}
.footer_contact_privacy {
	order: 0;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
}
.footer_counters {
	order: 4;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
	background-color: rgba(255,153,0,1.00);
}
.footer_cities {
	order: 1;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
}
.footer_cities aside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}
.footer_cities aside h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	margin: -1px;
}
h3.footer_english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.footer_counties {
	order: 2;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
}
.footer_counties aside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}
.footer_counties aside h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	margin: -1px;
}
h3.counties_english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
}
.footer_text ul {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	overflow: hidden;
}
.footer_text li {
	display: inline;
	padding: 0px 15px 0px 15px;
}
.footer_text a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
/* >>> Finalizan son los css del Footer */
/* >>> Empiezan los css de los slidebars*/
.content-left {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: nowrap;
}
.close-content-left {
	width: 30%;
}
.content-left-menu {
	width: 70%;
	background-color: rgba(254,219,62,1.00);
	height: 800px;
}
#cerrar-left {
	width: 200px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	margin: 5px auto 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgba(254,219,62,1.00);
}
.content-right {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: nowrap;
}
.close-content-right {
	width: 20%;
}
.content-right-menu {
	width: 80%;
	background-color: rgba(254,219,62,1.00);
}
#cerrar-right {
	width: 200px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	color: rgba(0,0,0,1.00);
	margin: 5px auto 10px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgba(254,219,62,1.00);
}
.cerrar:after {
	font-family: 'Material Icons';
	color: rgba(0,0,0,1.00);
	font-size: 36px;
	content: 'cancel';
	vertical-align: -12px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}
.lista-flex-menu {
	display: table;
	width: 100%;
	background-color: rgba(254,219,62,1.00);
}
.lista-flex-menu li:first-child {
	border-top: medium solid rgba(0,0,0,1.00);
}
.lista-flex-menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgba(254,219,62,1.00);
	text-decoration: none;
	padding: 10px 5px;
	border-bottom: medium solid rgba(0, 0, 0, 1.00);
	text-align: center;
}
.lista-flex-menu a {
	color: rgba(0, 0, 0, 1.00);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.8em;
	line-height: 1.5em;
}
/* >>> Terminan los css de los slidebars*/	
	
	
}

@media (min-width: 481px) {
.back:before {
	font-family: 'Material Icons';
	font-size: 24px;
	content: 'keyboard_arrow_left''keyboard_arrow_left''keyboard_arrow_left';
	letter-spacing: -17px;
	vertical-align: -7px;
	margin-left: -10px;
}
.forward:before {
	font-family: 'Material Icons';
	font-size: 24px;
	content: 'keyboard_arrow_right''keyboard_arrow_right''keyboard_arrow_right';
	letter-spacing: -17px;
	vertical-align: -7px;
	padding-right: 8px;
}
#menus {
	width: 100%;
	height: 40px;
	display: flex;
	flex-direction: row;
	position: fixed;
	background-color: rgba(255,255,255,0.90);
	border-bottom: thin solid rgba(200,200,200,0.90);
	z-index: 1000;
}
.sb-open-left {
	width: 35%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	line-height: 42px;
	word-spacing: 8px;
	margin-left: 5px;
	cursor: pointer;
}
.menu-separator {
	align-self: center;
	width: 30%;
	text-align: center;
}
.logo_menu {
	width: auto;
	height: 38px;
}
.sb-open-right {
	align-self: center;
	width: 35%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: right;
	font-weight: bold;
	word-spacing: -5px;
	line-height: 35px;
	margin-right: 5px;
	cursor: pointer;
}
#contenido {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
	background-color: rgba(255,255,255,1.00);
}
.top {
	order: 1;
	margin-top: 40px;
	display: block;
	height: auto;
	width: 100%;
}
.top_banners {
	order: 2;
}
.banner_top {
	order: 3;
	width: 100%;
	text-align: center;
	padding: 5px 0px 2px 0px;
	background-color: rgba(255, 204, 0, 1.00);
}
.banner_ad_responsive {
	width: 320px;
	height: 100px;
}
.adlinks_728X15 {
	order: 4;
	width: 100%;
	text-align: center;
	padding: 5px 0px 5px 0px;
	margin: 10px 0px 5px 0px;
	background-color: rgba(255, 204, 0, 1.00);
}
.middle {
	order: 5;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.bottom {
	order: 6;
	width: 100%;
	background-color: rgba(255,255,255,1.00);
}
/* >>> Comienzan los css del Top */
.top_container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	background-color: rgba(255, 255, 255, 1.00);
}
.top_left {
	width: 150px;
	height: 100%;
	display: none;
}
.top_logo {
	height: 50%;
	width: 150px;
	display: block;
}
.top_fecha {
	height: 50%;
	width: 150px;
	display: block;
}
.top_center {
	flex-grow: 1;
	width: 100%;
	height: 100%;
	align-self: center;
	display: block;
}
.top_center_container {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.top_banner {
	order: 0;
	height: auto;
	padding-top: 2px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	text-align: center;
	justify-content: center;
}
.banner_interno {
	max-width: 468px;
	width: 100%;
	height: auto;
}
.top_contador_gral {
	order: 1;
	height: 1px;
	width: 100%;
	display: block;
}
.top_slogan {
	order: 3;
	height: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	width: 99%;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.top_menu {
	order: 2;
	width: 99%;
	max-width: 600px;
	display: none;
	align-self: center;
	justify-content: center;
}
.lista-flex {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}
.lista-flex ul {
	padding-bottom: 5px;
	align-self: center;
}
.lista-flex li {
	align-self: center;
	margin: 3px;
}
.lista-flex a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: rgba(0, 0, 0, 1.00);
	text-decoration: underline;
	background-color: rgba(255, 255, 255, 1.00);
}
.top_buscador {
	margin: 0 auto;
	width: 200px;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-self: center;
}
/* >>> Finalizan son los css del Top */
/* >>> Estos son los css del Middle*/
/* Comienzan los css del menu directorio */
.menu_directorio {
	width: 150px;
	flex-shrink: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	display: none;
}
.lista-flex-left {
	display: table;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	background-color: rgba(254,219,62,1.00);
	line-height: 1.3em;
}
.lista-flex-left li {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding: 6px 2px;
	text-indent: -10px;
	padding-left: 15px;
}
.lista-flex-left li:first-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	background-color: rgba(255,0,0,1.00);
	text-align: center;
	font-size: 1.2em;
	text-indent: 0px;
	line-height: 1.3em;
	text-indent: -10px;
	padding-left: 15px;
}
.lista-flex-left li:last-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.lista-flex-left-titu-princ a {
	background-color: rgba(255,0,0,1.00);
	text-align: center;
}
.lista-flex-left a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.lista-flex-left-titu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgba(255,153,0,1.00);
	text-decoration: none;
	text-align: center;
	line-height: 1.3em;
	text-indent: -10px;
	padding-left: 15px;
}
.lista-flex-left-titu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,153,0,1.00);
	text-align: center;
}
/* Finalizan los css del menu directorio */
/* Comienzan los css del content*/
.content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	margin: 2px;
}
.titu_servicio_es {
	order: 0;
	width: 100%;
	background-color: rgba(255,153,0,1.00);
}
.titu_servicio_es h1 {
	font-family: "Arial Black", "Helvetica Neue Condensed Black", "Arial Bold", "Arial Rounded MT Bold", Gadget, sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 5px 0px;
}
.titu_servicio_en {
	order: 1;
	width: 100%;
	background-color: rgba(255,153,0,1.00);
}
.titu_servicio_en h2 {
	font-family: "Arial Black", "Helvetica Neue Condensed Black", "Arial Bold", "Arial Rounded MT Bold", Gadget, sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 10px 0px;
}
.def_servicio {
	order: 2;
	width: 100%;
	background-color: rgba(255,255,153,1.00);
}
.def_servicio_es {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 10px 0px 10px;
	padding: 10px 30px 5px 0px;
}
.def_servicio_en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 10px 0px 10px;
	padding: 5px 10px 10px 30px;
	text-align: right;
	font-style: italic;
}
.sr_comerciante {
	order: 4;
	background-color: rgba(162,255,242,1.00);
	height: 200px;
}
.ad_big {
	order: 3;
	text-align: center;
	height: auto;
	margin: 5px 0px 5px 0px;
}
.big_ad_responsive {
	width: 336px;
	height: 280px;
}
.search {
	order: 5;
	width: 96%;
	height: 75px;
	margin: 10px;
	text-align: center;
	border: medium solid rgba(255,204,0,1.00);
	border-radius: 5px;
	align-self: center;
	padding: 0px 3px;
}
.search p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 5px;
}
.buscador_google_big {
	display: block;
}
.search_top_resultados {
	margin: 5px 0px 0px 0px;
	text-align: center;
	border: medium solid rgba(255,153,0,1.00);
	border-radius: 5px;
	align-self: center;
	padding: 0px 3px;
	background-color: rgba(255,255,255,1.00);
}
.search_top_resultados p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
.main_content {
	padding: 10px;
}
.main_content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
}
.main_content_text p {
	margin: 5px 0px 15px 0px;
}
.main_content_text a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,0,0,1.00);
}
.contenido_principal {
	padding: 3px;
}
.contenido_principal h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 3px 3px 5px 3px;
	font-weight: bold
}
.contenido_principal h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	margin-bottom: 25px;
}
.contenido_principal span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px;
}
.contenido_principal ul {
	margin: 10px 0px 10px 30px;
}
.contenido_principal li {
	margin-top: 14px;
}
.contenido_principal a {
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: rgba(255,0,0,1.00);
	text-decoration: none;
	text-indent: -10px;
	padding-left: 10px;
	font-weight: bold;
}
.sr_comerciante_contenido {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	background-color: rgba(201,218,250,1.00);
	justify-content: space-between;
	height: 200px;
	background-image: url(../images/banner_comerciante.png);
	background-repeat: no-repeat;
	background-position: 20% 60px;
}
.sr_comerciante_slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: rgba(31,90,250,1.00);
	text-align: center;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
	margin-top: 5px;
}
.sr_comerciante_logo {
	margin: 0 auto;
}
.sr_comerciante_click_aqui {
	width: 200px;
	margin: 0 50px 10px auto;
}
.sr_comerciante_boton {
	background-color: rgba(255,153,0,1.00);
	border-radius: 4px;
	border: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.5s;
	cursor: pointer;
	margin: 10px;
}
.sr_comerciante_boton a {
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.sr_comerciante_boton span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}
.sr_comerciante_boton span:after {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	content: ' >>>';
	font-weight: bold;
	color: rgba(208,208,208,1.00);
	position: absolute;
	opacity: 0;
	top: 0;
	right: -10px;
	transition: 0.5s;
}
.sr_comerciante_boton:hover span {
	padding-right: 40px;
	color: rgba(250,250,250,1.00);
	font-weight: bold;
}
.sr_comerciante_boton:hover span:after {
	color: rgba(250,250,250,1.00);
	opacity: 1;
	right: 0;
}
/* Finalizan los css del content */
/* Comienzan los css del publicidad derecha*/
.pub_derecha_contenedor {
	align-self: stretch;
	width: 100%;
	flex-shrink: 0;
}
.pub_derecha {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-self: flex-start;
	align-items: center;
	margin-top: 5px;
}
.pub_der {
	width: 200px;
	height: 100%;
	text-align: center;
	margin: 5px 1px 10px 1px;
}
.right_ad_responsive {
	width: 200px;
	height: 200px;
}
/* Finalizan los css de publicidad derecha */
/* >>> Finalizan son los css del Middle */
/* >>> Estos son los css del Footer*/
.footer {
	width: 100%;
}
.footer_content {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
}
.footer_copyright {
	order: 3;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
	background-color: rgba(255,153,0,1.00);
}
.footer_contact_privacy {
	order: 0;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
}
.footer_counters {
	order: 4;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
	background-color: rgba(255,153,0,1.00);
}
.footer_cities {
	order: 1;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
}
.footer_cities aside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .4em;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}
.footer_cities aside h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	margin: -1px;
}
h3.footer_english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.footer_counties {
	order: 2;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
}
.footer_counties aside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .4em;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}
.footer_counties aside h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	margin: -1px;
}
h3.counties_english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
}
.footer_text ul {
	list-style-type: none;
	margin: 0;
	padding: 5px;
	overflow: hidden;
}
.footer_text li {
	display: inline;
	padding: 0px 20px 0px 20px;
}
.footer_text a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
/* >>> Finalizan son los css del Footer */
/* >>> Terminan los css de los slidebars*/
.content-left {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: nowrap;
}
.close-content-left {
	width: 60%;
}
.content-left-menu {
	width: 40%;
	min-width: 300px;
	background-color: rgba(254,219,62,1.00);
	height: 800px;
}
#cerrar-left {
	width: 200px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	margin: 5px auto 10px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgba(254,219,62,1.00);
}
.content-right {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: nowrap;
}
.close-content-right {
	width: 50%;
}
.content-right-menu {
	width: 50%;
	background-color: rgba(254,219,62,1.00);
}
#cerrar-right {
	width: 200px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	color: rgba(0,0,0,1.00);
	margin: 5px auto 10px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	background-color: rgba(254,219,62,1.00);
}
.cerrar:after {
	font-family: 'Material Icons';
	color: rgba(0,0,0,1.00);
	font-size: 36px;
	content: 'cancel';
	vertical-align: -12px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 0px;
}
.lista-flex-menu {
	display: table;
	width: 100%;
	min-width: 300px;
	background-color: rgba(254,219,62,1.00);
}
.lista-flex-menu li:first-child {
	border-top: medium solid rgba(0,0,0,1.00);
}
.lista-flex-menu li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgba(254,219,62,1.00);
	text-decoration: none;
	padding: 10px 5px;
	border-bottom: medium solid rgba(0, 0, 0, 1.00);
	text-align: center;
}
.lista-flex-menu a {
	color: rgba(0, 0, 0, 1.00);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.75em;
}
/* >>> Terminan los css de los slidebars*/
}

@media (min-width: 768px) {
#menus {
	display: none;
}
#contenido {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.top {
	order: 1;
	margin-top: 0px;
	display: block;
}
.top_banners {
	order: 2;
}
.banner_top {
	order: 3;
	width: 100%;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background-color: rgba(255, 204, 0, 1.00);
	margin: 10px 0px 0px 0px;
}
.banner_ad_responsive {
	width: 728px;
	height: 90px;
}
.adlinks_728X15 {
	order: 4;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 1px;
	text-align: center;
	height: 21px;
	background-color: rgba(255, 204, 0, 1.00);
	margin: 3px 0px 1px 0px;
}
.middle {
	order: 5;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.bottom {
	order: 6;
}
/* >>> Comienzan los css del Top */
.top_container {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.top_left {
	width: 210px;
	height: 100%;
	display: block;
}
.top_logo {
	height: 50%;
	width: 200px;
	display: block;
	text-align: center;
	margin: auto;
}
.top_fecha {
	height: 50%;
	width: 200px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 5px 2px
}
.top_center {
	flex-grow: 1;
	width: 350px;
	height: 100%;
	align-self: center;
	display: block;
}
.top_center_container {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.top_banner {
	order: 0;
	min-width: 350px;
	height: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.banner_interno {
	max-width: 468px;
	width: 90%;
	height: auto;
}
.top_contador_gral {
	order: 1;
	height: 1px;
	width: 100%;
	display: block;
}
.top_slogan {
	order: 3;
	height: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 10px;
	text-shadow: 1px 1px rgba(0,0,0,.50);
}
.top_menu {
	order: 2;
	width: 98%;
	max-width: 550px;
	display: block;
	align-self: center;
	justify-content: center;
	border: medium solid rgba(255,204,0,1.00);
	border-radius: 5px;
	margin-top: 3px;
	padding: 5px;
}
.lista-flex {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	background-color: rgba(255,255,255,1.00);
	padding: 2px 0px;
}
.lista-flex ul {
	align-self: center;
}
.lista-flex li {
	align-self: center;
	margin: 2px 3px 2px 3px;
}
.lista-flex li:before {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	content: '| ';
}
.lista-flex li:after {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	content: ' |';
}
.lista-flex a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1.00);
	text-decoration: underline;
	background-color: rgba(255,255,255,1.00);
}
.top_buscador {
	width: 200px;
	text-align: center;
	align-items: center;
	height: auto;
	border: medium solid rgba(255,204,0,1.00);
	border-radius: 5px;
	background-color: rgba(255,204,0,1.00);
}
.top_buscador span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1.00);
	line-height: 20px;
}
.top_buscador:before {
	font-family: 'Material Icons';
	font-size: 20px;
	content: 'search';
	vertical-align: -7px;
	letter-spacing: 5px;
}
/* >>> Finalizan son los css del Top */
/* >>> Estos son los css del Middle*/
/* Comienzan los css del menu directorio */
.menu_directorio {
	width: 20%;
	max-width: 202px;
	flex-shrink: 0;
	margin-top: 1px;
	margin-bottom: 1px;
	display: block;
}
.lista-flex-left {
	display: table;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: rgba(254,219,62,1.00);
}
.lista-flex-left li {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding: 3px 5px 3px 5px;
}
.lista-flex-left li:first-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	background-color: rgba(255,0,0,1.00);
	text-align: center;
	font-size: 12px;
	line-height: 12px
}
.lista-flex-left li:last-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.lista-flex-left-titu-princ a {
	background-color: rgba(255,0,0,1.00);
	text-align: center;
}
.lista-flex-left a {
	display: table-cell;
	text-indent: -10px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
}
.lista-flex-left-titu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: rgba(255,153,0,1.00) #FF9900;
	text-decoration: none;
	text-align: center;
}
.lista-flex-left-titu a {
	display: block;
	text-indent: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,153,0,1.00);
	text-align: center;
	line-height: 12px;
}
/* Finalizan los css del menu directorio */
/* Comienzan los css del content*/
.content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	margin: 2px;
}
.titu_servicio_es {
	order: 0;
	width: 100%;
	background-color: rgba(255,153,0,1.00);
}
.titu_servicio_es h1 {
	font-family: "Arial Black", "Helvetica Neue Condensed Black", "Arial Bold", "Arial Rounded MT Bold", Gadget, sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 5px 0px;
}
.titu_servicio_en {
	width: 100%;
	background-color: rgba(255,153,0,1.00);
}
.titu_servicio_en h1 {
	font-family: "Arial Black", "Helvetica Neue Condensed Black", "Arial Bold", "Arial Rounded MT Bold", Gadget, sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	font-style: italic;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 10px 0px;
}
.def_servicio {
	order: 1;
	width: 100%;
	background-color: rgba(255,255,153,1.00);
}
.def_servicio_es {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	padding: 10px 30px 5px 0px;
}
.def_servicio_en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	padding: 5px 10px 10px 30px;
	text-align: right;
	font-style: italic;
}
.sr_comerciante {
	order: 2;
	background-color: rgba(162,255,242,1.00);
	height: 200px;
}
.ad_big {
	order: 3;
	text-align: center;
	height: auto;
}
.big_ad_responsive {
	width: 336px;
	height: 280px;
}
.search {
	order: 4;
	width: 95%;
	height: 100px;
	margin: 10px;
	text-align: center;
	border: medium solid rgba(255,204,0,1.00);
	border-radius: 5px;
	align-self: center;
}
.search p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.search_top_resultados {
	display: none;
}
.buscador_google_big {
	display: block;
}
.main_content {
	padding: 10px;
}
.main_content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main_content_text p {
	margin: 5px 0px 15px 0px;
}
.main_content_text a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,0,0,1.00);
}
.contenido_principal {
	padding: 3px;
}
.contenido_principal h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px 3px 5px 3px;
	font-weight: bold
}
.contenido_principal h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	margin-bottom: 25px;
}
.contenido_principal span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
.contenido_principal ul {
	margin: 10px 0px 10px 30px;
}
.contenido_principal li {
	margin-top: 5px;
}
.contenido_principal a {
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgba(255,0,0,1.00);
	text-decoration: none;
	text-indent: -10px;
	padding-left: 10px;
}
/* Finalizan los css del content */
/* Comienzan los css del publicidad derecha*/
.pub_derecha_contenedor {
	align-self: stretch;
	background-color: rgba(255,204,0,1.00);
	width: 202px;
	flex-shrink: 0;
	margin-top: 2px;
	margin-bottom: 7px;
}
.pub_derecha {
	background-color: rgba(255,204,0,1.00);
	width: 100%;
	height: 100%;
}
.pub_der {
	background-color: rgba(255,204,0,1.00);
	width: 200px;
	height: auto;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
.right_ad_responsive {
	width: 200px;
	height: 200px;
}
/* Finalizan los css de publicidad derecha */
/* >>> Finalizan son los css del Middle */
/* >>> Estos son los css del Footer*/
.footer {
	width: 100%;
}
.footer_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.footer_copyright {
	order: 0;
	width: 202px;
	flex-shrink: 0;
	padding-top: 10px;
	background-color: rgba(255,255,255,1.00);
}
.footer_contact_privacy {
	order: 1;
	flex-grow: 1;
	width: auto;
	text-align: center;
}
.footer_counters {
	order: 2;
	align-self : flex-end;
	height: 45px;
	width: 202px;
	flex-shrink: 0;
	background-color: rgba(255,255,255,1.00);
}
.footer_cities {
	order: 3;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
}
.footer_cities aside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}
.footer_cities aside h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin: -1px;
}
h3.footer_english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.footer_counties {
	order: 4;
	width: 100%;
	border-style: solid;
	border-width: 1px;
}
.footer_counties aside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}
.footer_counties aside h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin: -1px;
}
h3.counties_english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footer_text ul {
	list-style-type: none;
	margin: 0;
	padding: 15px;
	overflow: hidden;
}
.footer_text li {
	display: inline;
	padding: 0px 20px 0px 20px;
}
.footer_text a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
.footer_text a:hover {
	text-decoration: underline;
	color: rgba(0,0,0,1.00);
}
/* >>> Finalizan son los css del Footer */
}

@media (min-width: 992px) {
#menus {
	display: none;
}
#contenido {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.top {
	order: 1;
	margin-top: 0px;
	display: block;
}
.top_banners {
	order: 2;
}
.banner_top {
	order: 3;
	width: 100%;
	background-color: rgba(255, 204, 0, 1.00);
	text-align: center;
	margin: 10px 0px 0px 0px;
}
.banner_ad_responsive {
	width: 728px;
	height: 90px;
}
.adlinks_728X15 {
	order: 4;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 1px;
	text-align: center;
	height: 21px;
	background-color: rgba(255, 204, 0, 1.00);
	margin: 3px 0px 1px 0px;
}
.middle {
	order: 5;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.bottom {
	order: 6;
}
/* >>> Comienzan los css del Top */
.top_container {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.top_left {
	width: 200px;
	height: 100%;
	display: block;
}
.top_logo {
	height: 50%;
	width: 150px;
	display: block;
	text-align: center;
	margin: auto;
}
.top_fecha {
	height: 50%;
	width: 200px;
	display: block;
	text-align: center;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.top_center {
	flex-grow: 1;
	width: 350px;
	height: 100%;
	align-self: center;
	display: block;
}
.top_center_container {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
	justify-content: space-between;
}
.top_banner {
	order: 0;
	min-width: 350px;
	height: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.banner_interno {
	max-width: 468px;
	width: 90%;
	height: auto;
}
.top_contador_gral {
	order: 1;
	height: 1px;
	width: 100%;
	display: block;
}
.top_slogan {
	order: 3;
	height: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 010px;
	text-shadow: 1px 1px rgba(0,0,0,.50);
	color: rgba(0,0,0,1.00);
}
.top_menu {
	order: 2;
	width: 100%;
	max-width: 600px;
	display: block;
	align-self: center;
	justify-content: center;
	border: medium solid rgba(255,204,0,1.00);
	border-radius: 5px;
	margin-top: 3px;
	padding: 5px
}
.lista-flex {
	display: flex;
	flex-direction: row;
	width: 100%;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	background-color: rgba(255,255,255,1.00);
}
.lista-flex ul {
	align-self: center;
}
.lista-flex li {
	align-self: center;
	margin: 2px 4px 2px 4px;
}
.lista-flex li:before {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	content: '| '
}
.lista-flex li:after {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	content: ' |';
}
.lista-flex a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1.00);
	text-decoration: underline;
	background-color: rgba(255,255,255,1.00);
}
.top_buscador {
	margin: 0px 0px 0px 1px;
	width: 200px;
	height: 100%;
	text-align: center;
	justify-content: center;
	align-self: center;
}
/* >>> Finalizan son los css del Top */
/* >>> Estos son los css del Middle*/
/* Comienzan los css del menu directorio */
.menu_directorio {
	width: 202px;
	flex-shrink: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	display: block;
}
.lista-flex-left {
	display: table;
	width: 100%;
	color: rgba(0, 0, 0, 1.00);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-indent: 2px;
	background-color: rgba(254,219,62,1.00);
}
.lista-flex-left li {
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	padding-top: 2px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
}
.lista-flex-left li:first-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	text-align: center;
	border-color: rgba(0,0,0,1.00);
}
.lista-flex-left li:last-child {
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}
.lista-flex-left 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;
}
.lista-flex-left-titu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: rgba(255,153,0,1.00);
	text-decoration: none;
	text-align: center;
}
.lista-flex-left-titu a {
	display: block;
	text-indent: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,153,0,1.00);
	text-align: center;
	line-height: 14px;
}
/* Finalizan los css del menu directorio */
/* Comienzan los css del content*/
.content {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	margin: 2px;
}
.titu_servicio_es {
	order: 0;
	width: 100%;
	background-color: rgba(255,153,0,1.00);
}
.titu_servicio_es h1 {
	font-family: "Arial Black", "Helvetica Neue Condensed Black", "Arial Bold", "Arial Rounded MT Bold", Gadget, sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	margin: 0px 10px 0px 10px;
	padding: 10px 0px 5px 0px;
}
.titu_servicio_en {
	width: 100%;
	background-color: rgba(255,153,0,1.00);
}
.titu_servicio_en h2 {
	font-family: "Arial Black", "Helvetica Neue Condensed Black", "Arial Bold", "Arial Rounded MT Bold", Gadget, sans-serif;
	color: rgba(255,255,255,1.00);
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	font-style: italic;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 10px 0px;
}
.def_servicio {
	order: 1;
	width: 100%;
	background-color: rgba(255,255,153,1.00);
}
.def_servicio_es {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	padding: 10px 30px 5px 0px;
}
.def_servicio_en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 10px 0px 10px;
	padding: 5px 10px 10px 30px;
	text-align: right;
	font-style: italic;
}
.sr_comerciante {
	order: 2;
	background-color: rgba(162,255,242,1.00);
	height: 200px;
}
.ad_big {
	order: 3;
	text-align: center;
	height: auto;
}
.big_ad_responsive {
	width: 336px;
	height: 280px;
}
.search {
	order: 4;
	width: 95%;
	height: 100px;
	margin: 10px;
	text-align: center;
	border: medium solid rgba(255,204,0,1.00);
	border-radius: 5px;
	align-self: center;
}
.search p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.buscador_google_big {
	display: block;
}
.main_content {
	padding: 10px;
}
.main_content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.main_content_text p {
	margin: 5px 0px 15px 0px;
}
.main_content_text a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,0,0,1.00);
}
.contenido_principal {
	padding: 3px;
}
.contenido_principal h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 3px 3px 5px 3px;
	font-weight: bold
}
.contenido_principal span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}
/* Finalizan los css del content */
/* Comienzan los css del publicidad derecha*/
.pub_derecha_contenedor {
	align-self: stretch;
	margin-top: 2px;
	background-color: rgba(255,204,0,1.00);
	width: 302px;
	flex-shrink: 0;
}
.pub_derecha {
	background-color: rgba(255,204,0,1.00);
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-self: flex-start;
	align-items: center;
}
.pub_der {
	background-color: rgba(255, 204, 0, 1.00);
	width: auto;
	text-align: center;
	margin: 5px 1px 10px 1px;
}
.right_ad_responsive {
	width: 300px;
	height: 600px;
}
/* Finalizan los css de publicidad derecha */
/* >>> Finalizan son los css del Middle */
/* >>> Estos son los css del Footer*/
.footer {
	width: 100%;
}
.footer_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.footer_copyright {
	order: 0;
	width: 202px;
	flex-shrink: 0;
	padding-top: 10px;
}
.footer_contact_privacy {
	order: 1;
	flex-grow: 1;
	width: auto;
	text-align: center;
}
.footer_counters {
	order: 2;
	align-self : flex-end;
	height: 45px;
	width: 202px;
	flex-shrink: 0;
}
.footer_cities {
	order: 3;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(255,153,0,1.00);
}
.footer_cities aside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}
.footer_cities aside h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin: -1px;
}
h3.footer_english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.footer_counties {
	order: 4;
	width: 100%;
	border-style: solid;
	border-width: 1px;
}
.footer_counties aside {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	padding: 10px 5px 5px 5px;
}
.footer_counties aside h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	margin: -1px;
}
h3.counties_english {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footer_text ul {
	list-style-type: none;
	margin: 0;
	padding: 15px;
	overflow: hidden;
}
.footer_text li {
	display: inline;
	padding: 0px 20px 0px 20px;
}
.footer_text a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
/* >>> Finalizan son los css del Footer */
}
