/* CSS Document */

body {
	text-align: center;
}

em {
	font-style:italic;
}

#shadow_container {
	text-align: center;
	width: 869px;
	background-image: url(../img/shadow_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

#greyline {
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3C1C2;
	border-left-color: #C3C1C2;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width:821px;
}

#header {
	height: 110px;
	background-image: url(../img/logo.jpg);
	background-position: 10px 15px; 
	/* background-image: url(../img/banner_verano.jpg); 
	background-position: 7px 6px; */
	background-repeat: no-repeat;
}

#lanes {
	margin-right: 7px;
	margin-left: 7px;
}

#main_lane {
	/*float: left;*/
	background-image: url(../img/fondo_tab_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top:5px;
}

#secondary_lane {
	float: right;
	width:163px;
	background-color: #FFFFFF;
	margin-right: 10px;
}

#secondary_lane .side_box {
	border: 1px solid #999999;
	background:#EBF2FC;
	margin-bottom: 15px;
}

#secondary_lane .side_box h2 {
	background-color: #999999;
	text-align:center;
	padding:4px;
}

#secondary_lane .side_box p img {
	vertical-align:middle;
}

/* NEW FOOTER  */
#footer {
	clear: both;
	background-color: #868686;
	text-align: center;
}

#footer .sitemap {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
}

#footer a {
	text-decoration:none;
	color:#FFFFFF;
}

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

#footer .sitemap li {
	font-weight:normal;
	padding-left:3px;
	float: left;
	margin-left: 20px;
}

#footer .sitemap .principal {
	margin-top:6px;
	font-weight:bold;
	padding-left:0px;
}

#footer .sitemap .principal a {
	text-decoration:none;
	color:#FFFF99;
}

#footer .sitemap .principal a:hover {
	text-decoration:underline;
}

#footer #contact_info {
	text-align:left;
	margin-top:5px;
	font-size:11px;
	font-weight:normal;
	background-color: #727272;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
	clear: both;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#footer #contact_info p {
	margin:0px;
	font-style:italic;
}

#footer #contact_info .bussiness {
	margin-bottom:3px;
	font-size:1.2em;
	color:#FFFF99;
	font-weight:bold;
}

#footer #contact_info ul li {
	margin-bottom:4px;
}

/* ----------- */

#content {
	width: 613px;
	border: 1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-top:0px;
	margin-left: 10px;
	margin-bottom: 10px;
	float: left;
}

#content #content_text {
	margin: 10px;
	text-align: justify;
}

/* MAIN NAVIGATION */
#main_nav {
	padding: 0;
	list-style: none;
	position:absolute;
	/* top:82px; */
	top:112px;
	margin-left:25px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

#main_nav li {
	float: left;
	margin-left:5px;	
}

#main_nav li a {
	display: block;
	line-height: 20px;	
	
	background-image: url(../img/fondo_tabs1.gif);
	background-repeat: repeat-x;
	background-position: left center;
	
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#main_nav li a:hover {
	background:#F88F00;
}

#main_nav .greyborder {
	display:block;
	padding-top:1px;
	padding-left:1px;
	padding-right:1px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #BBBDBC;
	border-right-color: #BBBDBC;
	border-left-color: #BBBDBC;
	
	margin-top:5px;
}

/* Here we highlight the current selected page */

#nosotros #main_nav .nosotros a ,
#inicio #main_nav .inicio a,
#contactenos #main_nav .contactenos a ,
#medicina #main_nav .medicina a ,
#hogar #main_nav .hogar a,
#actualidad #main_nav .actualidad a,
#centro #main_nav .centro a,
#profesional #main_nav .profesional a {
	background:#005192;
	border:none;
	height:27px;
	cursor:default;
	padding-top:5px;
}


#nosotros #main_nav .nosotros .greyborder ,
#inicio #main_nav .inicio .greyborder,
#contactenos #main_nav .contactenos .greyborder ,
#medicina #main_nav .medicina .greyborder ,
#hogar #main_nav .hogar .greyborder,
#actualidad #main_nav .actualidad .greyborder,
#centro #main_nav .centro .greyborder,
#profesional #main_nav .profesional .greyborder {
	border:none;
	margin-top:0px;
	/*height:30px;*/
}


/**************** SUB_NAV ***************/
#sub_nav {
	list-style: none;
	margin-bottom:5px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 10px;
	float: left;
}

#sub_nav li {
	float: left;
	background-image: url(../img/separador1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right:3px;
    margin-bottom:2px;
    /* width: 120px; */
}

#sub_nav:first-child {
	background-image: none;
}

#sub_nav li a {
	display: block;
	line-height: 20px;
	
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}

