@charset "UTF-8";
/* CSS Document */
.background {
	margin: 0px;
	background-color: #F4F1EC;
}
#container {
	max-width: 1024px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	background-color: #FFFFFF;
}
#contact-top {
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-content: flex-start;
	-webkit-align-items: center;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #B3B3B3;
	height: auto;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #FCF37C;
	color: #FFF;
}
#contact-top-left {
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	flex: 1;
	width: 30%;
	text-align: center;
	margin-top: auto;
	margin-bottom: auto;
}
#contact-top-center {
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	flex: 1;
	width: auto;
	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
}
#contact-top-right {
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	flex: 1;
	width: 50%;
	text-align: right;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 30px;
}
.contact-top-text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: -5px;
}
a.contact-top-text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: -5px;
	color: #FFF;
	text-decoration: none;
}
a.contact-top-text:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: -5px;
	text-decoration: underline;
}
#top {
	height: 60px;
	padding: 5px;
	background-color: #727873;
}
#main {
	height: 100%;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: small;
	background-color: #E6E6E6;
}
#main2 {
	height: 100%;
	background-color: #E6E6E6;
}
.logo {
	width: 50%;
	max-width: 450px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
#top-text {
	float: right;
}
.top-text {
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	vertical-align: text-bottom;
	padding-top: 35px;
	padding-left: 5px;
	text-align: right;
	color: #FFFFFF
}
#menu {
	height: 30px;
	margin: 0px;
	padding: 5px;
	text-align: right;
	background-color: #727873;
	border-bottom-style: solid;
	border-bottom-width: 7px;
	border-bottom-color: #FCF37C;
}
#button {
	visibility: hidden;
	display: none;
}
#button_off {
	position: relative;
	top: -36px;
	left: 0px;
	visibility: hidden;
	display: none;
	z-index: 5;
}
#lista {
}
.lista {
	margin: 3px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.li_destino {
	width: 30px;
	display: inline;
	font-family: Arial Narrow, Arial Black, sans-serif;
	color: #FFFFFF;
	font-style: normal;
	font-size: 24px;
	font-weight: bolder;
	padding: 5px;
	margin: 3px;
}
.links {
	color: #F4F1EC;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
}
.links:hover {
	color: #F4F1EC;
	text-shadow: 1px 1px 1px #000000;
	text-decoration: underline;
}
#footer {
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-content: flex-start;
	-webkit-align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #F4F1EC;
	height: auto;
}
#bottom_left {
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	flex: 1;
	width: 30%;
	text-align: center;
	font-family: Arial;
	font-weight: bolder;
	font-size: 20px;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 25px;
	margin-left: 20px;
}
#bottom_center {
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	flex: 1;
	width: auto;
	text-align: center;
	font-family: Arial;
	font-weight: bolder;
	font-size: 20px;
	margin-left: 30px;
	margin-right: 30px;
}
.no_soliciting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	color: #000;
	margin-bottom: 0px;
}
#bottom_right {
	-webkit-flex: 1;  /* Safari 6.1+ */
	-ms-flex: 1;  /* IE 10 */
	flex: 1;
	width: 50%;
	text-align: center;
	font-family: Arial;
	font-weight: bolder;
	font-size: 20px;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 25px;
	margin-right: 20px;
}
.links_bottom {
	font-family: Arial;
	font-weight: bolder;
	font-size: 20px;
	line-height: 25px;
	text-decoration: none;
}
a.links_bottom {
	font-family: Arial;
	font-weight: bolder;
	font-size: 18px;
	line-height: 25px;
	color: #000;
}
a.links_bottom:hover {
	font-family: Arial;
	font-weight: bolder;
	font-size: 18px;
	color: #000;
	text-decoration: underline;
}
.imagelinkedin {
	vertical-align: -3px;
}
.flex-container {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	align-items: center;
	-webkit-justify-content: center;
	-webkit-align-content: flex-start;
	-webkit-align-items: center;
	padding: 2px;
}
.flex-title {
	width: 100%;
	text-align: right;
	margin: 20px;
	padding-right: 45px;
}
.flex-title h1 {
	font-family: Arial Narrow, Arial Black, sans-serif;
	color: #F4F1EC;
	font-size: 32px;
	text-decoration: underline;
	text-shadow: 2px 2px 5px #000000;
	margin: 5px;
}
.flex-items-default {
	width: 300px;
	height: 500px;
	margin: 5px;
	border-style: solid;
	border-width: 3px;
	border-color: #727873;
	background-color: #FFFFC5;
}
.flex-items-default-spanish {
	width: 300px;
	height: 500px;
	margin: 5px;
	border-style: solid;
	border-width: 3px;
	border-color: #727873;
	background-color: #FFFFC5;
}
.services {
	width: 300px;
	padding: 3px;
	height: 100%;
}
.service-title {
	height: 30px;
	line-height: 30px;
	width: auto;
	background: #FCF37C;
	color: #727873;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	border-style: solid;
	border-width: 3px;
	border-color: #FCF37C;
	padding-left: 3px;
}
.service-title-spanish {
        display: flex;
        align-items: center;
 	height: 40px;
        width: auto;
        background: #FCF37C;
	border-width: 3px;
	border-color: #FCF37C;
	padding-left: 10px;
        color: #6E7E75;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	border-style: solid;
}


.service-comment {
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	width: 300px;
	text-align: right;
	padding-right: 5px;
	background-color: #727873;
	color: #F4F1EC;
	border-style: solid;
	border-width: 3px;
	border-color: #727873;
	font-weight: bold;
	font-style: italic;
}
.service-photo {
	background: #FFFFC5;
}
.service-text {
	height: auto;
	background: #FFFFC5;
	border-style: solid;
	border-width: 3px;
	border-color: #FFFFC5;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	color: #727872;
}
.service-text li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	/*    list-style-position: inside;
	list-style-type: disc;*/ 
	list-style: disc outside none;
	margin: 0px 0px 8px 0px;
}
.wrapper {
	clear: both;
	width: 100%;
	margin: 0px;
}
#text_main {
	width: 45%;
	margin-top: 20px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
}
.li_main {
	margin-left: 30px;
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	list-style-position: outside;
	list-style-type: circle;
}
h1.text_main {
	font-family: verdana;
	font-style: normal;
	font-weight: bolder;
	font-size: 28px;
	margin-bottom: -20px;
}
.bilingue {
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	margin-left: 100px;
}
.network {
	height: 80px;
	margin-right: 15px;
	text-align: right;
	padding-bottom: 15px;
}
.network img {
	max-height: 100%;
}
.footer_copyright {
	background: #F4F1EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	padding: 5px;
	line-height: 150%;
	color: #000;
	margin-bottom: 5px;
}
a.footer_copyright {
	background: #F4F1EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
a.footer_copyright:hover {
	background: #F4F1EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 5px;
	text-decoration: none;
	color: #000;
}
