html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:#B2B2B2 url(../image/bg_body.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
body, td, th, input, textarea, select {
	font-size: 11px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
	border: 1px solid #3F3F3F; 
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
/* layout */
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header {
	position: relative;
}
#header .div1 {
	height: 113px;
}
#header .div2 {
	position: relative;
	top: 14px;
	left: 0px;
}
#header .div3 {
	width: 593px;
	height: 62px;
	position: absolute;
	top: 14px;
	right: 0px;
	padding-top: 5px;
	padding-left: 17px;
}
#header .div3_izq { float:left; width:465px; }

#header .div3_der { float:right; width:71px; height:34px; background:url(../image/bg_carrito_header.jpg) no-repeat; margin:6px 0 0 0; padding:11px 0 0 45px; font-size:10px;}

#header .div3_der a { text-decoration:none; color:#3F3F3F }

#header .div3_der a:hover { text-decoration:underline; }

#header .div4 {
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	background: url('../image/header.png') repeat-x;
}
#header .div4 img {
	float: left;
	margin-right: 5px;
}
#header .div4 a {
	padding: 12px 0 0 0;
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#header .div5 a {
	float: left;
}
#header .div6 a {
	float: right;
}
#breadcrumb {
	padding-top: 1px;
	padding-bottom: 1px;
}
#column_left {
	float: left;
	width: 213px;
	margin-right:5px;
	background:#FFFFFF url(../image/bg_leftcol.gif) repeat-x top;
}
#column_right {
	float: right;
	width: 169px;
	background:#666666;
	min-height: 630px;
}
#content {
	float: left;
	width: 512px;
	margin-bottom: 10px;
}
#content .top {
	height:25px;
	padding:25px 0 0 27px;
	background: url(../image/bg_commontit.gif) no-repeat;
}

#content .bottomBlanco {
	height:20px;
	background: url(../image/bg_topbalnco.gif) no-repeat;
}

#content .top h1{
	color: #3F3F3F;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}

#content .middle {
	background: #FFFFFF;
	padding: 0 4px 1px 4px;
	min-height: 630px;
	margin-left:1px;
}
#content .bottom {
	background:#FFF;
	height: 5px;
	margin-left:1px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 6px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.gif') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 27px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.gif') no-repeat;
	display: inline-block;
	padding: 6px 0 6px 18px;
}
.buttons {
	background: #DBF1F7;
	border: 1px solid #DADADA;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
	border-collapse: collapse;
}
.list td {
	vertical-align: top;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}

#contFicha{ width:500px; margin:0 auto; background:url(../image/imgMedFicha.gif) repeat-y; overflow:hidden; }

.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	display: block;
	width: 475px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding:2px 0 15px 0;
	color:#FFF;
	margin-bottom:15px;
}

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

#footer .div1 {
	float: left;
	text-align: left;
	padding-top:12px;
}
#footer .div2 {
	float: right;
	text-align: right;
	padding-right:60px;
}

#contCategory { background:url(../image/bg_catalogleft.gif) no-repeat; width:214px; }

#category { background:#FFFFFF; margin-right:1px; padding:5px 0 10px 0; }

#category ul { list-style:none;  margin:0 6px 0 3px;; padding-left: 0; }

#category ul li { border-bottom:1px solid #B2B2B2; padding:5px 10px; margin-left:0;}

#category ul li a{ display:block; font-size:12px; text-decoration:none; color:#000000; background:url(../image/bg_itemcatalog.gif) no-repeat right;  }

#category ul li a:hover{ text-decoration:none; color:#00A0C6; background:url(../image/bg_itemcatalog_over.gif) no-repeat right;  }

#headTitCatalog { padding:14px 0 8px 23px; font-family: Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#FFFFFF; }

#module_cart {  background:#FFFFFF url(../image/bg_compraleft.gif) no-repeat; width:213px; }

#module_cart .middle{ background:#DFF3F8 url(../image/compraBottom.gif) no-repeat bottom; margin:0 3px 0 3px; padding:0 0 10px 0; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#000000; }

#headTitCompra { padding:10px 0 8px 23px; font-family: Helvetica, sans-serif; font-size:15px; font-weight:bold; color:#FFFFFF; }