#sub_nav li a:hover {
	background:#6595BD;
}

#sub_nav .selected {
	background:#6595BD;
	cursor:default;
}

#secondary_lane #featured_lane {
	border: 2px solid #F09101;
	margin-bottom: 10px;
}
#secondary_lane #featured_lane h2 {
	background-color: #E28B08;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	background-image: url(../img/fondo_naranja.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-weight: bold;
}
#featured_lane .featured_box {
	border: 1px solid #999999;
	text-align: center;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
}


/*************************************/



#centro_nav {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size:9px;
}

#centro_nav li {
	float: left;
	width:80px;
}

#centro_nav li a {
	display: block;
}

#centro_nav li a img {
	vertical-align:middle;
}

#centro_nav li a:hover {
	background:#6595BD;
}

#main_lane #vida_wellness {
    margin-top:20px;
	margin-bottom: 10px;
	width: 615px;
	margin-left: 10px;
}

#main_lane #vida_wellness h1 {
	background-image: url(../img/vida_bg1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	line-height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 10px;
}

#vida_wellness .vida_box h2 {
	background-image: url(../img/vida_bg2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
	padding-right: 5px;
	font-size: 13px;
}

#vida_wellness .vida_box {
	width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #D7E8FA;
	float: left;
	/*height: 110px;*/
}


#vida_wellness #alimentacion {
	margin-right: 5px;
	margin-left: 4px;
}


#vida_wellness .vida_box ul {
	margin: 5px;
}


#vida_wellness .vida_box li {
	margin: 5px;
    
	background-image: url(../img/icons/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
    
    line-height:16px;
    
    padding-left:13px;
}

#vida_wellness .vida_box li:hover {
	background-image: url(../img/icons/bullet.gif);
}

#vida_wellness .vida_box .link_more {
	margin: 5px;
    
	background-image: url(../img/icons/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 70px 2px;
    
    padding-left:85px;
    font-weight:bold;
}

#vida_wellness .vida_box .link_more a {
    color: #005192;
}

.div_clear {
	clear:both;
}


.hidden {
	display:none;
}


#news_box {
	width:150px;
	height:100px;
	padding: 5px;
	float: left;
	position: relative;
	overflow: hidden;
}


#news_box h1 {
	font-size:12px;
}

#inicio #main_lane {
	background:none;
	width:635px;
	padding:0px;
}

/* Here we highlight the current selected page */
/*
#inicio #main_nav .inicio a {
	background:#868789;
	border:none;
	height:27px;
	cursor:default;
}
*/




#form_button {
	line-height:22px;
	background-image: url(../img/fondo_tabs1.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	position:relative;
	margin-left: 7px;
}

#form_button:hover {
	background:#F88F00;
}

.tabla_contactenos {	
	background-color: #EFF5FA;
	border: 1px dashed #3980B9;
}


.form_error {
	background-color: #BF0000;
	border: 1px dashed #FF9900;
	padding: 4px;
	padding-left: 25px;
	margin-bottom: 6px;
	font-weight: bold;
	color: #FFFFFF;
	
	background-image: url(../img/icons/error.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}


#content td {
	padding:3px;
}


/* COSMED */
.cosmed_product_row {
	clear:both;
	margin-top:20px;
}


.cosmed_product h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:7px;
	display:block;
}


.cosmed_product {
	width:160px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	padding:7px;
	border:#FFFFFF solid 1px;
}


.cosmed_product:hover {
	background-color:#FFFFFF;
	border:#8FB1CD solid 1px;
}


.cosmed_product p a  {
	padding:3px;
	padding-left:11px;
	
	background-image:url(../img/icons/bullet2.gif);
	background-position:left center;
	background-repeat:no-repeat;
	
	color:#085696;
	font-weight:bold;
}


.cosmed_product p a:hover  {
	color:#FB9002;
}


/* MANUALES */
.manual_row {
	clear:both;
	/*margin-top:10px;
    margin-bottom:10px;*/
    
    /*padding-top:10px;
    padding-bottom:10px;*/
}


.manual_box h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:7px;
	display:block;
    text-align: center;
}


.manual_box {
	width:160px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	padding:7px;
    padding-bottom:0px;
	border:#CCCCCC solid 1px;
    background-color:#F9FEFF;
    
    margin-top:10px;
    margin-bottom:10px;
}


.manual_box:hover {
	background-color:#D7E8FA;
	border:#8FB1CD solid 1px;
    cursor:pointer;
}


.manual_box p a  {
	/*padding:3px; */
	padding-left:11px;
	
	background-image:url(../img/icons/bullet2.gif);
	background-position:left center;
	background-repeat:no-repeat;
	
	color:#085696;
	font-weight:bold;
}


