/* ========================================== */
/* 	            doctorgreens.com              */
/* ========================================== */


/* ---------------------------------------------- ETIQUETAS HTML y CLASS */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
img {
	border: 0;
}
body {
	background: #FFF;
	margin: 0;
	padding:0;
	font-size:90%;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Corbel, Helvetica, Lucida Sans, "Lucida Sans Unicode", "Lucida Grande", arial, sans-serif;*/
  	text-align:center;
}
p {
	font-size:0.9em;
	margin-bottom:10px;
}
em {
	font-style:oblique;
}
strong {
	font-weight:600;
}
.shadow {
	text-shadow:0 1px 1px #2d4657;
	font-size:16px;
}
.separa {
	width:100%;
	clear:both;
}
.left {
	float:left;
	width:507px
}
.right {
	float:right !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.center {
	text-align:center;
	margin:30px 0px 30px 20px;
}
/* ================================== Links */

a:link, a:visited {
	text-decoration: none;
	color: #008040;
}
a:hover {
	text-decoration:underline;
	color:#003300;
}
/* =========================== Headings */

h1 {
	color:#fff;
	font-size:2em;
	letter-spacing:-1px;
	margin:20px auto;
}
h2 {
	color:#7AB47B;
	font-size:1.4em;
	font-weight:400;
	letter-spacing:-1px;
	line-height:20px;
	margin-bottom:20px;
}
h2 strong {
	color:#008000;
	font-size:1.4em;
	letter-spacing:-2px;
	font-weight:400;
	line-height: normal;
}
/* ------------------------------------------
   MAIN CONTAINER
------------------------------------------- */ 
	
#wrap {
	margin:0 auto;
	width:854px;
	height:auto;
}
/* ------------------------------------------
   HEADER
------------------------------------------- */ 

#header {
	width:100%;
	padding:30px 0px;
	text-align:left;
	clear:both;
}
#logo {
	width:222px;
	height:78px;
	background:url(../images/logo.gif);
	display:block;
	text-indent:-9999px;
	float:left;
	margin-left:20px;
}
/* ------------------------------------------
   MENÚ NAVEGACIÓN
------------------------------------------- */ 

#nav ul {
	float: right;
	list-style: none;
	background:url(../images/bg_nav.jpg) no-repeat;
	width:760px;
	height:44px;
	padding: 0px 10px;
}
#nav ul li {
	float: left;
	margin: 0;
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 12px 20px 0 20px;
	color: #008040;
	font-weight:400;
	font-size:20px;
	height:32px;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #003300;
	text-decoration:none;
}
#nav ul li#current a {
	color: #003300;
	background: transparent url(../images/bg_active.jpg) no-repeat center bottom;
}
/* ------------------------------------------
   CLAIM
------------------------------------------- */ 

#claim {
	width:100%;
	height:354px;
	;
	text-align:left;
	background: url(../images/bg_claim.jpg) no-repeat;
	position:relative;
}
#claim_text {
	width:38%;
	padding:30px 0 0 30px;
	text-align:left;
	color:#2d4657;
	float:left;
	font-size:110%;
}
#claim_text p {
	padding-left:6px;
	line-height:19px;
}
#claim_text h1 {
	width:325px;
	height:73px;
	background:url(../images/txt_claim.png) no-repeat;
	_background:url(../images/txt_claim.gif) no-repeat; /* hack ie6 */
	text-indent:-9999px;
}
#claim_text strong {
	color:#fff;
	font-size:90%;
}
/* ---------------------------------------------
GALERIA
-----------------------------------------------*/

#gallery {
	float:right;
	width:460px;
	height:351px;
	font-size:14px;
	color:#464646;
	text-align:right;
	line-height:20px;
	margin:11px 16px 0 0;
	_margin:11px 1px 0 0;
}
#gallery p {
	margin: 0;
	padding: 0;
}
#gallery a, #gallery a:hover {
	text-decoration: none;
	border: none !important;
}
#gallery-adv {
}
#gallery-adv.content {
	height: 335px;
	width: 455px;
	float: right;
}
#gallery-adv #caption-adv {
	position:absolute;
	left:-409px;
	top:20px;
	width:400px;
}
#gallery .image-wrapper {
	width: 300px;
	height: 335px;
	margin-left: 10px;
	float: left;
	display: inline;
}
#rotate-text {
	float: left;
	width: 300px;
	margin-top: 0px;
}
#gallery-text {
	float: left;
	width: 141px;
	margin-top: 225px;
	margin-left:290px;
}
#gallery-text p {
	margin-top: 50px;
}
#thumbs-adv.navigation {
	display:none;
}
#thumbs-adv ul {
	display:none;
}
#thumbs-adv ul li a {
	display: none;
}
/* ------------------------------------------
   SECCIONES
------------------------------------------- */ 

