@charset "UTF-8";

/* CSS Document */

@media (max-width: 480px) {
.titu_servicio_es {
	order: 0;
	background-color: rgba(194,0,3,1.00);
}
.titu_servicio_en {
	order: 1;
	width: 100%;
	background-color: rgba(194,0,3,1.00);
}
.contenido_index {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 15px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-bottom-color: rgba(255,204,1,1.00);
}
.sector {
	margin: 2px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: rgba(203,201,201,1.00);
	padding: 0px 0px 3px 0px;
}
.directorio {
	background-color: rgba(255,153,0,1.00);
	text-align: center;
	min-height: 50px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.direcciones_utiles {
	background-color: rgba(0,155,0,1.00);
	min-height: 50px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.noticias {
	background-color: rgba(100,152,206,1.00);
	text-align: center;
	min-height: 50px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.eventos {
	background-color: rgba(206,0,154,1.00);
	text-align: center;
	min-height: 50px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.horoscopo {
	background-color: rgba(255,0,204,1.00);
	text-align: center;
	min-height: 50px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.titu {
	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-size: 1em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2em;
}
.titu a {
	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-size: 1.1em;
	text-align: center;
	padding: 0px;
	text-decoration: none;
}
.nota_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5px;
}
.nota_index a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 5px;
	color: rgba(255,0,0,1.00);
	text-decoration: none;
}
}

@media (min-width: 481px) {
.titu_servicio_es {
	order: 0;
	background-color: rgba(194,0,3,1.00);
}
.titu_servicio_en {
	order: 1;
	width: 100%;
	background-color: rgba(194,0,3,1.00);
}
.contenido_index {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 15px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-bottom-color: rgba(255,204,1,1.00);
}
.sector {
	margin: 2px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 0px 0px 3px 0px;
	border-color: rgba(203,201,201,1.00);
	padding: 0px 0px 3px 0px;
}
.directorio {
	background-color: rgba(255,153,0,1.00);
	text-align: center;
	min-height: 50px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.direcciones_utiles {
	background-color: rgba(0,155,0,1.00);
	min-height: 50px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.noticias {
	background-color: rgba(100,152,206,1.00);
	text-align: center;
	min-height: 50px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.eventos {
	background-color: rgba(206,0,154,1.00);
	text-align: center;
	min-height: 50px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.horoscopo {
	background-color: rgba(255,0,204,1.00);
	text-align: center;
	min-height: 50px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.titu {
	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-size: 1.2em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	
}
.titu a {
	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-size: 1.2em;
	text-align: center;
	padding: 0px;
	text-decoration: none;
}
.nota_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	margin: 5px;
}
.nota_index a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,0,0,1.00);
	text-decoration: none;
}
}

@media (min-width: 768px) {
.titu_servicio_es {
	order: 0;
	background-color: rgba(194,0,3,1.00);
}
.titu_servicio_en {
	order: 1;
	width: 100%;
	background-color: rgba(194,0,3,1.00);
}
.contenido_index {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 15px 0px 0px 0px;
	border-style: solid;
	border-width: 0px 0px 5px 0px;
	border-bottom-color: rgba(255,204,1,1.00);
}
.sector {
	background-color: rgba(255,255,255,1.00);
	padding: 1px;
	margin: 2px;
	width: 48%;
	min-width: 190px;
	margin-bottom: 10px;
}
.directorio {
	background-color: rgba(255,153,0,1.00);
	text-align: center;
	min-height: 70px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.direcciones_utiles {
	background-color: rgba(0,155,0,1.00);
	min-height: 70px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.noticias {
	background-color: rgba(100,152,206,1.00);
	text-align: center;
	min-height: 70px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.eventos {
	background-color: rgba(206,0,154,1.00);
	text-align: center;
	min-height: 70px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.horoscopo {
	background-color: rgba(255,0,204,1.00);
	text-align: center;
	min-height: 70px;
	display: flex;
	flex-direction: column;
   align-items: center;
   justify-content: center;
}
.titu {
	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-size: 1em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 1.2em;
	margin: 0px 5px;
}
.titu a {
	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-size: 1.1em;
	text-align: center;
	padding: 0px;
	text-decoration: none;
	margin: 0px 5px;
}
.nota_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px;
}
.nota_index a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(255,0,0,1.00);
	text-decoration: none;
}
}

@media (min-width: 992px) {
}
