/**
 * Mundo Natalie
 */
 
@import url(reset.css);
@import url(typography.css);

body{
	/* [disabled]background: url('home.jpg') center top no-repeat; */	
	background: #F39;
}

#global_nav{
	width: 100%;
	height: 35px;
	background: url('images/global-nav_bg.png') center top;
	float: left;
}

#global_nav h1{
	display: none;
}

#global_nav ul{
	width: 965px;
	margin: 0 auto;	
}

#global_nav ul li{
	display: inline-block;
	text-align: center;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
}

#global_nav ul li.body-mist{
	float: left;
	width: 123px;
	background: #35bae8;
}

#global_nav ul li.botanicals{
	float: left;
	width: 123px;
	background: #ea6acc;
}

#global_nav ul li.contactanos{
	float: right;
	width: 123px;
	background: #35bae8;
}

#global_nav ul li.conocenos{
	float: right;
	width: 123px;
	background: #9fd700;
}

#global_nav a{
	color: white;
	font-weight: bold;
	font-size: 1.1em;
}


#wrap{
	width: 995px;
	margin: 0 auto;
	position: relative;
}

#header	{
	float: right;
	position: absolute;
	right: 0;
	top: 70px;
}

#header h1 a{
	background: url(images/b_natalie.png);
	height: 170px;
	width: 280px;
	float: right;
}

#header h1 span,
#header p{
	display: none;
}

#nav{
	width: 350px;
	float: right;
	margin: 220px 0 0 0;
}

#nav div h2 span,
#nav div p{
	display: none;
}

#nav div#body-mist h2 a{
	background: url(images/b_body-mist_small.png) no-repeat;
	width: 320px;
	height: 155px;
	float: right;
}

#nav div#botanicals h2 a{
	background: url(images/b_botanicals_small.png) no-repeat;
	width: 320px;
	height: 125px;
	float: right;
}

#nav.home{
	display: inline;
	float: left;
	width: 995px;
	margin: 0;
}
.bannConcurso a.botoImag{
	margin: 10px 0 0 0;
	width: 287px;
	height: 287px;
	display: block;
	text-indent: -10000px;
	background: url(images/botoFinConcurso.png) no-repeat 0 0;
	outline: none;
}
#nav.home div#body-mist{
	background: url(images/home-natalie.png) right top no-repeat;
	width: 690px;
	height: 550px;
	margin: 50px 0 0 0;
	float: left;
}

#nav.home div#body-mist h2 a{
	background: url(images/b_body-mist.png) no-repeat;
	width: 375px;
	height: 180px;
	float: left;
	margin: 6px 0 0 0;
}

#nav.home div#botanicals h2 a{
	background: url(images/b_botanicals.png) no-repeat;
	width: 300px;
	height: 250px;
	float: right;
	clear: right;
	margin: 150px 0 0 0;
}

#footer{
	width: 100%;
	float: left;
	margin: 50px  0 0 0;
}

#content{
	margin: 120px 50px 0 50px;
	width: 500px;
	float: left;
	font-size: 1.1em;
	line-height: 1.5em;
}

#content h2 span{
	display: none;
}

#content.contactanos h2{
	background: url(images/t_contactanos.png);
	width: 300px;
	height: 50px;
}

#content.conocenos h2{
	background: url(images/t_conocenos.png);
	width: 150px;
	height: 50px;
}

#content.conocenos img{
	float: left;
	margin: 0 10px 0 0;
}

#content #status{
	float: left;
	width: 100%;
}

#content #status p{
	padding: 10px;
}

#content #status ul.error{
	width: 100%;
	padding: 0 0px;
	clear: both;
	list-style-image: inherit;
	list-style-position: outside;
	list-style-type: circle;
}

#content #status ul.error li{
	display: inline-block;
	margin: 0 0 10px 10px;
	text-align: left;
	color: #e01e71;
	font-weight: bold;
	border-left: 3px solid #e01e71;
	padding: 0 0 0 10px;
}

#form ul{
	list-style: none;
}

#form ul li{
	width: 230px;
	float: left;
	padding: 10px 0 10px 10px;
}

#form ul li.name,
#form ul li.email{
	clear: none;
}

#form ul li.message,
#form ul li.submit{
	float: left;
	width: 467px;
}

#form ul li.subject{
	display: none;
}

#form ul li label{
	color: #675c4b;
	font-size: 1.1em;
	float: left;
	clear: both;
}

#form ul li input{
	float: left;
	width: 220px;
}

#form ul li textarea{
	float: left;
	clear: both;
	width: 464px;
}

#form ul li.submit input{
	width: auto;
	float: right;
}
#profe{
	width: auto;
	position: absolute;
	left: 265px;
	top: 425px;
	z-index: 5;
}


