/*UNDO STYLES*/
*{ margin: 0; padding: 0;}
body { font-size:1em;}
h1,h2,h3,h4,h5,h6 { font-size:1em; font-weight: normal;}
ul,ol {
	list-style:none;
}
address { font-style:normal }
:link,:visited { text-decoration:none }
a img,:link img,:visited img { border:none }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*GENERIC STYLES*/
body {
	color: #004C3D;
	text-align: center;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
	background-image: url(../images/pattern.gif);
}
p {
	font-size: 1em;
	line-height: 1.5em;
	padding-bottom: 1em;
}

a {
	color: #0E4D3C;
	text-decoration: none;
}


a:hover {
	color: #704235;
}
h1 {
	font-size: 24px;
	color: #663333;
}
h2 {
	font-size: 20px;
	color: #004C3D;
}



#wrapper { margin: auto;}
#header{
	height: 165px;
	background-image: url(../images/bgTop.jpg);
	background-repeat: repeat-x;
	background-color: #F0E2D5;
}
#contentHeader {
	margin: auto;
	width: 840px;
}
#content {
	text-align: left;
	margin: auto;
	width: 780px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F0E2D5;
}
#mainContent {
	margin: auto;
	width: 720px;
	text-align: left;
	position: relative;
	font-size: 12px;
}

a.volver {
	color: #0E4D3C;
	text-decoration: underline;
	font-weight: bold;
}


a.volver:hover {
	color: #704235;
}


.div_aroma {
	background-image: url(../images/div_aromaterapia.jpg);
	background-repeat: no-repeat;
	height: 18px;
	width: 490px;
	padding-bottom: 25px;
	padding-top: 25px;
	background-position: 0px 25px;
}
.divider {

	background-image: url(../images/divider.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 490px;
	padding-bottom: 25px;
	padding-top: 25px;
	background-position: 0px 25px;
}
.centrado {
	text-align: center;
	margin: auto;
}
.containerR {
	width: 350px;
	padding-left: 50px;
	padding-bottom: 25px;
}
.resaltado {
	color: #CC0000;
	font-weight: bold;
}
#m3w {
	clear: both;
	width: 800px;
	height: 35px;
	text-align: right;
	margin: auto;
}