.destColor { color:#00A0C6; }

.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

.clear { clear:both; }

#module_search { background:url(../image/bg_search.gif) no-repeat; width:206px; height:36px; padding:0 0 5px 6px; }

#module_search .left{ float:left; width:146px; background:url(../image/bg_input_search.gif) no-repeat; margin:7px 0 0 0; padding:1px 0 0 3px;}

#module_search .right{ float:right; width:57px; padding-top:1px; }

#filter_keyword { border:1px solid #A1D416; background:#A1D416; width:140px }

#loginBox { background:url(../image/bg_login.gif) no-repeat; width:214px; height:120px; padding:15px 0 0 10px; }

#loginBox .left{ float:left; width:140px; margin:7px 0 0 0; padding:1px 0 0 3px; }

#loginBox .right{ float:right; width:57px; padding:40px 12px 0 0; }

#loginBox input { width:136px; height:23px; border:1px solid #666666; }

#loginBox a{ text-decoration:underline; color:#73C9E0; font-size:11px; }

#loginBox a:hover{ text-decoration:none;}

.titH12 { font-family: Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold; color:#FFF; }

.contOfertaespecial {background:url(../image/bg_ofertasespeciales.gif) no-repeat; padding:8px 4px 2px 4px; height:187px; }

.divLeftOS { float:left; width:120px; padding-top:5px; height:134px; }

.divRightOS { float:right; width:120px; padding:30px 0 0 0; }

.contPrecio{ width:92%; margin-left:8px; border-top:1px solid #C2BBB8;  }

.precioLeft { float:left; width:130px; font-size:19px; font-weight:bold; color:#FF8F00; text-align:left; padding-top:3px; }

.precioRight { float:right; width:70px; text-align:right; padding-top:5px; }

.contOfertaespecial a { color:#3F3F3F; text-decoration:none; font-weight:bold; }
.contOfertaespecial a:hover { text-decoration:underline; }

.bgContOferta { border:1px solid #C2BBB8; height:166px; }

.contPrecioOferta{ width:92%; border-top:1px solid #C2BBB8; margin-left:7px; }

.precioLeftOferta { float:left; width:70px; font-size:15px; font-weight:bold; color:#85B300; text-align:left; padding-top:4px; }

.precioRightOferta { float:right; width:70px; text-align:right; padding-top:4px; }

.contDescrip { width:90%; margin-left:14px; height:74px; color:000000; }

.contDescrip a { color:#000000; text-decoration:none; font-weight:bold; }
.contDescrip a:hover { text-decoration:underline; }

#menu { height:33px; float:right; width:596px; }

.bg_menu{ background:url(../image/menu/menu.png) no-repeat right; }

.bg_menu_home{ background:url(../image/menu/menu_home.png) no-repeat right; }

.bg_menu_catalog{ background:url(../image/menu/menu_catalogo.png) no-repeat right; }

.bg_menu_reg{ background:url(../image/menu/menu_reg.png) no-repeat right; }

.bg_menu_ayuda{ background:url(../image/menu/menu_ayuda.png) no-repeat right; }

#menu ul li { font-size:15px; font-weight:bold; text-decoration:none; color:#FFF; font-family:Helvetica, sans-serif; width:auto; float:left; list-style-type: none; padding-right:2px; text-align:center; *padding:8px 3px 0 0;}
#menu ul li a{ display:block; font-size:15px; font-weight:bold; text-decoration:none; color:#FFF; font-family:Helvetica, sans-serif }
#menu ul li a:hover{ color:#73C9E0; }

#contTitCat { background:url(../image/bg_titicat.gif) no-repeat; color:#FFFFFF; font-weight:bold; font-size:16px; width:453px; height:43px; margin:0 0 0 20px; } 
#titCatIzq { float:left; width:41px; height:40px; margin:1px 0 0 2px; overflow:hidden; }
#titCatDer { float:left; width:300px; padding:12px 0 0 14px; }
#contCategories { padding:15px 0 0 68px; }
#contCategories td { background:url(../image/bg_itemcatalog.gif) no-repeat 0 3px; padding:0 0 0 10px; }
#contCategories a { text-decoration:none; color:#3F3F3F; line-height:16px; margin:2px 5px; }
#contCategories a:hover { text-decoration:none; background:#3F3F3F; color:#FFFFFF; }