/*generales*/
/*	*{ padding:0; margin:0; }	*/
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #F4F4F4;
	padding: 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#939598;
	font-size:11px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */ 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */ 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    color: #939598;

}
a:hover {
    color: #60B6ED;
}
#content p {
	font-size: 11px;
	line-height: 1.5;
	padding-bottom: 15px;
}
#content p.name {
	font-size: 11px;
	line-height: 1.5;
	padding-bottom: 0px;
}
#content p.sep-line{
	border-right: 1px solid #f4f4f4;
	padding-right: 25px;
	margin-right: 290px;
}
#content p.price{
	font-weight: bold;
	font-size: 10px;
	font-family:Helvetica, Arial,  sans-serif;
	text-align:left;
	margin-left:145px;
	line-height:12px;
}
#content p.price span{
	font-size: 18px;
	letter-spacing: -1px;
}
.name {
	font-family:Helvetica, Arial,  sans-serif;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.5;
	padding-bottom: 0px;	
}
p + p {

}

h1 {
	font-family:Helvetica, Arial,  sans-serif;
	font-size: 9px;
	line-height: 1.8;
	clear:both;
    color: #C0C1C2;


}

h2 {
	font-size: 15px;
	letter-spacing: -1px;
	font-family:Helvetica, Arial,  sans-serif;
	padding-bottom: 5px;
}
h3 {
	font-size: 15px;
	letter-spacing: -1px;
	font-family:Helvetica, Arial,  sans-serif;
	padding-bottom: 5px;
}	
h2.line{
	border-bottom: 1px solid #fff;
}
img {

}
.input-field{
	display: inline;
	padding: 2px 0;
	clear: both;
}
input, textarea, select{
	border:0;
	font-size: 11px;
}
input[type=submit]{}

input[type=button]{}

input[type=text]{}

input[type=password]{}

input.text-input{
	background: url(../images/input.gif) no-repeat top left;
	width: 150px;
	padding:4px 2px;
}
input.bt-go {
    background: #939598;
	padding: 2px;
    text-align: center;
    color: #fff;
	font-weight: bold;
}
.input-field label {
    font-size: 11px;
    line-height: 20px;
}
.margen_s {	margin: 5px;	}
.margen_m {	margin: 10px;	}
.margen {	margin: 15px;	}
.margen_l {	margin: 20px;	}

.clear {	clear: both;	}

.left {	text-align: left !important;	}
.center {	text-align: center !important;	}
.right {	text-align: right !important;	}

.fright {	float: right !important;	}	
.fleft {	float: left !important;		}

/*end generales*/

#layout{
	margin: 0 auto;
	width: 902px;
	border: 1px solid #D8D7D7;	
    border-bottom: none;	
}

#header {
	padding: 1px 1px 0;
	height: 137px;
	width:900px;
	background: url(../images/bg-head.png) no-repeat 0px 0px;
	position:relative;
}
#logo, #logo a{
	float: left;
	width:300px;
	height: 90px;
}
#logo a span{
    display: none;
}
#top-nav{
	position:absolute;
	top: 7px;
	right: 5px;
	display:block;
}
#top-nav li{
	display: inline; 
	/*margin-right:22px;	*/

}
#top-nav li + li{
	border-left: 1px solid #C0C1C2;
}
#top-nav li a{
	font-size: 9px;
	padding-left: 24px;
	line-height: 15px;
	margin: 0 5px;
}
#top-nav li a.bt-account2{
	font-size: 9px;
	padding-left: 0;
	line-height: 15px;
}
#top-nav li a.bt-cart{
	background: url(../images/nav/cart.gif) no-repeat left center;
}
#top-nav li a.bt-contact{
	background: url(../images/nav/contact.gif) no-repeat left center;
}
#top-nav li a.bt-account{
	background: url(../images/nav/arrow.gif) no-repeat left center;
	padding-left: 12px;
}
#top-nav li a:hover, #top-nav li a.active {
    color: #2C2A7D;
}
#navigation{
	clear:both;
	float:left;
	margin-top:10px;
	width:900px;
}
#navigation li{
	display: inline; 	
	height: 23px;
	line-height: 23px;
	border-left: 1px solid #E2E1E2;
	float:left;		
}
#navigation li.first{
	border-left: 0;	
}
#navigation li a {
    height: 23px;
    float: left;
    background-position: top center;
    background-repeat: no-repeat;
}
#navigation li a.home{
	background-image: url(../images/nav/home.png);
	width: 97px;
}
#navigation li a.product{
	background-image: url(../images/nav/product.png);
	width: 112px;
}
#navigation li a.immune{
	background-image: url(../images/nav/immune.png);
	width: 167px;
}
#navigation li a.testimonials{
	background-image: url(../images/nav/testimonials.png);
	width: 137px;
}
#navigation li a.faq{
	background-image: url(../images/nav/faq.png);
	width: 217px;
}
#navigation li a.locate{
	background-image: url(../images/nav/locate.png);
	width: 164px;
}
#navigation li a:hover, #navigation li a.active{
	background-position: bottom center;	
}
#navigation li a span{
	display:none;
}
#content {
    background: url(../images/bg-cont.png);
    padding: 0 1px 0;
    padding-bottom: 15px;
	width:900px;
	float:left;
	clear:both;
}
.cont-margen{
	padding: 15px 25px;
}
#content .box {
    border: 1px solid #D8D7D7;
    background: #ffffff;
    padding: 2px;
}
#content .box .box-cont{
 	background: #ffffff url(../images/box-cont-bg.png) repeat-x  top left ;
	padding: 15px;	

}
.boxspace{
	margin-top: 20px;
	
}
.physicianspace{
	height: 120px;	
}
#content .box .in-box{
	width: 760px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../images/box-in.png) no-repeat top left;
	padding: 15px;
}
#content .box .in-box2{
	width: 540px;
	margin: 0 auto;
	margin-top: 10px;
	background: url(../images/box-in2.png) no-repeat top left;
	padding: 15px;
}
#content .box .in-box h2{
	border-bottom: 1px solid #F0F0F0;
}
#banner {
	text-align: center;
    padding-bottom: 10px;
}
#footer{
	padding: 0 1px 1px;
 	background: url(../images/bg-footer.png) no-repeat bottom left ;
	height: 175px;
}
#footer div{
	position: relative;
}
#footer p{
	font-size: 9px;
	text-align:center;
	line-height: 1.8;
	
}
#footer p.grey {
    color: #C0C1C2;
	padding-top:10px;
}

	


/*span*/
.span10{width:10px !important;}
.span30{width:30px !important;}
.span50{width:50px !important;}
.span60{width:60px !important;}
.span70{width:70px !important;}
.span80{width:80px !important;}
.span90{width:90px !important;}
.span100{width:100px !important;}
.span120{width:120px !important;}
.span130{width:130px !important;}
.span150{width:150px !important;}
.span180{width:180px !important;}
.span200{width:200px !important;}
.span250{width:250px !important;}
.span270{width:270px !important;}
.span300{width:300px !important;}
.span370{width:370px !important;}
.span400{width:400px !important;}
.span440{width:440px !important;}
.span460{width:460px !important;}
.span500{width:500px !important;}
.span600{width:600px !important;}
.span845{width:845px !important;}
/*end span*/

/*carrito*/
.cart_img
{
	float:left;
}

#tbl_cart tr, th, td
{
	vertical-align:top;
}

#tbl_cart
{
	text-align:center;
	
	border:1px dotted #ccc;
}

.separador
{
	background-color: #A3CD3C;
	height:2px;
}
