.L {
	float: left;
}
.R {
	float: right;
}
.CLEAR {
	clear: both;
}
.centered { 
	text-align:center; 
}
.wrapW {
	width:100%;
}
.pageW {
	width:960px;
	margin:0 auto;
}

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;
}



/* PREHEADER */
#wrapPREHDR {
  background-color: #0072bc;
}
#PREHDR {
  font-size: 13pt;
  font-weight:bold;
  color: white;
  padding: 10px 0;
  text-align:right;
}
#PREHDR a, #PREHDR:visited {
  color: white;
  text-decoration:none;
}
#PREHDR a:hover {
  text-decoration:underline;
}


/* HEADER */
#wrapHDR {
}
#HDR {
  height: 100px;
  position: relative;
}
#LOGO {
  position: absolute;
  top: 15px;
  left: 0px;
}
#NAVI {
  position: absolute;
  bottom: 24px;
  right: 0px;
  text-align:right;
}



/* SLIDER */
#wrapSLIDER {
}



/* MAIN */
#MAINL {
  width: 71%;
  padding: 20px 2% 60px;
  text-align:justify;
}

#FormTable td {
    vertical-align: top;
    padding: 0px 5px 10px;
}.WideField {
    width: 88%;
    font-size: 11pt;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding: 4px;
    color: #0072bc;
    border: solid 1px #CCC;
}
.ShortField {
    width: 34%;
    font-size: 11pt;
    font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding: 4px;
    color: #0072bc;
    border: solid 1px #CCC;
}

#FormTable .button {
    font-size: 18px;
    padding: 5px 10px;
    background-color: #0072bc;
    border: none;
    color: white;
}
#FormTable .button:hover {
    cursor: pointer;
    background-color: black;
}

#MENSAJE {
    color: #F60;
    margin-bottom: 20px;
    /*border-left: solid 4px #F60;
    padding-left: 9px;*/
}
#MAINL #MENSAJE strong {
    color: #F60;
}
#FormTable {
    white-space: nowrap;
    width: 330px;
}
.g-recaptcha {
    margin: 20px 0 !important;
}

#MAINR {
  width: 25%;
  padding: 20px 0 60px;
  text-align:center;
}
#Rfeatured img {
  margin-top:10px;
}
#Rfeatured,
#Rrequest {
    text-align: left;
    padding: 0 0 20px;
}
#Rfeatured h2,
#Rrequest h2 {
  background-image: url("../layout/images/BlueSwoosh.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  padding: 30px 0 30px;
  text-align: center;
  margin-bottom: -30px;
  font-size: 17pt;
  color:black;
}
#Rfeatured h2 a, #Rrequest h2 a {
  color:black;
  text-decoration:none;
}
#Rfeatured h2 a:hover, #Rrequest h2 a:hover {
  color:#666;
}
#Rrequest p {
    background-color: #888888;
    color: white;
    padding: 20px;
    border-radius: 6px;
    margin: 20px;
    line-height: 15pt;
}
#Rfeatured p {
  padding: 0 20px;
}


.FeaturesTbl p {
    margin: 0;
}
.FeaturesTblParagraph {
    padding: 10px 5px 5px;
    border-bottom: solid 1px #B8C9D5;
    text-align: left;
}
.FeaturesTblTitle {
    font-weight: bold;
    color: #0072BC;
    text-align: left;
    padding: 10px 5px 5px;
    border-bottom: solid 1px #B8C9D5;
}

#MAINL strong {
 color: #0072BC;
}

/* FOOTER */
#wrapFTR {
  background-color: #878787;
}
#FTR {
  padding: 0 0 0;
  color: white;
}
#FTR p {
  font-size: 11pt;
  margin-top: 0;
}
#FTR a, #FTR a:visited {
  color: white;
  text-decoration:none;
}
#FTR a:hover {
  text-decoration:underline;
}
#FTR1,
#FTR2,
#FTR3,
#FTR4 {
  width: 23%;
  margin: 0 1%;
}
#FTR2,
#FTR3,
#FTR4 {
  padding-top: 40px;
}
#FTR2,
#FTR4 {
  text-align:center;
}

#FTR2 h2, #FTR2 p {
  margin:0;
}

#FTR #FTR31 {
    width: 48%;
}
#FTR #FTR32 {
    width: 48%;
}
