<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.L {
	float: left;
}
.R {
	float: right;
}
.CLEAR {
	clear: both;
}
.centered { 
	text-align:center; 
}
.HALF {
  width: 49%;
  margin: 0 0.5%;
}
.THIRD {
  width: 32.3%;
  margin: 0 0.5%;
}
.THIRDx2 {
  width: 65.6%;
  margin: 0 0.5%;
}
.QUARTER {
  width: 24%;
  margin: 0 0.5%;
}
.QUARTERx3 {
  width: 74%;
  margin: 0 0.5%;
}
.wrapW {
	width:100%;
}
.pageW {
	width:1140px;
	margin:0 auto;
}
.italic {
  font-style: italic;
}
.unbold {font-weight: normal;}
.red { color: #910d0d; }
.FullWitdhPic {
  max-width: 90%;
  height: auto;
  margin: 20px 5%;
}
.ShadowPic {
  box-shadow: 2px 2px 6px #00000033;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
  background-color: #FFFFFF;
}


/* HEADER */
#wrapHDR {
  background-color:#FFFFFF;
}
#HDR {
	height: 100px;
	position: relative;
}
#LOGO {
	position: absolute;
	top: 10px;
	left: 0px;
}
#LOGO img {
    height: 126px;
    width: auto;
}
#CALLUS {
	position: absolute;
	top: 20px;
	right: 0px;
	font-size: 17pt;
	font-weight: bold;
	color: #10395e;
}




/* NAVI */
#wrapNAVI {
	background-color: #FFFFFF;
}
#NAVI {
	height: 58px;
}


/* SLIDER */
#wrapSLIDER {
  background-color: #10395e;
	background-image: url(images/BCKslider.180607.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
#SLIDER {
  min-height: 440px; /* Static slider */
  position: relative;
  /* width: 100%; 180528 - FULL WIDTH video */
}
#SLIDER #videoslider {
	width: 100%;
	height: auto;
  z-index: 100;
}

#wrapSLIDER #titles {
	position: absolute;
	text-align: center;
	width: 100%;
  z-index: 200;
  bottom: 41%; 
  animation: TitleAnim 10s;
}
@keyframes TitleAnim {
  0% { bottom: 0%; opacity: 0.0; }
  60% { bottom: 0%; opacity: 0.0; }
  100% { bottom: 41%; opacity: 1.0; }
}
#wrapSLIDER #titles h1 {
	font-size: 36pt;
	color: #10395e;
	background-color: #FFFFFF88;
	padding: 20px 0 15px;
}




/* HOME BARS */
#wrapHomeTxt {
	background-color: #10395e;
}
#HomeTxt {
	padding: 60px 0 50px;
}
#HomeTxt p {
	font-size: 17pt;
	color: #FFFFFF;
	line-height: 1.5em;
}


.HomeBox {
	height: 300px;
	margin: 0;
	text-align: center;
}
#HomeBox1 {
	background-image: url(images/AAAboxes_01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}
#HomeBox2 {
	background-image: url(images/AAAboxes_02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
}
.HomeBox h2 {
	font-size: 35pt;
	margin-top: 90px;
}
.HomeBox h4 {
	font-size: 17pt;
}






/* MAIN */
#wrapMAIN {
	background-color: white;
	border-top: solid 1px #10395e80;
}
#MAIN {
    padding-top: 40px;
    padding-bottom: 80px;
    /*min-height: 40vh;*/
}
#MAIN p {
  color: #10395e;
}
#MAINL {
  width: 63%;
  float: left;
}
#MAINR {
  width: 35%;
  float:right;
}

#TblCapabilities thead {
	display: table-header-group;
}
#TblCapabilities thead td {
	font-weight: normal;
	font-size: 13pt;
	color: #999;
}
#TblCapabilities thead tr {
	background-color: #CCCCCC33;
}
#TblCapabilities tr {
	background-color: #36c6f422;
}
#TblCapabilities td {
	border: none;
	font-size: 13pt;
	border-bottom: solid 1px #FFF;
}
#TblCapabilities a {
	background-color: #0690bc;
	color: #FFF;
	display: block;
	padding: 10px 20px 5px;
	border-radius: 3px;
	font-weight: bold;
}
#TblCapabilities a:hover {
	background-color: #10395e;
  text-decoration: none;
}


#accordion .ui-accordion-header {
    background: none !important;
	font-size: 15pt;
  color: #272f79;
  margin-top: 20px;
  cursor:help;
  border: none !important;
}
#accordion .ui-accordion-header:hover {
    color: #36c6f4;
}
#accordion .ui-state-active {
    color: #36c6f4;
}
#accordion .ui-corner-all {
    border: none;
}
#accordion .ui-icon {
    display: inline-block;
    margin-right: 2px;
}
.ui-widget-content {
    background: none;
    border: none;
    font-size: 13pt;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding: 10px 20px 0;
}
.ui-widget-content p,
.ui-widget-content li {
    font-size: 11pt !important;
    color: #333 !important;
}





/*

#Rcontact {
    text-align: center;
    margin-bottom: 30px;
}
#Rcontact h2,
#RInqForm h2 {
  margin-top: 0;
}
.RcontactPic {
    width: 188px;
    height: auto;
    max-width: 90%;
}
#Rboxes .box {
    width: 80%;
    margin: 0 auto 10px;
}
#Rboxes .box img {
    width: 100%;
    height: auto;
}

#RCONSULTATION {
    text-align: center;
    margin: 20px 0;
}
#RCONSULTATION a,
#RCONSULTATION a:visited {
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #FFF;
    background: rgba(0,0,0,0.8);
    padding: 10px 10px 5px;
    border-radius: 4px;
}
#RCONSULTATION a:hover {
  background-color: rgba(0,0,0,0.9);
  text-decoration: none;
}

#ProductsRside img {
	max-width: 90%;
	margin: 0 5% 20px;
	border-radius: 4px;
}


*/