.manual_box p a:hover  {
	color:#FB9002;
}



.article_box {
    background: #F6F7F9;
    border:#FFFFFF solid 1px;
    padding: 5px;
    margin-bottom: 15px;
}

.article_box h3 {
    color:#FFFFFF;
    background:#FB9002;
    margin-top:0px;
    padding:3px;
    
	background-image: url(../img/fondo_naranja.gif);
	background-repeat: repeat-x;
	background-position: left center;
	text-decoration:none;
}

.article_box h3 a {
	color: #FFFFFF;
	text-decoration:none;
}

.article_box h3 a:hover {
	text-decoration:underline;
}

.article_box .foot {
    padding:4px;
    background:#DBE7F0;
    border-top-style:dashed;
    border-top-width:1px;
    border-top-color:#868686;
    font-weight:bold;
}

.article_box span{
    float:left;
}

.article_box .foot a  {
	padding-left:11px;
    
    float:right;
	
	background-image:url(../img/icons/bullet2.gif);
	background-position:left center;
	background-repeat:no-repeat;
	
	color:#085696;
	font-weight:bold;
}

.article_box .foot a:hover  {
	color:#FB9002;
}

.article_box:hover {
	/*background-color:#FFFFFF;*/
	border:#8FB1CD solid 1px;
}


.back_button {
	padding-left:11px;
    padding-top:5px;
    padding-bottom:5px;
	
	background-image:url(../img/icons/bullet3.gif);
	background-position:left center;
	background-repeat:no-repeat;
	
	color:#085696;
	font-weight:bold;
    
    border-top-style:dashed;
    border-top-width:1px;
    border-top-color:#868686;
    
    margin-top:14px;
    display:block;
}

.back_button:hover  {
	color:#FB9002;
}

.headline {
	position: absolute;
	top: 210px;
	left: 5px;
	height: 100px;
	width: 150px;
}

#boton_comprar {
    float:right;
    margin-left:20px;
    margin-bottom:10px;
    margin-top:20px;
}

.link_down  {
	background-image:url(../img/icons/icon_down.png);
	background-position:left center;
	background-repeat:no-repeat;
    padding-left:20px;
    font-weight:bold;
    font-size:16px;
}

.box-table
{
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    margin-top:5px;
}

.box-table th
{
    font-size: 13px;
    font-weight: bold;
    padding: 8px;
    background: #005192;
    border-top: 4px solid #aabcfe;
    border-bottom: 1px solid #fff;
    color: #FFF;
}

.box-table td 
{
    padding: 8px !important;
    background: #D7E8FA; 
    border-bottom: 1px solid #fff;
    color: #339;
    border-top: 1px solid transparent;
    margin:1px;
    line-height:16px;
} 

.box-table tr:hover td
{
    background: #d0dafd;
}

#search_box {
    margin-left: auto;
    margin-right:auto;
    margin-top:6px;
    margin-bottom:10px;
    text-align:center;
}


#share_button {
    border: 1px solid #003399;
    background-color: #DDE1F4;
    padding:5px;
    padding-left:22px;
    text-decoration:none;
    color:#000066;
    font-weight:bold;
    background-image: url(../img/icons/send_testimonial.png);
    background-repeat: no-repeat;
    background-position: 4px center;
}

#share_button:hover {
    background-color: #84BBD9;
    /*color:#DDE1F4;*/
}

#cita_biblio {
    border: 1px solid #8FB1CD;
    background-color: #F6F7F9;
    padding:6px;
	position:relative;
	margin-top:25px;
	margin-bottom:25px;
}

#cita_biblio p {
    margin-top:2px;
    margin-bottom:2px;
}

#cita_biblio h4 {
	position:absolute;
	left:15px;
	top:-27px;
	padding:5px;
    background-color: #FFFFFF;
}


/* ASISTENTE DE COMPRA */
#ast_main_list {
}

.ast_main_option {
    border:solid 1px #CCCCCC;
    margin:10px;
    padding:5px;
    cursor:pointer;
}

.ast_main_option p {
    margin:0px;
}

.ast_main_option input {
    margin:5px;
    vertical-align:middle;
}

.ast_main_option h4 {
    margin:0px;
}

.ast_main_option_hover {
    border:solid 1px #0099CC;
}

.ast_main_option_selected {
    background:url(/img/ast_option_bg2.jpg);
    border:solid 1px #FB9002;
}

#nav_buttons {
    border-top:solid 1px #CCCCCC;
    padding-top:5px;
    margin-top:15px;
    text-align:center;
}



