#menu {
	margin:0 auto 16px;
	clear:both;
	overflow:hidden;
	background:#E6E6E6 /*url(../img/fondo-menu.jpg) repeat-x*/;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}

#menu ul {
	list-style-type:none;
	text-align:left;
	margin:0;
	padding:0;
}

#menu li {
	display:inline;
	margin:0;
	color:#333!important;
}

#menu li p {
	display:inline-block;
	width:100px;
	zoom:1;
	margin:0;
	padding:0;
	float:right;
}

#menu li a {
	font-size:.9em;
	color:#333;
	text-decoration:none;
	margin:0;
	padding:20px 15px 20px 20px;
	display:inline-block;
	text-transform:uppercase;
/*	background:url(../img/menu.jpg) repeat-x;*/
}

#menu li a:hover {
	text-decoration:none;
	background:#8D5D83;
	color:#fff;
}

#menu .current_page_item {
	background:#8D5D83;
	color:#fff;
}


* {
	margin:0;
	padding:0;
}

* :focus { outline: 0; }

p {
	margin-bottom:10px;
}

body {
	background:#fff url(../img/fondo-body.jpg) repeat-x top center;
	font-family:Arial, 'Tahoma', Verdana, Helvetica, sans-serif;
	font-size:.75em;
	line-height:1.5em;
	color:#555;
	margin-bottom:15px;
}

.clear { clear:both; }

a img { border:none; }

#wrapper_body {
	background:url(../img/fondo2.jpg) no-repeat top center;
}

/* Links */

a:link,
a:visited,
a:active {
	text-decoration: none;
	color:#996666;
}

a:hover {
	text-decoration: underline;
	color:#996666;
}

td { vertical-align:top }

#wrapper {
	width:890px;
	margin:0px auto 0px auto;
	text-align:center;
	clear:both;
}

#header {
	width:491px;
	height:131px;
	margin:0 auto;
	background:url(../img/header.png) no-repeat top center;
}

#logo {
	width:304px;
	margin:0 auto;
	padding-top:25px;
}

#logo a {
	margin:0px auto 0;
	display:block;
	width: 304px;
	height: 44px;
	background:url(../img/logo.png) no-repeat left top;
}

/* for accessibility reasons - without styles variant*/
#logo a span {display: none}

#contenido {
	padding:20px;
	background:white;
	text-align:left;
	border:1px solid #f0f0f0;
	-webkit-border-radius:10px;
	-webkit-box-shadow:0px 1px 1px #ccc;
	-moz-border-radius:10px;
	-moz-box-shadow:0px 1px 1px #ccc;
	-khtml-border-radius:10px;
	-khtml-box-shadow:0px 1px 1px #ccc;
	-o-border-radius:10px;
	-o-box-shadow:0px 1px 1px #ccc;
	border-radius:10px;
	box-shadow:0px 1px 1px #ccc;
}

#izquierda {
	float:left;
	width:37%;
	padding-top:0px;
	clear:left;
}

#derecha {
	float:right;
	width:60%;
	clear:right;
}

#derecha_productos {
	float:right;
	width:55%;
	clear:right;
	background:url(../img/fondo-productos.jpg) no-repeat top left;
}

#intro_prods {
	width:340px;
	margin:30px auto 0 auto;
	font-size:12px;
	line-height:20px;
}

.prod {
	width:109px;
	margin:0 45px 20px 0;
	float:left;
}

.ult_prod {
	margin-right:0;
}

/*#full_producto {
	margin-bottom:30px;
	clear:both;
}

.ultimo_producto {
	margin:0;
}*/

.separador_prod {
	height:40px;
}

.prod h4 {
	font-weight:bold;
	font-size:11px;
	padding-top:8px;
}

.prod img {
	border:1px solid #CEB3AA;
}

#tooltip {
    padding: 4px;
    background:#fff;
    text-align: center;
    font-size: 11px;
	color:#444;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
	border:1px solid #666666;
}

#footer {
	font-size:11px;
	margin:20px auto;
	padding:0 0px;
	text-align:center;
	color:#888;
}

#footer a {
	color:#826056;
	margin:-7px;
	text-decoration:underline;
}

#noticias_home {
	margin:35px auto 15px;
}

#noticias_home td {
	width:33%;
	padding:0 15px;
}

#noticias_home h1,
#noticias_home h2,
#noticias_home h3,
#noticias_home h4,
#noticias_home h5,
#noticias_home h6
 {
	font-family:'The Girl Next Door', Georgia, "Times New Roman", Times, serif;
}

#noticias_home h3 {
	font-size:2.2em;
	line-height:1.3em;
	font-weight:normal;
	margin:0 0 20px 0;
	text-shadow:1px 1px 3px #dadada;
}

.stepcarousel {
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	height: 265px; /*Height should enough to fit largest content's height*/
	border:1px solid #dadada;
	border:1px solid #f0f0f0;
	padding:20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	width: 810px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	margin:20px;
}

.info_foto {
	width:250px;
	height:265px;
	position:absolute;
	padding:20px;
	top:0;
	right:0;
	background:#8D5D83;
	color:white;
    filter:alpha(opacity=92);
    -moz-opacity: 0.92;
    opacity: 0.92;
}

.info_foto h2 {
	font-size:1.6em;
	line-height:1.4em;
	padding:0;
	margin:0 0 20px 0;
}

.info_foto ul {
	padding:0 0 20px 1em;
	margin-bottom:20px;
	border-bottom:1px dotted #777;
}

.acerca_item {
	clear:both;
	margin-bottom:20px;
}

h2 {
	font-size:1.7em;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:25px;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:6px;
	margin-top:25px;
	padding-bottom:3px;
	border-bottom:1px solid #CCCCCC;
}

/*
h2 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:25px;
	color:white;
	background:url(../img/titulo.jpg) no-repeat top left;
	width:320px;
	height:33px;
	padding-top:7px;
	padding-left:10px;
	float:none;
}
*/
.fleft {
	float:left;
	clear:left;
	margin:0 20px 10px 0;
}

/*
.c_misterio { font-weight:bold; color:#330099; }
.c_encuentro { font-weight:bold; color:#663333; }
.c_energia { font-weight:bold; color:#003300; }
.c_misterio { font-weight:bold; color:#330099; }
*/

.c_misterio { font-weight:bold; }
.c_encuentro { font-weight:bold; }
.c_energia { font-weight:bold; }
.c_misterio { font-weight:bold; }


/* FORMULARIOS ------------------------------------------------------------------------------------------------ */

#form-contacto {
	line-height:1.9em;
	float:left;
	clear:right;
}

#form-contacto input, #form-contacto textarea, #form-contacto select {
	float: left;
	width:270px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:2px;
	margin-bottom:3px;
}

#form-contacto label {
	display: block;
	float: left;
	text-align: left;
	width: 160px;
	padding-right:0px;
	font-weight:bold;
	padding-left:19px;
}

#form-contacto br {
	clear: left;
}

form input:focus, textarea:focus, select:focus { color:black; }

.requerido {
	background:url(../img/requerido.jpg) no-repeat
}