/*
p.HomeP {
	font-size: 16pt;
	color: #10395e;
	font-weight: 100;
	text-align: justify;
}

#wrapCounters {
	background-color: #10395E;
}
#Counters {
	padding: 60px 0;
}
#Counters .THIRD {
	text-align: center;
}
#Counters h2 {
	font-size: 42pt;
	color: #FFFFFF;
	font-weight: 600;
}
#Counters h4 {
	font-size: 15pt;
	color: #36c6f4;
	font-weight: 400;
}

#Associations {
	padding: 40px 0;
	text-align: center;
}
#Associations .box {
	display: inline-block;
}
#Associations .box img {
	height: 80px;
	margin: 0 10px;
} 
*/


#wrapFORMBOX {
	background-color: #10395e;
}
#FORMBOX {
	padding: 40px 0;
}
#_FORM_ {
	max-width: 100%;
	height: auto;
}
#RInqForm {}
#RInqForm .button {
	padding: 12px 20px 5px;
	font-size: 16pt;
	font-weight: bold;
	width: auto;
	background-color: #0690bc;
	cursor: pointer;
	margin: 15px 0;
	color: white;
	border: none;
}
#RInqForm .button:hover {
  background-color: black;
}
#RInqForm input, #RInqForm input, #RInqForm textarea {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	padding: 4px;
	font-size: 11pt;
	width: 96%;
	border: solid 3px #FFF;
	background-color: #F9F9F9;
	border-radius: 4px;
	color: #666666;
	margin: -1px 0 5px;
}
#RInqForm p, #RInqForm label {
	font-size: 11pt;
	margin: 0 0 1pt;
	color: #FFFFFF;
}
#FORMBOX h2 {
	color: #FFFFFF;
	font-size: 25pt;
	margin-left: 0.5%;
}
.g-recaptcha {
	margin: -2px 0 5px;
}

#MENSAJE {
	margin: 0px 0.5% 20px;
	background-color: #FFDDEE;
	padding: 10px 20px;
	border-radius: 4px;
	/*width: auto;
	display: inline-block;*/
}
#MENSAJE p {
	font-size: 11pt;
	line-height: 16pt;
	color: #D00;
}
#MENSAJE h3 {
	color: #D00;
}


#wrapLocations {
	background-color: #000000;
}
#Locations {
	padding: 40px 0;
}
#Locations .HALF {
	width: 47%;
	margin: 0 1.5%;
}
#Locations h3 {
	font-size: 20pt;
	color: #36c6f4;
	font-weight: normal;
}
iframe.BWMap {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin: 10px 0 20px;
}
#Locations p {
	color: #36c6f4;
}






















/*


#HomeProfile {
    padding: 40px 0;
}
#HomeProfile .RFloatPic {
    float: left;
    border: solid 3px white;
    border-radius: 5px;
    box-shadow: 0 8px 11px rgba(0,0,0,0.5);
    margin-right: 30px;
}
#HomeProfile h1 {
    font-weight: normal;
    font-style: italic;
    font-size: 25pt;
  margin: 20px 0;
}
#HomeProfile p {
    font-size: 16pt;
}



#wrapHomeTxt1 {
    background-image: url(images/concrete-background.jpg);
}
#HomeTxt1 {
    text-align: center;
    padding: 100px 0;
}
#HomeTxt1 h3 {
  text-shadow: 3px 3px 0px #CCCF;
}


#wrapHomeBoxes1 {
	background-color: #061147;
	padding: 30px 0;
}
#wrapHomeBoxes1 h1 {
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}
#wrapHomeBoxes1 .box {
    text-align: center;
	width: 31.33%;
	padding: 10px 1%;
	background-size: cover;
}
#wrapHomeBoxes1 .box h4 {
    color: #979ea6;
}
#wrapHomeBoxes1 .box img {
    border-top: solid 3px #979ea6;
  max-width: 90%;
}





#Associations {
  padding: 20px 0 40px;
  text-align: center;
}
#Associations .box {
    float: left;
    text-align: center;
}
#Associations .box img {
	height: 120px;
	margin: 0 20px;
}



#wrapConsultation {
	background-color: #061147;
	padding: 30px 0;
	text-align: center;
}
#Consultation img {
    max-width: 100%;
}

#wrapFORMBOX {
    background: #061147;  
}
#FORMBOX {
    padding: 30px 0;
}



*/





/* FOOTER */
#wrapFTR {
	background-color: #FFFFFF;
	border-top: solid 1px #10395e80;
}
#FTR {
	padding: 50px 0;
}
#FTR1 {
	text-align: left;
}
#FTR2 {
	text-align: right;
}
#FTR p, #FTR h3 {
	color: #10395e;
	margin-top: 10px;
	font-weight: 200;
}
#FTR h3 {
  font-size: 14pt;
}
#FTR p {
  font-size: 11pt;
}
#FTR small {
  font-size: 10pt;
}
#FTR a, #FTR a:visited {
  color: #10395e;
  text-decoration:none;
}
#FTR a:hover {
  text-decoration:underline;
}
#FTR img {
	margin: 0 10px 20px 0;
}
#FTR1 img {
	float: left;
	margin-bottom: 60px;
}
#FTR #FTR1 h2 a {
  color: #0690bc;
}</pre></body></html>