/* @override 
	http://newhometown/css/baseLayout.css
	http://www.dosmaresbajasur.com/NewSite/css/baseLayout.css
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Generales*/
body{
	/*background: transparent;*/
	background-color: #e3e6ef;
}

body.blacked{
	background: black;
}

body > div, #banner{
	overflow: hidden;
}

body #scroller{
	/*overflow: scroll;
	height: 895px;*/
	overflow: hidden;
	/*background-color: #e3e6ef;*/
	width: 1010px;
	margin: auto;
	box-shadow: 0px 0px 20px 20px rgba(0,0,0,0.20);
}

.wrapper{
	overflow: hidden;
	width: 1002px;
	margin: auto;
	background-color: white;
}

/*Header*/
#header{
	/*height: 147px;*/
	/*background: #96002D;*/
	color: white;
	overflow: hidden;
}

#header .wrapper{
	overflow: hidden;
	height: 155px;
}

#logoAndExtras{
	overflow: hidden;
	height: 110px;
}

#slogan{
	cursor: pointer;
	float: left;
	margin-top: 1px;
	background: url(../img/logos/header.jpg) no-repeat 2px 15px;
	padding: 0;
	overflow: hidden;
	width: 180px;
	height: 100px;
}

#domainName{
	float: left;
	margin-top: 1px;
	padding: 0;
	overflow: hidden;
	width: 586px;
	height: 105px;
}

#socialStuff, #servicePromo{
	text-align: right;
	float: left;
	margin-top: 1px;
	padding-top: 55px;
	overflow: hidden;
	height: 54px;
	width: 215px;
}

#socialStuff #linkFace, #socialStuff iframe, #socialStuff #linkGoogle{
	display: block;
	font-size: 14px;
	float: right;
	margin-bottom: 6px;
}

#linkFace{
	vertical-align: top;
}

#servicePromo{
	padding-top: 50px;
	width: 225px;
}

#servicePromo a{
	display: block;
	color: #535353;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 1px;
	text-decoration: none;
}

#servicePromo a:hover{
	text-decoration: underline;
}

#domainName h2, #domainName h3, #servicePromo a{
	font-family: "Helvetica Neue", Arial, sans-serif;
}

#domainName h2{
	margin-top: 38px;
	color: black;
	font-size: 26px;
}

#domainName .env{
	font-size: 18px;
	color: lightgray;
}

#domainName h3{
	margin-top: 5px;
	color: #369;
	font-size: 14px;
}

#slogan span{
	font: 15px Arial;
}

/*Body*/
#body{
	text-align: center;
	overflow: hidden;
	z-index: 0;
	background: transparent;
}

#body .wrapper{
	/*height: 753px;*/
	/*background: white;*/
	overflow: hidden;
}

/*Footer*/
#footer{
	color: white;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	overflow: hidden;
}

#footer .wrapper{
	height: 60px;
	font-size: 12px;
	background-color: black;
	padding-left: 20px;
	padding-right: 20px;
	width: 962px;
}

#dataAddress{
	float: left;
	width: 300px;
	text-align: left;
	margin-top: 10px;
	font-size: 15px;
	line-height: 17px;
}

#lesserMenu{
	text-align: center;
	padding-top: 22px;
	padding-bottom: 20px;
	margin: auto;
	background: url(../img/logos/footer.gif) no-repeat 341px center;
	padding-left: 37px;
}

#lesserMenu li{
	display: inline;
	float: none;
	padding: 5px;
	list-style-type: disc;
	list-style-position: inside;
}

#lesserMenu li a{
	color: white;
}

#lesserMenu li a:hover{
	text-decoration: underline;
}

#footer .horizontalMenu:last-child li{
	padding: 5px;
}

.innerWrapper{
	overflow: hidden;
	position: relative;
}

#body .innerWrapper{
	padding-top: 0;
	width: 100%;
	overflow: hidden;
}

.invisibleWrap{
	overflow: visible;
	position: relative;
}

#body div.innerWrapper > div{
	float: left;
}

.cpRight{
	text-align: center;
	color: #5e5e5e;
	font: 12px Lucida, Verdana, sans-serif;
	padding: 10px;
	background: white;
}

/*
added 2014-12-29 bdmc

for Captcha pages
*/
.hide {
	display: none ;
}

.orangeRequired { 
	color: #E2A004; 
	font-weight: bold; 
	font-size: 18pt;
	line-height: 14px;
}

#html5-watermark{
	display:none !important;
}