.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; }

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 */
#wrapTOP {
	background-color: #333652;
}
#TOP {
	padding: 4px 0;
}
#TOP h3 {
	color: white;
	font-family: "Open Sans", "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	text-align: right;
  margin: 0;
}

#wrapHDR {
  background-color:#FFFFFF;
}
#HDR {
	padding: 10px 0 20px;
}
#LOGO {
	text-align: left;
	margin-top: 20px;
}
#LOGO img {
	height: 31px;
	width: auto;
}


/* NAVI */


/* SLIDER */

#wrapSLIDER {
  background-color: #333652;
}
#SLIDER {
  height: 450px;
	/*position: relative;*/
}
/*#SLIDER #videoslider {
	width: 100%;
	height: auto;
  z-index: 100;
}
#SLIDER #titles {
	position: absolute;
	text-align: center;
	width: 100%;
  z-index: 200;
  
  bottom: 45%; 
  animation: TitleAnim 2s;
}
@keyframes TitleAnim {
  0% { bottom: 0%; }
  100% { bottom: 45%; }
}
#SLIDER #titles h1 {
	font-size: 42pt;
	text-shadow: 0px 5px 9px #10395eff;
	color: white;
}
*/



/* HOME BLOCKS */
#wrapHomeTxt1 {
	background-image: url(images/BCKhome1.180606.jpg);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
	background-color: #e1e1e1;
}
#HomeTxt1 {
	width: 40%;
	padding: 70px 50% 70px 10%;
	margin: 0;
}
#HomeTxt1 p {
	font-size: 17pt;
	font-family: "Raleway", "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #333652;
	line-height: 1.6em;
}

#wrapHomeBoxes div.BOXx2 {
	float: left;
	width: 50%;
}
#wrapHomeBoxes div.BOXx1 {
	float: left;
	width: 25%;
}
#wrapHomeBoxes div.BOXx2 img,
#wrapHomeBoxes div.BOXx1 img {
	width: 100%;
  height: auto;
}

#wrapHomeIcons div.THIRD {
	text-align: center;
	margin: 60px 0.5%;
}

#LessSpace {
	margin-bottom: -80px;
}

#wrapHomeTxt2 {
	background-image: url(images/BCKhome2.180606.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: contain;
	background-color: #e1e1e1;
}
#HomeTxt2 {
	width: 40%;
	padding: 70px 10% 70px 50%;
	margin: 0;
}
#HomeTxt2 p {
	font-size: 17pt;
	font-family: "Raleway", "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #333652;
	line-height: 1.6em;
}

#wrapFORMBOX {
	background-color: #323653;
}
#FORMBOX img {
	width: 100%;
	height: auto;
}
#FORMBOX {
    padding: 30px 0;
}

#RInqForm {}
#RInqForm .button {
	padding: 5px 20px 5px;
	font-size: 16pt;
	font-weight: bold;
	width: auto;
	background-color: #000;
	cursor: pointer;
	margin: 15px 0;
	color: white;
	border: none;
}
#RInqForm .button:hover {
  background-color: #e82d26;
}
#RInqForm input,
#RInqForm input, #RInqForm textarea {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	padding: 4px;
	font-size: 10pt;
	width: 96%;
	border: solid 1px #AAA;
	background-color: #F8F8F8;
}
#RInqForm p {
	font-size: 10pt;
	margin: 0 0 1pt;
	color: #FFF;
	text-align: left;
}
#FORMBOX h2 {
  color: #FFF;
}
.g-recaptcha {
}

#MENSAJE {
	background-color: #00000088;
	padding: 20px;
	margin: 10px 5px 20px;
	color: #60ff00;
}
#MENSAJE h3 {
	color: #D00;
}
#MENSAJE p {
	font-size: 11pt;
	line-height: 16pt;
	color: #D00;
	margin-bottom: 20px;
	margin-left: 10px;
}
#RInqForm .error {
    color: #900;
    font-size: 10pt;
    margin: 2px 0;
    background-color: #FEE;
}










/* MAIN */
#wrapMAIN {
  background-color: white;
  border-top: solid 1px #06114733;
}
#MAIN {
    padding-top: 40px;
    padding-bottom: 40px;
    /*min-height: 40vh;*/
}
.QUARTER p {
	margin: 10px 20px;
}
.THIRD p {
	text-align: center;
}
#MAINL {
  width: 63%;
  float: left;
}
#MAINR {
  width: 35%;
  float:right;
}

.AboutBOX {
	background-color: #33365222;
	padding: 30px 0;
	min-height: 240px;
  margin: 20px 0.5%;
}

#wrapTheProcess {
	background-color: #33365222;
}
#TheProcess {
	padding: 60px 0;
}

/*
img.FullWPic {
  max-width: 100%;
  height:auto;
  margin-bottom: 20px;
  border-radius: 4px;
}
*/




/*

#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;
}


*/




/* HOME BARS */
/*
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: #36c6f4;
}
#FORMBOX {
	padding: 40px 0;
}
#_FORM_ {
	max-width: 100%;
	height: auto;
}

#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;
}

#RInqForm {}
#RInqForm .button {
	padding: 5px 20px 5px;
	font-size: 16pt;
	font-weight: bold;
	width: auto;
	background-color: #333;
	cursor: pointer;
	margin: 15px 0;
	color: white;
	border: none;
}
#RInqForm .button:hover {
  background-color: black;
}
#RInqForm input,
#RInqForm input, #RInqForm textarea {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	padding: 4px;
	font-size: 10pt;
	width: 96%;
	border: solid 1px #AAA;
	background-color: #F8F8F8;
}
#RInqForm p {
	font-size: 11pt;
	margin: 0 0 1pt;
  color: #AAA;
}
#FORMBOX h2 {
  color: #AAA;
}
.g-recaptcha {
    margin-top: -5px;
}

#MENSAJE {
    font-size: 11pt;
    line-height: 16pt;
    color: #D00;
    margin-bottom: 20px;
  margin-left: 10px;
}
#RInqForm .error {
    color: #900;
    font-size: 10pt;
    margin: 2px 0;
    background-color: #FEE;
}


*/





/* FOOTER */
#wrapFTR {
    border-top: solid 1px #06114733;
}
#FTR {
	padding: 50px 0;
}
#FTR p, #FTR li {
  font-size: 10pt;
}
#FTR p {
	color: #323653CC;
	margin-top: 0;
	text-align: left;
}
#FTR small {
	color: #323653CC;
	text-align: left;
	font-size: 8pt;
}
#FTR1 img {
	max-width: 90%;
}
#FTR2 ul {
	margin: 0;
}
#FTR2 ul li {
	list-style: none;
}
#FTR a, #FTR a:visited {
  color: #323653CC;
  text-decoration:none;
}
#FTR a:hover {
  text-decoration:underline;
}