#seccion {
	width:100%;
	height:60px;
	;
	text-align:center;
}
#top_banner {
	width:500px;
	float:right;
	padding:10px;
}
#section_text {
	width:650px;
	float:left;
}
#section_img {
	float:right;
	width:200px;
	height:60px;
}
/* ------------------------------------------
   CONTAINER
------------------------------------------- */ 

#head-container-front {
	width:854px;
	height:50px;
	background:url(../images/bg_body_head.jpg) no-repeat;
	margin-top:90px;
}

#head-container {
	width:854px;
	height:50px;
	background:url(../images/bg_body_head.jpg) no-repeat;
	margin-top:75px;
}
#container {
	width:auto;
	padding: 0px 0px 30px 0px;
	_padding: 0 0 50px 0; /* ie6 hack */
	background: url(../images/bg_body.jpg) no-repeat bottom;
	text-align:left;
	clear:both;
}
#cont_sidebar {
	width:250px;
	height:auto;
	float:left;
	margin-left:30px;
}
#nav_vert {
	list-style-type:none;
	background:#eee;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding:30px 15px;
	width:230px;
}
#nav_vert li {
	border-bottom:1px solid #d6d6d6;
	padding:7px;
	font-size: 17px;
}
#nav_vert li p {
	font-size: 14px;
}
#nav_vert li.border-sup {
	border-top:1px solid #d6d6d6;
}
#nav_vert a {
	display:block;
	color:#666666;
	font-size: 17px;
	background:url(../images/bg_nav_vert.gif) no-repeat right;
}
#nav_vert table a {
	background:none;
}
#nav_vert a img {
	width: 215px;
	height: 194px;
	border: none;
}
#nav_vert a img.addtocart {
	width: inherit;
	height: inherit;
	border: none;
}
#nav_vert a.act {
	font-weight:600;
	color:#003300;
	background:none;
}
#cont_right {
	width:500px;
	height:auto;
	float:right;
	padding-bottom:40px;
	margin-right:30px;
	color:#666;
	min-height: 300px;
}
#cont_right ul.simple-list {
	margin-left:15px;
}
#cont_right ul.simple-list li {
	color:#666;
	line-height:20px;
	font-size:90%;
	padding:7px 0;
}
#cont_right a {
	text-decoration:underline;
	color: #008040;
}
#cont_right a:hover {
	color: #003300;
}
#cont_right img {
	margin:5px 0 10px 10px;
}
#galleries {
	margin-top:30px;
	width:500px;
}
#galleries a {
	margin:0 3px 0 4px;
	float:left;
}
.thumbnail {
	margin:0 !important;
	border:1px solid #E0E0E0;
	background-color: #ECECEC;
	padding:4px;
}
#cont_right ul.bullets-list, #cont_right ul.bullets2-list {
	margin:0 auto;
	line-height:30px;
	font-size:90%;
	color:#000;
	list-style-type:none;
}
#cont_right ul.bullets-list li {
	background:url(../images/door.png) no-repeat 0 6px;
	padding-left:25px;
}
#cont_right ul.bullets2-list li {
	background:url(../images/page.png) no-repeat 0 6px;
	padding-left:25px;
}
#cont_right ul.normal-list {
	padding-left:15px;
	line-height:20px;
	color:#000;
}
.ficha {
	font-size:80%;
	margin:10px 0;
	clear:both;
	float:left;
}
.ficha-img {
	float:left;
	margin:10px 30px 0 0 !important;
}
.ficha-detalle {
	width:380px;
	float:left;
}
.ficha-corta {
	margin-bottom:30px;
	float:left;
	width:50%;
	font-size:90%;
}
.ficha-corta p {
	line-height:20px;
	margin:0;
}
.ficha strong {
	font-size:1.4em;
	font-weight:400;
	line-height:30px;
	color:#50A8B8;
}
#cont_right h2 {
	border-bottom:1px solid #d8d8d8;
	padding-bottom:5px;
}
#cont_right p {
	line-height:20px;
	font-size:90%;
}
#gmap {
	width:474px;
	height:300px;
	border:1px solid #FFF;
	font-size:90%;
}
#cont_down {
	width:auto;
	clear:both;
	padding-top:10px;
	border-top:1px solid #d8d8d8;
	text-align:left;
	font-size:90%;
	line-height:10px;
	margin:0 30px;
	color:#666;
}
#cont_down .phone {
	width:250px;
}
#cont_down em {
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
	color:#008040;
}
.columna {
	width:235px;
	margin:0 35px;
	margin-bottom:20px;
	_margin:0 37px 0 30px; /* ie6 hack */
	padding-bottom:20px;
	float:left;
	font-size:0.9em;
	color:#666;
	border-bottom:1px solid #d8d8d8;
}
.columnb {
	width:235px;
	margin:0 0px;
	margin-bottom:20px;
	_margin:0 37px 0 30px; /* ie6 hack */
	padding-bottom:20px;
	float:left;
	font-size:0.9em;
	color:#666;
	border-bottom:1px solid #d8d8d8;
}
.columnc {
	width:235px;
	margin:0 5px;
	margin-bottom:20px;
	_margin:0 37px 0 30px; /* ie6 hack */
	padding-bottom:20px;
	float:left;
	font-size:0.9em;
	color:#666;
}
.columnd {
	width:210px;
	margin:0 2px;
	_margin:0 37px 0 30px; /* ie6 hack */
	float:left;
	font-size:0.9em;
	color:#666;
}
.columna div, .columnb div, .columnd div {
	height:80px;
	font-size:12px;
}
.columna h2, .columnb h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
}
.columnc h2 {
	font-size: 18px;
	height: 40px;
}
.columnd h2 {
	font-size: 1.6em;
}
.columna img, .columnb img {
	border: 2px solid #CCC;
	width:215px;
	height:158px;
	margin-left:5px;
}
.columnd img {
	border: 2px solid #CCC;
	width:190px;
	height:140px;
	margin-left:5px;
	;
}
.columnc img {
	border: 2px solid #CCC;
	width:215px;
	height:158px;
}
/* ----------------------------------------
	FORMULARIO CONTACTO 
----------------------------------------- */

#contacto_form {
	width:450px;
	margin:50px auto;
}
sup {
	color:#7CB9CB;
}
.label2 {
	color:#666666;
	display:block;
	margin-bottom:10px;
}
.input2 {
	background-color:#fff;
	border:1px solid #cccccc;
	color:#50a8b8;
	display:block;
	font-size:110%;
	padding:5px;
	font-family: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
.bt_form {
	width: 102px;
	height: 37px;
	width:98px;
	padding: 37px 0 0 0;
	margin: 0;
	border: 0;
	background: transparent url(../images/bot_enviar.jpg) no-repeat center top;
	overflow: hidden;
	cursor: pointer; /* para IE 5.x */
}
.icono-envio {
	width:32px;
	height:37px;
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	margin-right:20px;
}
.mensaje-envio p {
	margin:0 !important;
}
.bot-volver {
	margin:20px 0 0 50px;
	display:block;
}
/* ----------------------------------------
	FOOTER 
----------------------------------------- */

#copy {
	width:auto;
	height:22px;
	margin:25px auto;
	padding:6px 40px 14px 40px;
	background:url(../images/bg_footer.jpg);
	text-align:left;
	font-size:75%;
	clear:both;
	color:#666;
}
#copy a {
	text-decoration:underline;
	color:#000
}
#copy a:hover {
	text-decoration:underline;
	color:#003300
}
#disclaimer {
	width:auto;
	height:22px;
	margin:25px auto;
	padding:14px 40px 8px 40px;
	text-align:left;
	font-size:13px;
	clear:both;
	color:#618B5A;
	height:70px;
}
#footer {
	width:auto;
	margin:20px auto;
	padding: 15px;
	padding-top:0;
}
#footer ul {
	list-style:none;
	float:left;
	text-align:left;
	margin:10px 20px;
	line-height:20px;
	font-size:80%;
}
#footer ul li strong a {
	font-size: 18px;
}
#footer ul li a {
	font-size: 14px;
}
#footer ul li a:hover {
	color:#003300;
}
/* ----------------------------------------
	SLIDESHOW 
----------------------------------------- */

#slideshow {
	position:relative;
	height:350px;
	margin:20px;
}
#slideshow IMG {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}
#slideshow IMG.active {
	z-index:10;
	opacity:1.0;
}
#slideshow IMG.last-active {
	z-index:9;
}

