﻿.foo{}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HTML GENERAL 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, form, input, p
{
    margin: 0;
    padding: 0;
}

@font-face 
{
font-family: "AvenirBook";
src: url(fonts/Avenir-Book.eot) format('eot'); /* EOT file for IE */
}

@font-face 
{
font-family: "AvenirBook";
src: url(fonts/Avenir-Book.ttf) format("truetype");
}

@font-face 
{
font-family: "AvenirMedium";
src: url(fonts/Avenir-Medium.eot) format('eot'); /* EOT file for IE */
}

@font-face 
{
font-family: "AvenirMedium";
src: url(fonts/Avenir-Medium.ttf) format("truetype");
}

@font-face 
{
font-family: "AvenirHeavy";
src: url(fonts/Avenir-Heavy.eot) format('eot'); /* EOT file for IE */
}

@font-face 
{
font-family: "AvenirHeavy";
src: url(fonts/Avenir-Heavy.ttf) format("truetype");
}

body
{
	font-family: 'AvenirBook',arial, verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	background: #FFF;
	color:#7e7e7e;
	overflow-x: hidden;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #0E72B5;
	text-decoration: none;
}

a img
{
	border: 0;
}

img
{
	border: none;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6
{
    font-family: 'AvenirMedium',arial, helvetica, sans-serif;
    text-transform: uppercase;
}

td,tr
{
	float: left
}

ul
{
	margin: 0;
	padding: 0;
}
.separador 
{
	height:15px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MASTER PAGE WRAPPERS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.master-wrapper-page 
{
	margin: 0px auto;
	width: 100%;
}

.master-wrapper-content
{
	width: 100%;
	margin: 0px 0 0;
	text-align: left;
	background: #FFF;
}

/* two column master page */
.master-wrapper-side
{
	float: left;
	width: 28%;
	max-width: 246px;
	margin: 5px 0;
	font-family: 'AvenirBook', arial, sans-serif;
	display: inline;
}

.master-wrapper-center
{
	font-family: 'AvenirBook', arial, sans-serif;
	float: left;
	width: 70%;
	margin: 5px 0;
	background: url(images/bg_maincolumn.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph
{
	float: left;
	width: 100%;
	color:#7e7e7e;
	min-height: 600px;
	padding: 23px 0 5px 50px;
}

/* one column master page */
.master-wrapper-center-1
{
	float: left;
	width: 100%;
	background: #FFF;
	display: inline;
}

.master-wrapper-cph-1
{
	float: left;
	width: 100%;
	color: #000;
	min-height: 600px;
	padding: 0;
}

/* three column master page */
.master-wrapper-leftside-3
{
	float: left;
	width: 180px;
	margin: 0 0 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

.master-wrapper-center-3
{
	float: left;
	width: 450px;
	margin: 0px 0 0 10px;
	background: url(images/bg_maincolumn.gif) no-repeat left top #FFF;
	display: inline;
}

.master-wrapper-cph-3
{
	float: left;
	width: 440px;
	color:#7e7e7e;
	min-height: 600px;
	padding: 10px;
}

.master-wrapper-rightside-3
{
	float: right;
	width: 180px;
	margin: 0 10px;
	font-family: arial, helvetica, sans-serif;
	display: inline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MASTER HEADER
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.header
{
	margin: 0;
	background: url(/images/fondo-head.jpg) no-repeat;
	position: relative;
	z-index: 100;
}

.header .icon
{
	vertical-align: top;
}

.header .ico-register
{
	padding-left: 22px;
	padding-bottom: 5px;
}

.header .ico-login
{
	padding-left: 22px;
	height:30px;
	padding-bottom: 5px;
}

.header .ico-logout
{
	padding-left: 22px;
	vertical-align:top;
	padding-bottom:10px;
}

.header .ico-inbox
{
	padding-left: 22px;
	padding-bottom: 5px;
}

.header .ico-cart
{
	padding-left: 22px;
	padding-bottom: 5px;
	background: url(images/flecha.png) no-repeat 7px 0;
}

.header .ico-wishlist
{
	padding-left: 22px;
	padding-bottom: 5px;
}

.header .ico-admin
{
	padding-left: 22px;
	padding-bottom: 5px;
}

.cajaLogo
{
	width: 1200px;
	margin: 0 auto;
}

.cajaLogo .cabecera 
{
	vertical-align: top;
	width: 53%;
	margin-right: 5%;
	display: inline-block;
	text-align: left;
}

.cajaLogo .logo
{
	vertical-align: middle;
	width: 36%;
	margin-left: 5%;
	margin-top: 30px;
	display: inline-block;
	text-align: right;
}

.cajaLogo .logo .telefono
{
	color: #FFF;
	font-size: 36px;
	font-family: "AvenirHeavy";
}

.cajaLogo .logo .llamamos
{
	color: #FFF;
	font-size: 18px;
	font-family: "AvenirMedium";
}

.menu-head
{
	width: 100%;
	background: #bfbfbf;
	text-align: right;
}

.header-selectors-wrapper .menu-head ul 
{
	margin: -98px auto 0;
	padding: 0;
	width: 1200px;
	text-align: right;
	display: flex;
	  flex-direction: row;
	  justify-content: flex-end;
}

.header-selectors-wrapper .menu-head ul li 
{
	float: right;
	padding: 15px;
}

.menu-head ul li a
{
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "AvenirHeavy";
}

.menu-head ul li a:hover
{
	text-decoration: underline;
}

/*INTERMEDIO*/
.header-selectors-wrapper
{
	text-align: center;
	width: 100%;
}

.header-selectors-wrapper ul
{
	overflow: hidden;
	padding: 5px;
	margin: 0;
	list-style: none;
}

.header-selectors-wrapper .linea
{
	margin-bottom: 5px;
}

.header-selectors-wrapper .content_socialLink, .default .block-manufacturer-navigation
{
	display: none;
}

.default .block-manufacturer-navigation
{
	margin-bottom: 20px;
}

.default .block-manufacturer-navigation ul, .default .block-manufacturer-navigation .listbox
{
	padding: 0 !important;
}

.default .block-manufacturer-navigation li
{
	padding: 2px 0;
	border-bottom: 1px solid #000;
}

/**INFERIOR*/
.header-links-wrapper
{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	vertical-align:top;
	height: 30px;
	width: 100%;
}

.header-links
{
	padding: 7px 5px;
	margin-bottom: 0px;
	display: inline-table;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	text-transform: uppercase;
	list-style: none;
	display: inline;
	padding-right: 20px;
	border-left: 1px solid #FFF;
}

.header-links .first
{
	border: none;
}

.header-links a
{
	color: #FFF;
	text-decoration: none;
}

.headermenu
{
	width: 100%;
	background: #0268cc;
	text-align: center;
}

.headermenu ul
{
	padding: 10px 0;
	margin: 0;
	display: inline-block;
	text-align: center;
}

.headermenu li
{
	list-style: none;
	display: inline;
	float: right;
	line-height: 28px;
}

.headermenu a
{
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
	padding: 0 20px;
	border-right: 1px solid #FFF;
}

.headermenu a:hover
{
	text-decoration: underline;
}

.headermenu .last
{
	border: none;
}

.footer
{
	width: 100%;
	padding: 15px;
	background: #0080ff;
}

.footer a
{
	text-decoration: none;
	color: #FFF;
}

.footer-disclaimer
{
	font-size: 18px;
	color: #FFF;
	font-family: "AvenirMedium";
}


/**********************LISTADO TARIFAS**********************/
.paginaTarifas
{	
	width: 1200px;
	margin: 0 auto;
	margin-top:50px;
	text-align:center;
}

#paises
{
display: inline-block;
margin-left:15px;
margin-top: 20px;
width: 350px;
padding: 5px;
padding-right: 5px;
border-radius: 3px;
border: 1px solid #CCC;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url('/images/down.jpg') #FFF no-repeat right center;
padding-right: 30px;
color: #7c7c7c;
font-size: 18px;
}

.listaPais
{
	margin-top: 15px;
}

.listaPais li
{
	list-style:none;
}
.listaPais .nombreTarifa
{
	width:180px;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	border-bottom:1px dotted #7c7c7c;
	padding-bottom:1px;
}
.listaPais .precio
{
	width:140px;
	display:inline-block;
	border-bottom:1px dotted #7c7c7c;
	padding-bottom:1px;
	text-align:right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	MISC. CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.page-title 
{
    border-bottom: 1px solid;
    margin: 0 0 10px;
    overflow: hidden;
    width: 100%;
}

.page-title h1, .page-title h2 
{
    padding: 5px 0;
    font-size: 24px;
    margin: 0;
    font-weight:normal;
    text-align: center;
}

td
{
    vertical-align: middle;
}

td.fieldname
{
    font-size: 12px;
}

.item-name
{ 
	padding: 5px 0 0;
	display: block;
	white-space: nowrap;
	vertical-align: middle;
	font-family: "AvenirMedium";
	font-size: 14px;
}

.bloqueContacto
{
	width: 45%;
	display: inline-block;
	margin: 20px 0 40px;
	text-align: center;
	vertical-align: bottom;
}

.bloqueContacto:last-child
{
	width: 100%;
	text-align: center;
}

.htmlcontent
{
	padding-bottom:5px;
	margin: 0px auto 10px;
	text-align: center;
}

.htmlcontent-title
{
	border-bottom: 1px solid;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
	display: none;
}

.htmlcontent-header 
{
	padding: 5px 0;
	font-size: 24px;
	margin: 0;
	font-weight: normal;
	text-align: center;
}

.topicpage
{
	padding-bottom:5px;
	margin: 0px auto 10px;
	font-size: 14px;
	text-align: center;
}

.topicpage .page-title
{
	display: none;
}

.topicpage-title
{
	border-bottom: 0 none;
}

.user-agreement-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.clear
{
	border: thin none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.linkButton
{
	color: #3664A5;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

.dropDownLists
{
	height: 17px;
	font-size: 10px;
	padding-left: 2px;
	font-family: Tahoma;
}

.textBox
{
	margin: 1px;
	border-right: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(Images/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	font-family: verdana;
	font-size: 8pt;
	padding: 1px;
	height: 15px;
}

.message-error
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.copyright
{
	float: right;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.copyright a
{
	color: #3664A5;
	background-color: inherit;
}

ul.sitemap li
{
	padding: 3px 0px;
}

ul.sitemap li span
{
	text-transform: uppercase;
	margin: 10px 0px;
}

checkbox, input, radio, select
{
	font-size: 11px;
}

textarea
{
	width: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

.blogaddcommentcommenttext
{
	height: 150px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
	font-size: 12px;
}

.accountsignaturetext
{
	height: 100px;
	width: 500px;
	border: solid 1px #E3E3E3;
	vertical-align: top;
}

.numerictextboxtext
{
	border: solid 1px #555;
	font-size: 14px;
	text-align: center;
	height: 19px;
	margin-top: 1px;
}

.shoppingcartquantitytext
{
	border: solid 1px #E3E3E3;
	font-size: 12px;
	text-align: center;
	width: 20px;
	margin-left: 5px;
}

.privatemessagesubjecttext
{
	width: 500px;
	border: 1px solid #acacac;
	vertical-align: top;
	font-size: 12px;
}

.bbeditortext
{
	border: #cec6b5 1px solid;
}

.quotepostlinkbutton
{
	color: #555555;
	float: right;
	padding: 1px 3px;
	border: solid 1px #cccccc;
	line-height: 15px;
	font-size: 11px;
}

.productlistproductdetailbutton, .productgridproductdetailbutton
{
	background: url(images/blue_button_bg.gif) no-repeat 25% 50% rgb(255, 136, 0);
	border: 1px solid rgb(1, 41, 58);
	margin-bottom: 3px;
	color: #000;
	height: 20px;
	padding: 0 5px;
	width: auto;
	overflow: visible;
}

.productgridaddtocartbutton, .productlistaddtocartbutton, .productvariantaddtocartbutton
{
	background: url(images/cart.png) no-repeat;
	width: 32px;
	height: 32px;
	border: none;
	cursor: pointer;
}

.productvariantaddtocartbutton { margin-left: 10px; float: right; }

.productgriddeletetocartbutton
{
    width:17px;
	height:17px;
	background:url(images/eliminar.png) no-repeat;
	border:0px;
	padding:0px 0px 0px 0px;
	cursor:pointer;
}

.searchbutton, .contactusbutton, .newsitemaddcommentbutton, .blogpostaddcommentbutton,
.productwritereviewbutton, .loginbutton, .registerbutton,
.checkoutasguestbutton, .savecustomerinfobutton, .addbillingaddressbutton, .addshippingaddressbutton,
.changepasswordbutton, .registernextstepbutton, .completeregistrationbutton, .passwordrecoverybutton,
.newpasswordbutton, .saveaddressbutton, .sendemailafriendbutton, .checkoutbutton, .selectshippingaddressbutton, 
.newaddressnextstepbutton, .selectbillingaddressbutton, .sameasshippingaddressbutton,  
.shippingmethodnextstepbutton, .paymentmethodnextstepbutton, .paymentinfonextstepbutton, 
.confirmordernextstepbutton, .submitforumtopicbutton, .submitpmbutton, .replypmbutton, 
.deleteselectedpmbutton, .reorderbutton, .minicartcheckoutbutton, .newsletterbox-subscribebutton, .useragreementbutton, .catalogoPDFbutton
{
	background: #0080ff;
	border: none;
	color: #FFF;
	padding: 5px 10px;
	width: auto;
	overflow: visible;
	margin:2px 0px;
	cursor: pointer;
	font-size: 14px;
	font-family: "AvenirMedium";
}
.botonPreciosMinutos
{
	text-align:left;
}
.botonPreciosMinutos a
{
	background: #0080ff;
	border: none;
	color: #FFF;
	padding: 5px 10px;
	width: auto;
	overflow: visible;
	margin:2px 0px;
	cursor: pointer;
	font-size: 14px;
	font-family: "AvenirMedium";
	
}

.catalogoPDFbutton
{
	margin-top: 10px; 
}

.productemailafriendbutton, 
.productaddtocomparelistbutton, .productvariantaddtowishlistbutton, .editaddressbutton, 
.deleteaddressbutton, .cancelrecurringorderbutton, .orderdetailsbutton, .orderdetailsprintbutton, 
.updatewishlistbutton, .applycouponcodebutton, .updatecartbutton, .continueshoppingbutton, 
.orderprocessedcontinuebutton, .submitpollvotebutton, .cancelforumtopicbutton, .forumsearchbutton, 
.forumsearchboxbutton, .cancelpmbutton, .deletepmbutton, .backpmbutton
{
	background: #E44D16;
	border: none;
	color: #FFF;
	padding: 5px 10px;
	width: auto;
	overflow: visible;
	margin: 2px 0px;
	cursor: pointer;
	font-size: 14px;
	font-family: "AvenirMedium";
}

.volverbutton
{
	display: inline;
    float: left;
    background: transparent;
	border: 1px solid #E62138;
	color: #000;
	height: 20px;
	padding: 5px 5px 0;
	width: auto;
	overflow: visible;
	margin: 2px 0px;
	-webkit-box-shadow: 1px 1px 2px #555;
	box-shadow: 1px 1px 2px #555;
	cursor: pointer;
}

.currencylist
{
	background: #e3e3e3;
	border: solid 1px #3a3a3a;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	NAVIGATIONS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.block 
{
	padding-bottom: 0px;
	padding-left: 0;
	color: #000000;
}

.block .title
{
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 8px 7px 45px;
	color: #FFF;
	letter-spacing: 1px;
}

.block .titleCarro
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ffffff;
	background: #e60606 url(images/bg_sidebar_titleCarro.gif) no-repeat;
}

.block .listbox
{
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px 5px 5px 25px;
	line-height: 18px;
	margin: 0px;
	font-family: 'AvenirBook';
}

.block .listbox ul
{
	margin: 0px;
	padding: 0 0 0 20px;
	color: #000;
}

.block a
{
	color: #000;
	text-decoration: none;
}

.block li
{
    list-style: none;
    padding: 4px 0;
}

.block li.separator
{
	height: 1px;
	line-height: 1px;
	background: #3664A5;
	width: 140px;
	font-size: 1px;
	margin: 5px 0;
}

/*CARRITO*/
.block-shoppingcart
{
    margin-top:7px;
    border:5px double #c30822;
    background: #FFF;
    position: relative;
    float: right;
    width: 360px;
    z-index: 1000;
    opacity: 0;
    display: none;
}

.block-shoppingcart .title
{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.block-shoppingcart .listbox
{
	text-align: center;
	min-height:55px;
	color:#000;
}

.block-shoppingcart .listbox a
{
	color:#0E72B5;
	font-weight: bold;
	font-size: 14px;
}

.block-shoppingcart .listbox .subtotal
{
	color:#000;
	font-weight: bold;
}

.block-shoppingcart .items
{
    margin-top: 10px;
}

.block-shoppingcart .titleCarro
{
    background-color:#ffd6ec;
}

.block-shoppingcart .items ul
{
    color: #CCC;
}

.block-shoppingcart .buttons
{
	text-align: center;
	margin-top: 10px;
}

.block-blog-archive
{
	margin-top: 30px;
}

.block-blog-archive .title, .block-popular-blogtags .title
{
	font-size: 16px;
}

.header-links .order-summary-content
{
    font-size: 9px;
    text-align: center;
}

.header-links .order-summary-content a
{
    color: #555;
    font-size: 9px;
    line-height: 15px;
}

.header-links .order-summary-content .productpicture img
{
	max-width: 50px;
	padding-right: 5px;
}

.header-links .order-summary-content .cart .cart-item-row td.product
{
	padding: 0 2px;
}

.header-links .cart-footer
{
	display: none;
}

/*CATEGORÍA*/
.block-category-navigation
{
    margin-top:42px;
    color: #FFF;
}

.block-category-navigation .listbox
{
    background: #FFF;
    color: #000000;
}
.block-category-navigation a
{
    color: #000;
}

.block-category-navigation .active a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.block-category-navigation .listbox ul .active
{
	font-weight: bold;
	color: #000000;
}

.block-category-navigation .listbox ul .inactive
{
    color: #000000;
}

#menucategoria li ul {
    display: none;
}

/*info*/
.block-info
{
    margin-top:20px;
    border:5px double #90c3f0;
    background: #c6e3fd;
    color: #616161;
}

.block-info .listbox
{
    background: #c6e3fd;
    color: #000000;
}

.block-info a
{
    color: #616161;
}

.block-info .active a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.blockinfo .listbox ul .active
{
	font-weight: bold;
	color: #000000;
}

.block-info .listbox ul .inactive
{
    color: #000000;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	ORDER SUMMARY, SHOPPING CART, WISHLIST
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.shoppingcart-page
{
	padding-bottom: 5px;
	margin: 10px auto;
	width: 1200px;
}

.shoppingcart-page .page-title
{
	border-bottom: 1px solid;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}

.shoppingcart-page .body
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
}

.order-summary-content
{
	margin: 0px;
	padding: 10px;
	font-size: 11px;
	color: #555;
}

.order-summary-content tr, .order-summary-content td, .order-summary-content th
{
	float: none;
}

.order-summary-content .coupon-box
{
	margin: 0px;
	padding: 10px;
	font-size: 11px;
	color: #555;
	background: background: rgb(247, 245, 232);
	margin-bottom: 10px;
	border: dotted 1px #d3d3d3;
}

.order-summary-content .cart
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
}

.order-summary-content .cart td
{
	padding: 3px 0;
}

.order-summary-content .cart .cart-header-row
{
	font-weight: bold;
}

.order-summary-content .cart .cart-header-row .end
{
	text-align: right;
}

.order-summary-content .cart .cart-header-row td
{
	background: url('images/cart-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border-right: solid 1px #6a6a6a;
	height: 20px;
}

.order-summary-content .cart .cart-header-row td.picture
{
	border: none;
}

.order-summary-content .cart .cart-header-row td.end
{
	text-align: right;
	padding-right: 5px;
}

.order-summary-content .cart .cart-item-row td
{
	border-bottom: 1px solid #c5c5c5;
	vertical-align: middle;
	line-height: 30px;
	width: 5%;
}

.order-summary-content .cart .cart-item-row td.product
{
	text-align: left;
	padding: 0px 10px;
}

.order-summary-content .cart .cart-item-row td.product a
{
	font-weight: bold;
}

.order-summary-content .cart .cart-item-row td.end
{
	text-align: right;
	font-weight: bold;
	color: #E62138;
	padding-right: 5px;
	font-size: 14px;
}

.order-summary-content .warning-box .warning-text
{
	color: red;
	padding-bottom:20px;
	display:block;
	font-size:larger;
}

.order-summary-content .cart-footer
{
	width: 100%;
	background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.order-summary-content .total-info
{
	margin: 0px;
	padding: 10px 5px 10px 0px;
	font-size: 12px;
}

.cart_total_left
{
	width: 100%;
	text-align: right;
	vertical-align: middle;
	height: 21px;
	font-weight: bold;
	color: #353434;
}

.cart_total_left_below
{
	width: 100%;
	text-align: right;
	vertical-align: top;
	height: 30px;
}

.cart_total_right
{
	text-align: right;
	vertical-align: middle;
	padding-left: 5px;
}

.cart_total_right .productPrice
{
	font-size: 14px;
}

.order-summary-content .buttons
{
	margin: 0px;
	padding: 10px;
	float: left;
}

.order-summary-content .buttons .common-buttons
{
	float: left;
	margin: 0px;
	padding: 10px;
}

.order-summary-content .buttons .addon-buttons
{
	float: right;
	margin: 0px;
	padding: 10px;
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CHECKOUT, ORDER DETAILS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.checkout-attributes
{
    margin-top:10px;
}

.checkout-page, .checkout-one-page
{
	padding-bottom: 5px;
	margin: 10px auto;
	width: 1200px;
}

.checkout-page .page-title, .checkout-one-page .page-title
{
	border-bottom: 0 none;
}

.checkout-page .checkout-data, .checkout-one-page .checkout-data
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.checkout-one-page .checkout-data .progress
{
    position: absolute;
    top: 100px;
    width: 180px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 5px 10px;
    text-align: center;
    z-index: 2147483647;
}

.checkoutstep .steptitle
{
	border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
}

.checkoutstep .stepcontent
{
	border: dashed 1px #2F4F4F;
	border-top: none;
	padding: 5px;
}

.order-summary-title
{
	padding: 10px 10px 5px 0px;
	font-size: 11px;
	color: #555;
	font-weight: bold;
	clear: both;
}

.order-summary-body
{
	text-align: center;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .select-address-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.checkout-data .address-grid
{
	margin-bottom: 15px;
	padding: 0px;
}

.checkout-data .address-grid .item-box
{
	padding-bottom: 10px;
	text-align: left;
	vertical-align: text-top;
}

.checkout-data .address-grid .address-item
{
	text-align: center;
	margin: 10px;
	border: 1px solid #d7d7d7;
	width: 200px;
	min-height: 221px;
	height: auto;
}

.checkout-data .address-grid .address-item .select-button
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.checkout-data .address-grid .address-item .address-box
{
	text-align: left;
}

.checkout-data .enter-address-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.checkout-data .enter-address
{
	text-align: center;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .enter-address .enter-address-body
{
	text-align: left;
	margin: 10px;
}

.enter-address-body tr, .enter-address-body td
{
	float: none;
}

.enter-address-body .textBox
{
	width: 250px;
}

.checkout-data .enter-address .button
{
	margin: 10px;
	text-align: left;
}

.checkout-data .enter-address .the-same-address
{
	text-align: left;
	margin: 10px;
}

.checkout-data .shipping-options
{
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .shipping-options .shipping-option-item
{
	text-align: left;
	vertical-align: text-top;
	padding: 5px 0 0 5px;
}

.checkout-data .shipping-options .shipping-option-item .option-name
{
	font-weight: bold;
}

.checkout-data .shipping-options .shipping-option-item .option-description
{
	padding: 5px 0 5px 16px;
}

.checkout-data .shipping-options .select-button
{
	margin: 10px;
	text-align: left;
}

.checkout-data .shipping-options .error-block
{
	margin: 10px;
	text-align: left;
}

.checkout-data .payment-methods
{
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .payment-methods .payment-method-item
{
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
}

.checkout-data .payment-methods .payment-method-item input
{
	margin-right: 10px;
	vertical-align: super;
}

.checkout-data .payment-methods .select-button
{
	margin: 10px;
	text-align: left;
}

.checkout-data .payment-methods .error-block
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.checkout-data .payment-info
{
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .payment-info .body
{
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
}

.checkout-data .payment-info .select-button
{
	margin: 10px;
	text-align: left;
}

.checkout-data .confirm-order
{
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .confirm-order .select-button
{
	margin: 10px;
	text-align: left;
}

.checkout-data .confirm-order .error-block
{
	margin: 10px;
	text-align: left;
}

.checkout-data .order-completed
{
	text-align: left;
	margin: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.checkout-data .order-completed .body
{
	padding: 10px;
	text-align: left;
	vertical-align: text-top;
	font-size: 14px;
}

.checkout-data .order-completed .select-button
{
	margin: 10px;
	text-align: left;
}

.estimateShipping
{
    margin: 10px 0px 0px 0px;
	text-align: left;
	background-color:#dcfde9;
	border:2px solid #e6e6e6;
}

.order-details
{
	padding-bottom: 5px;
	margin: 60px auto 10px;
	width: 1200px;
}

.order-details .page-title
{
	border-bottom: 0 none;
}

.order-details .info
{
	border: 1px solid #d7d7d7;
	padding: 10px;
}

.order-details .info .resumen td, .order-details .info .resumen th, .order-details .info .resumen tr, .order-details .order-overview td, 
.order-details .order-overview tr, .order-details .order-overview th
{
	float: none;
}

.order-details .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.order-details .order-overview
{
	text-align: left;
	padding-bottom: 10px;
}

.order-details .shipping-box
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.order-details .billing-box
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.order-details .products-box, .order-details .ordernotes-box
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.order-details .products-box td, .order-details .ordernotes-box td, .order-details .products-box tr, .order-details .ordernotes-box tr,
.order-details .products-box th, .order-details .ordernotes-box th
{
	float: none;
}

.downloable-products
{
	margin-bottom: 15px;
	padding: 0px;
}

.downloable-products .info
{
	padding: 10px;
}

.downloable-products .downloable-products
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.order-progress
{
	height: 40px;
	margin: 60px auto 0;
	text-align: center;
	border-bottom: solid 2px #f3f3f3;
}

.order-progress ul
{
	padding: 0;
	margin: 0;
}

.order-progress ul li
{
	list-style: none;
	display: inline;
	padding: 5px 20px 0 20px;
}

.order-progress ul li .active-step
{
	color: #6a6a6a;
	background: url('images/progress-step-active.gif') no-repeat 50% 50%;
	padding-bottom: 40px;
	padding-right: 1px;
}

.order-progress ul li .inactive-step
{
	color: #d7d7d7;
	background: url('images/progress-step-inactive.gif') no-repeat 50% 50%;
	padding-bottom: 40px;
	padding-right: 1px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HOME PAGE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.home-page-product-grid
{
	margin-left: 0px;
}

.home-page-product-grid .boxtitle
{
	padding: 10px 10px 10px 0px;
	margin: 0 0 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.5em;
	color: #73e4ff;
}

.home-page-product-grid .item-box
{
	padding-bottom: 10px;
	text-align: left;
	vertical-align: text-top;
}

.home-page-product-grid .product-item
{
	text-align: left;
	margin: 10px 4px;
	border: 1px solid #cce5fc;
	width: 160px;
	height: 165px;
}

.home-page-product-grid .product-item .product-title
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-size:1em;
	font-weight: bold;
}

.home-page-product-grid .product-item .picture
{
	text-align: center;
	margin: 10px auto;
}

.home-page-category-grid
{
	margin-left: auto;
	margin-right: auto;
	width: 620px;
}

.home-page-category-grid a
{
	color: #73e4ff;
	font-size:1em;
}

.home-page-category-grid .item-box
{
	text-align: center;
	vertical-align: text-top;
}

.home-page-category-grid .category-item
{
	text-align: center;
	margin: 10px;
	width: 150px;
	height: auto;
	background: url('images/home-cat-bg.gif') no-repeat 0 100%;
}

.home-page-category-grid .category-item .title
{
	text-align: center;
	font-weight: bold;
	background: url('images/home-cat-title.gif');
	font-size: 0.9em;
	display: block;
	overflow: hidden hidden;
	height: 1.8em;
	padding: 8px 0 5px 0;
}

.home-page-category-grid .category-item .picture
{
	text-align: center;
	padding: 10px 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PRODUCTS IN GRID - TEMPLATE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product-grid
{
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.product-grid table, .product-grid .item-box
{
	width: 100%;
}

.product-grid table tr 
{
	width: 48%;
	margin: 10px 1%;
}

.product-grid .product-item
{
	text-align: center;
	width: 100%;
}

.product-grid .product-item .manufacturers
{
	margin-top: 10px;
	font-family: "AvenirMedium";
	color: #0E72B5;
	font-size: 18px;
}

.product-grid .product-item .manufacturers a
{
	color: #0E72B5;
	font-size: 18px;
}

.product-grid .product-item .manufacturers a:hover
{
	color: #000;
}

.product-grid .product-item .product-title
{
	font-size: 24px;
	margin-bottom: 10px;
}

.product-grid .product-item .product-title a
{
	color: #DB0410;
	display: block;
	overflow: hidden;
	text-transform: none;
}

.product-grid .product-item .picture
{
	text-align: center;
	margin-top: 5px;
	max-width: 100%;
}

.product-grid .product-item .description
{
	margin: 10px 15px;
	text-align: center;
	color: #555;
	height: 50px;
}

.product-grid .product-item .add-info
{
	vertical-align: bottom;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}

.product-grid .product-item .add-info .prices
{
	text-align: center;
	vertical-align: middle;
	width: 33%;
	display: inline-block;
}

.product-grid .product-item .add-info .cantidad
{
	vertical-align: middle;
	width: 33%;
	display: inline-block;
}

.product-grid .product-item .add-info .cantidad .textBox
{
	border: 1px solid #555;
	height: 18px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
}

.product-grid .product-item .add-info .cantidad .productgridproductmas, .product-grid .product-item .add-info .cantidad .productgridproductmenos
{
	border: 1px solid #555;
	background: #FFF;
	width: 17px;
	cursor: pointer;
	font-size: 14px;
	vertical-align: middle;
}

.order-summary-content .productgridproductmas, .order-summary-content .productgridproductmenos
{
	border: 1px solid #E44D16;
	background: #FFF;
	width: 17px;
	height: 17px;
	cursor: pointer;
	font-size: 16px;
	vertical-align: text-bottom;
	text-align: center;
	line-height: 0;
}

.order-summary-content .productgridproductmenos { margin-right: 5px;}

.product-grid .product-item .add-info .buttons
{
	vertical-align: middle;
	float: right;
	width: 35px;
	margin: 0 15px 0 0;
}

.product-grid .product-item .add-info .prices .productPrice
{
	color: #0080ff;
	font-size: 28px;
	font-family: "AvenirHeavy";
}

.product-grid .product-item .add-info .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
	margin-left: 5px;
	font-size: 10px;
}

.consultarPrecio
{
	color: #0080ff;
	font-size: 14px;
	margin-left: -30px;
	padding-top: 10px;
	font-family: "AvenirHeavy";
}

.marcaIVA
{
    font-size:10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PRODUCTS IN LINES 1 - TEMPLATE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product-list1
{
	width: 100%;
}

.product-list1 .item-box
{
	width: 48%;
	margin: 0 0.8%;
	display: inline-block;
}

.product-list1 .product-item
{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
}

.product-list1 .product-item .product-title
{
	font-weight: normal;
}

.product-list1 .product-item .product-title a
{
	display: block;
	overflow: hidden;
	color: #D30416;
	font-size: 22px;
	margin-bottom: 10px;
}

.product-list1 .product-item .picture
{
	width: 100%;
}

.product-list1 .product-item .description
{
	padding: 15px;
	margin: 10px 150px 0px 15px;
	text-align: left;
	border-left: solid 1px #e3e3e3;
	color: #555;
}

.product-list1 .product-item .prices-wrapper
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
}

.product-list1 .product-item .prices .productPrice
{
	color: #0E72B5;
	font-size: 19px;
	margin-left: 10px;
	font-family: "AvenirHeavy";
}

.product-list1 .product-item .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
	margin-left: 20px;
	font-size: 14px;
}

.product-list1 .product-item .buttons
{
	padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PRODUCTS IN LINES 2 - TEMPLATE
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product-list2
{
	margin-bottom: 15px;
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PAGES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.search-results .pager input
{
	font-size: 1em;
	color: #0E72B4;
}

.category-page .product-pager, .manufacturer-page .product-pager, .producttag-page .product-pager
{
	text-align: center;
}

.category-page .product-pager a, .manufacturer-page .product-pager a
{
	font-size: 1em;
}

.category-page .product-pager a:link, .manufacturer-page .product-pager a:link
{
	text-align: center;
	color: #555;
}

.category-page .product-pager span, .manufacturer-page .product-pager span
{
	color: #0E72B4;
	font-size: 1.3em;
	font-weight: bold;
}

.category-page, .manufacturer-page, .manufacturerlist-page
{
	padding-bottom: 5px;
	margin: 60px auto 10px;
	width: 1200px;
	text-align: center;
}

.category-page .page-title, .manufacturerlist-page .page-title, .manufacturer-page .page-title
{
	border-bottom: 1px solid #000;
}

.category-page .category-description, .manufacturer-page .manufacturer-description
{
	color: #555;
	font-size: 1em;
	text-align:justify;
}

.sub-category-grid, .manufacturer-grid
{
    margin-top: 5px;
	margin-bottom: 5px;
}

.sub-category-grid table, .manufacturer-grid table
{
	width: 100%;
}

.sub-category-grid a, .manufacturer-grid a
{
	color: #000;
}

.sub-category-grid .item-box, .manufacturer-grid .item-box
{
	vertical-align: text-top;
}

.sub-category-grid .sub-category-item, .manufacturer-grid .manufacturer-item
{
	margin: 10px 5px;
	width: 149px;
	height: 190px;
	border: 1px solid #0E72B5;
	padding: 0 5px;
}

.sub-category-grid .sub-category-item .category-title, .manufacturer-grid .manufacturer-item .man-title
{
	text-align: center;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	overflow: hidden hidden;
	height: 1.8em;
	padding: 8px 0 5px 0;
}

.sub-category-grid .sub-category-item .picture, .manufacturer-grid .manufacturer-item .picture
{
	text-align: center;
	padding: 10px 0;
}

.sub-category-list
{
	margin-bottom: 15px;
	padding: 0px;
}

.product-filters
{
	width: 100%;
	margin-left: 5px;
}

.product-filters .filter-title
{
	font-weight: bold;
	padding-left: 10px;	
	color: #555;
}

.product-filters .filter-title span
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.product-filters .filter-item
{
	padding: 5px 10px;
}

.price-range-filter .title
{
	color: #555;
	font-weight: bold;
	padding: 1px 0px 5px 20px;
}

.price-range-filter ul
{
	margin: 0;
	padding-left: 20px;
}

.price-range-filter li
{
	list-style: none;
	padding-bottom: 2px;
}

.price-range-filter .selected-price-range
{
	padding-left: 20px;
}

.price-range-filter .remove-price-range-filter
{
	font-weight: bold;
}

.product-spec-filter
{
    background-color: #c0ecfa;
    padding: 10px;
}

.product-spec-filter .title
{
	color: #555;
	font-weight: bold;
	padding: 1px 0px 5px 20px;
}

.product-spec-filter table.filter {width: 100%;}
.product-spec-filter table.filter tr.group {font-weight: bold; }
.product-spec-filter table.filter tr.item td {padding: 2px 2px 2px 16px; }
.product-spec-filter table.filter tr.filtereditem {}

.product-spec-filter .remove-filter
{
    padding-top: 5px;
	padding-left: 20px;
}

.product-spec-filter .remove-product-spec-filter
{
	font-weight: bold;
}

.filtros .group .a
{
    color:Blue;
}

.login-page
{
	padding-bottom: 5px;
	margin: 60px auto 10px;
	width: 1200px;
}

.login-page .page-title
{
	border-bottom: 1px solid;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}

.login-page .wrapper
{
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.login-page .wrapper .new-wrapper
{
	float: left;
	width: 45%;
}

.login-page .wrapper .new-wrapper .register-title
{
	text-align: center;
	margin: 0px 10px;
	font-weight: bold;
	color: #000;
}

.login-page .wrapper .new-wrapper .register-block
{
	text-align: center;
	margin: 10px;
	padding: 15px 5px 5px 5px;
	border: solid 1px #d3d3d3;
	min-height: 190px;
	vertical-align: top;
}

.login-page .wrapper .new-wrapper .checkout-as-guest-or-register-block
{
	text-align: left;
	margin: 10px;
	padding: 15px 5px 5px 5px;
	border: solid 1px #d3d3d3;
	height: 240px;
	vertical-align: top;
}

.login-page .wrapper .returning-wrapper
{
	display: inline-block;
}

.login-page .wrapper .returning-wrapper tr, .login-page .wrapper .returning-wrapper td
{
	float: none;
}

.login-page .wrapper .returning-wrapper .login-title
{
	text-align: center;
	margin: 0px 10px;
	font-weight: bold;
	color: #000;
}

.captcha-enabled
{
	height: 310px !important;
}

#ctl00_ctl00_cph1_cph1_ctrlCustomerLogin_LoginForm_RememberMe
{
	margin-right: 5px;
}

.login-page .wrapper .returning-wrapper .login-block
{
	text-align: left;
	margin: 10px;
	padding: 15px 5px 5px 5px;
	border: solid 1px #d3d3d3;
	min-height: 190px;
}

.login-table-container
{
	vertical-align: middle;
}

.login-table-container .textBox
{
	width: 250px;
}

.login-table-container .row .item-name
{
	padding: 10px 10px 10px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
	font-weight: bold;
}

.login-table-container .row .item-value
{
	padding: 10px 0px;
	vertical-align: middle;
}

.login-page .forgot-password
{
	font-weight: bold;
	width: 200px;
}

.login-page .buttons
{
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}

.registration-page
{
	padding-bottom: 5px;
	margin: 60px auto 10px;
	width: 1200px;
	text-align: center;
}

.registration-page .page-title
{
	border-bottom: 1px solid;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}

.registration-page td, .registration-page tr
{
	float: none;
}

.registration-page .textBox
{
	width: 250px;
}

.registration-page label, .account-page label
{
	margin-right: 10px;
}

.registration-page .body
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	background-color: inherit;
	text-align: center;
	display: inline-block;
}

.registration-page .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
	color: #000;
}

.registration-page .section-body
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.registration-page .button
{
	float: right;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	clear: both;
}

.password-recovery-page, newsletter-page
{
	padding-bottom: 5px;
	margin: 60px auto 10px;
	width: 1200px;
}

.password-recovery-page .page-title, newsletter-page .page-title
{
	border-bottom: 1px solid;
	margin: 0 0 10px;
	overflow: hidden;
	width: 100%;
}

.password-recovery-page .body, newsletter-page .body
{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #333;
	background-color: inherit;
}

.password-recovery-page .body table
{
	margin: 20px auto;
}

.customer-avatar
{
	padding: 10px;	
}

.account-activation-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.account-activation-page .page-title
{
	border-bottom: 0 none;
}

.account-activation-page .body
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.address-edit-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.address-edit-page td, .address-edit-page tr, .address-edit-page th
{
	float: none;
}

.address-edit-page .page-title
{
	border-bottom: 0 none;
}

.address-edit-page .body
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.address-edit-page .textBox
{
	width: 250px;
}

.search-panel
{
    margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
}

.search-panel .page-title
{
	border-bottom: 0 none;
}

.search-panel .search-input
{
	border: 1px solid #d7d7d7;
	padding: 10px;
}

.search-panel .search-input tr
{
	float: none;
}

.search-panel .search-results
{
	padding-top: 10px;
}

.search-panel .search-results .product-grid .item-box
{
	float: left;
	margin: 0 1px;
}

.search-panel .search-results .result
{
	font-weight: bold;
	color: #555;
}

.contact-form .esloganContacto
{
	height: 440px;
	background: url('/images/contacto.jpg') no-repeat;
	position: relative;
	text-align: center;
}

.contact-form .esloganContacto h1
{
	text-transform: none;
	text-shadow: 1px 1px 1px #FFF, 0px 0px 1px #FFF, -1px -1px 1px #FFF;
	position: absolute;
	width: 100%;
	bottom: 10%;
	font-family: "AvenirHeavy";
	font-size: 56px;
}

.contact-form .esloganContacto h2 
{
	text-transform: none;
	text-shadow: 1px 1px 1px #FFF, 0px 0px 1px #FFF, -1px -1px 1px #FFF;
	position: absolute;
	width: 100%;
	bottom: 30%;
	font-family: "AvenirHeavy";
	font-size: 38px;
}

.parrafoNegro
{
	color: #FFF;
	background: #000;
	font-size: 22px;
	padding: 10px 0;
	font-family: "AvenirMedium";
	text-align: center;
}

.contact-form .button
{
	text-align: right;
}

.contact-form input, .contact-form textarea
{
	border: 1px solid #0080ff;
}

.contact-form .send-email
{
	width: 1200px;
	margin: 0 auto;
}

.contact-form .send-email .table-container
{
	margin: 0 auto;
}

.contact-form .send-email tr, .contact-form .send-email td
{
	float: none;
}

.contact-form .contactusenquirytext
{
	width: 90%;
	height: 129px;
	margin: 0;
}

.contact-form .textBox
{
	width: 90%;
	padding: 5px;
}

.breadcrumb
{
	font-family: "AvenirMedium";
	float: left;
	padding-bottom: 10px;
	margin: 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	width: 100%;
	text-align: right;
	border-bottom: 1px solid #000;
}

.breadcrumb a
{
	text-decoration: none;
	color: #000;
	padding-right: 7px;
}

.breadcrumb a:hover
{
	text-decoration: none;
	color: #0E72B5;
}

.blog
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blogposts .post .blogdate
{
	color: #9a9a9a;
	font-style: italic;
}

.blogposts .post a.blogtitle
{
	color: #444;
	text-decoration: none;
	font-size: 1.2em;
}

.blogposts .post a.blogtitle:Hover
{
	text-decoration: underline;
}

.blog .blogposts
{
	margin: 0px 5px;
	padding: 0px;
}

.blog .blogposts .post
{
	border-bottom: dashed 1px #9a9a9a;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog .blogposts .blogbody
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog .blogposts .blogbody a
{
    color: #0E72B4;
	text-decoration: underline;
}

.blog .blogposts .blogdetails
{
	font-weight: bold;
	text-decoration: none;
	color: #0E72B4;
	background-color: inherit;
}

.blogpost
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blogpost .page-title
{
	border-bottom: 0 none;
}

.blogpost .postdate
{
	color: #9a9a9a;
	font-style: italic;
}

.blogpost .postbody
{
	margin: 0px;
	padding: 0px;
}

.blogpost .postbody a
{
    color: #0E72B4;
	text-decoration: underline;
}

.blogcomments
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blogcomments .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
}

.blogcomments .newcomment
{
	margin: 0px;
	padding: 0px;
}

.blogcomments .newcomment td.leavetitle
{
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #3a3a3a;
}

.blogcomments .newcomment td.button
{
	text-align: right;
}

.blogcomments .commentlist
{
	border-top: solid 1px #6a6a6a;
	margin-top: 10px;
	background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

.blogcomment
{
	border-bottom: solid 1px #E3E3E3;
}

.blogcomment .commentinfo
{
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}

.blogcomment .commentinfo .userinfo
{
	padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo .avatar
{
	margin: 5px 0;
}

.blogcomment .commentinfo .userinfo .avatar .avatar-img
{
	border: solid 2px rgb(206, 219, 225) !important;
}

.blogcomment .commentinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.blogcomment .commentinfo .userinfo  .userstats .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent
{
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}

.blogcomment .commentcontent .commenttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}

.blogcomment .commentcontent .commenttime .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent .commentbody
{
	padding: 3px;
}

.rating-star
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filled-rating-star
{
	background-image: url(Images/FilledStar.png);
}

.empty-rating-star
{
	background-image: url(Images/EmptyStar.png);
}

.saved-rating-star
{
	background-image: url(Images/SavedStar.png);
}

.recently-added-products
{
	margin-bottom: 5px;
	padding: 0px;
}

.recently-added-products .product-grid .product-item
{
	text-align: center;
	margin: 10px 5px;
	width: 159px;
}

.recently-added-products .product-grid .product-item .add-info
{
	vertical-align: bottom;
	text-align: right;
	width: 159px;
	height: 60px;
}

.recently-added-products .product-grid .product-item .add-info .prices
{
	text-align: left;
	vertical-align: middle;
}

.recently-added-products .product-grid .product-item .add-info .buttons, .product-grid .product-item .add-info .buttons
{
	display: inline-block;
	width: 30%;
	text-align: center;
	vertical-align: middle;
}

.recently-added-products .product-grid .product-item .add-info .prices .productPrice
{
	color: #0E72B4;
}

.recently-added-products .product-grid .product-item .add-info .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

.recently-added-products .page-title
{
	border-top: 1px solid #000;
}

.recently-added-products .page-title td, .recently-added-products .page-title tr
{
	float: right;
}

.recently-viewed-products
{
	margin-bottom: 15px;
	margin-left:10px;
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	CUSTOMER ACCOUNT
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.account-page
{
	padding-bottom: 5px;
	margin: 60px auto 10px;
	width: 1200px;
}

.account-page .textBox
{
	width: 250px;
}

.account-page .page-title
{
    border-bottom: 0 none;
}

.account-page .body
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #555;
}

.customer-info-box
{
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	color: #555;
}

.customer-info-box tr, .customer-info-box td
{
	float: none;
}

.customer-info-box .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
	color: #000;
}

.customer-info-box .section-body
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.customer-info-box .button
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.customer-addresses
{
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-addresses tr, .customer-addresses td
{
	float: none;
}

.customer-addresses .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
	color: #000;
}

.customer-addresses .address-list .address-item
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.customer-addresses .add-button
{
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	text-align: right;
}

.customer-orders
{
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-orders tr
{
	float: none;
}

.customer-orders .recurring-payments
{
	padding: 10px 10px 5px 0px;
	width: 100%;
	clear: both;
}

.customer-orders .recurring-payments .section-title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
	font-size: 12px;
	color: #000;
}

.customer-orders .recurring-payments .recurring-payments-box
{
	text-align: left;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.customer-orders .order-list .order-item
{
	text-align: left;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #d7d7d7;
	height: auto;
}

.customer-pass-recovery
{
	padding: 5px;
	font-size: 11px;
	color: #555;
	background-color: inherit;
}

.customer-pass-recovery tr, .customer-pass-recovery td
{
	float: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PRODUCT DETAILS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.product-details-page 
{
	margin-top: 10px;
	padding: 10px;
}

.product-collateral
{
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}

.product-collateral .add-info
{
	width: 86px;
}

.product-details-info .picture
{
	float: left;
	width: 49%;
	margin-top: 25px;
	margin-bottom: 15px;
}

.product-details-info .overview
{
	float: right;
	width: 42%;
	margin-right: 15px;
	margin-top: 25px;
	padding: 10px;
}

.product-details-info .overview .productname
{
	color: #0E72B4;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.product-details-info .overview .shortdescription
{
	color: #555;
	margin-bottom: 0.5em;
	font-size: 1.1em;
}

.product-details-info .overview .manufacturers
{
	margin-bottom: 0.5em;
}

.product-details-info .fulldescription
{
	border-top: solid 1px #d3d3d3;
	clear: both;
	color: #555;
	margin-bottom: 0.5em;
}

.product-rating-box
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.product-variant-list
{
	margin-bottom: 15px;
	padding: 0px;
}

.product-variant-line
{
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	border-bottom: solid 1px #000;
}

.product-variant-line .picture
{
	float: left;
	width: 300px;
	margin-bottom: 15px;
}

.product-variant-line .overview
{
	float: right;
	width: 200px;
	margin-right: 25px;
}

.product-variant-line .overview .productname
{
	color: #0E72B4;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

.product-variant-line .description
{
	clear: both;
	color: #555;
	margin-bottom: 0.5em;
}

.product-variant-line .downloadsample
{
	clear: both;
	color: #555;
	margin-bottom: 0.5em;
}

.product-variant-line .downloadsample .downloadsamplebutton
{
	-x-system-font:none !important;
	background:#F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
	border:1px solid #B5B5B5;
	color:#444444;
	cursor:pointer;
	font-family:arial,sans-serif !important;
	font-size:11px !important;
	font-size-adjust:none !important;
	font-stretch:normal !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:bold !important;
	line-height:normal !important;
	overflow:visible;
	padding:1px 5px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	width:auto;
}

.product-variant-line .price
{
	float: left;
	margin-right: 10px;
}

.product-variant-line .price .productPrice
{
	color: green;
}

.product-variant-line .price .oldProductPrice
{
	color: red;
	text-decoration: line-through;
}

.product-variant-line .add-info
{
	padding-top: 10px;
}

.product-variant-line .giftCard dt
{
    clear: left;
    float: left;
    width: 150px;
}

.product-variant-line .error
{
    font-weight: bold;
	color: Red;
}

.one-variant-price
{
	margin-bottom: 15px;
}

.one-variant-price .productPrice
{
	color: #0E72B5;
	font-size:20px;
	margin-left: 10px;
	font-family: "AvenirHeavy";
}

.one-variant-price .oldProductPrice
{
	color: red;
	text-decoration: line-through;
	font-size: 14px;
}

.one-variant-download-sample
{
	clear: both;
	color: #555;
	margin-bottom: 0.3em;
	margin-top: 5px;
}

.one-variant-download-sample .downloadsamplebutton
{
	-x-system-font:none !important;
	background:#F1F1F1 url(images/btn_download_bg.gif) repeat-x scroll 0 100%;
	border:1px solid #B5B5B5;
	color:#444444;
	cursor:pointer;
	font-family:arial,sans-serif !important;
	font-size:11px !important;
	font-size-adjust:none !important;
	font-stretch:normal !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:bold !important;
	line-height:normal !important;
	overflow:visible;
	padding:1px 5px;
	text-align:center;
	text-transform:uppercase;
	vertical-align:middle;
	width:auto;
}

.related-products-grid .title, .also-purchased-products-grid .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 1.1em;
	color: #0E72B4;
}

.related-products-grid .item-box, .also-purchased-products-grid .item-box
{
	padding-bottom: 10px;
	text-align: center;
	vertical-align: text-top;
}

.related-products-grid .item, .also-purchased-products-grid .item
{
	text-align: center;
	margin: 10px 5px;
	border: solid 1px #E62138;
	width: 153px;
	height: auto;
}

.related-products-grid .item .product-title, .also-purchased-products-grid .item .product-title
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-weight: bold;
	text-transform: none;
	font-size: 1em;
	padding: 0;
}

.related-products-grid .item .picture, .also-purchased-products-grid .item .picture
{
	text-align: center;
}

.related-products-grid .prices .productPrice
{
	color: #0E72B5;
	font-size: 19px;
	margin-left: 10px;
	font-family: "AvenirHeavy";
}

.write-product-review-box tr, .write-product-review-box td, .compare-products tr, .compare-products td
{
	float: none;
}

.product-review-box
{
	margin-bottom: 15px;
	padding: 10px 5px;
}

.product-review-list
{
	margin: 10px 0 0 0;
	font-size: 11px;
	color: #555D65;
}

.product-review-list .product-review-item
{
	border: solid 1px #0E72B5;
	margin-top: 10px;
	padding: 10px;
	clear: both;
}

.product-review-list .product-review-item .review-title
{
	font-weight: bold;
	float: left;
	margin-bottom: 5px;
	color: #000;
}

.product-review-list .product-review-item .rating
{
	float: right;
}

.product-review-helpfulness
{
	color: #333;
	margin-top: 5px;
}

.product-review-helpfulness a, .product-review-helpfulness a:hover
{
	color: #0E72B4;
	text-decoration: none;
}

.productSpecBox
{
	padding: 5px;
	clear: both;
	color: #555;
}

.tier-prices
{
	text-align: center;	
	margin-bottom: 10px;
}

.tier-prices .prices-header
{
	background: #3a3a3a;
	color: #FFF;
	padding: 3px;
	font-weight: bold;	
}

.tier-prices .prices table
{
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	background: #f3f3f3;
}

.tier-prices .prices .prices-table td
{
	padding: 0;
}

.tier-prices .prices .item-table td
{
	border-bottom: solid 3px #d7d7d7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.tier-prices .prices .item-table .item-price
{
	color: Green;
}

.tier-prices .prices .header-table td
{
	border-bottom: solid 3px #d7d7d7;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

.tier-prices .prices .prices-table .field-header
{
	font-weight: bold;
	text-align: center;	
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	SLIM BOX (PRODUCT IMAGES)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#lbOverlay
{
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer
{
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading
{
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage
{
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink
{
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink
{
	left: 0;
}

#lbPrevLink:hover
{
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink
{
	right: 0;
}

#lbNextLink:hover
{
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom
{
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink
{
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber
{
	margin-right: 71px;
}

#lbCaption
{
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	PRIVATE MESSAGES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.sendpmbox
{
    background-color:#EEEEEE;
    border:1px solid #A0A0A0;
    color:#555555;
    display:block;
    float:left;
    font-family:Arial;
    font-size:10px;
    font-weight:bold;
    margin:2px 0 2px 2px;
    padding:2px;
    text-decoration:none;
    text-transform:uppercase;
}

.sendpmbox .pmlinkbutton
{
    line-height:14px;
    padding:2px 6px 2px 18px;
}

.privatemessagesend
{
	background: url('images/pm-footer-bg.gif') repeat-x bottom;
}

.privatemessagesend .title
{
	background: url('images/pm-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.privatemessagesend .wrapper
{
	padding: 5px;
}

.privatemessagesend table.postmessage
{
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

.privatemessagesend table.postmessage td
{
	padding: 4px;
}

.privatemessagesend table.postmessage td.fieldname
{
	font-weight: bold;
	width: 20%;
	color: #555;
}

.privatemessagesend table.postmessage td.options
{
	text-align: right;
}

.privatemessageview
{
	background: url('images/pm-footer-bg.gif') repeat-x bottom;
}

.privatemessageview .title
{
	background: url('images/pm-header-bg.gif') repeat-x 50%;
	color: #FFF;
	border: solid 1px #6a6a6a;
	height: 28px;
	line-height: 28px;
	font-weight: bold;
	padding-left: 3px;
}

.privatemessageview .wrapper
{
	padding: 5px;
}

.privatemessageview table.viewmessage
{
	width: 100%;
	vertical-align: middle;
	border-collapse: collapse;
}

.privatemessageview table.viewmessage td
{
	padding: 4px;
}

.privatemessageview table.viewmessage td.fieldname
{
	font-weight: bold;
	width: 20%;
	color: #555;
}

.privatemessageview table.viewmessage a
{
	color: #0E72B4;
	text-decoration: underline;
}

.privatemessageview table.viewmessage td.options
{
	text-align: right;
}

.private-messages-page
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.private-messages-page .page-title
{
	border-bottom: 0 none;
}

.private-messages-page .body
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #555;
}

.private-messages-box
{
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	color: #555;
}

.private-messages-box .section-body
{
	text-align: left;
	padding: 10px;
	height: auto;
}

.private-messages-box .button
{
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
}

.pmgridtablestyle
{
	font-family: arial;
	font-size: 11px;
	border: 1px solid #808080;
	background-color: #FFFFFF;
	margin-left: 0px;
	width: 100%;
}

.pmgridtablestyle td a
{
	text-decoration: none;
}

.pmgridaltrowstyle
{
	background-color: #F4FAFF;
}

.pmgridheaderstyle th
{
	background: url('images/grid-bg.gif') repeat-x 50%;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: solid 1px #676767;
}

.pmgridrowstyle td, .pmgridaltrowstyle td
{
	padding: 4px 10px;
	border-right: solid 1px #A0C0E7;
	border-right-color: #808080;
}

.pmgridpagerstyle
{
	height: 28px;
	background: url(Images/grid_header_back.png) repeat-x;
	background: #EEEEEE;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	BB CODE EDITOR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.toolbar
{
	padding: 2px;
	display: inline;
}

.toolbar .button
{
	background: url('images/bbeditor-button-bg.gif') repeat-x;
	padding: 2px;
	margin-right: 2px;
	border: #cec6b5 1px solid;
}

.toolbar .button:hover
{
	border: #333 1px solid;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	BBCODES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #ffffff;
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	AJAX CONTROL TOOLKIT - TAB CONTROL CLASSES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* GREY THEME */
.grey .ajax__tab_header
{
	font-family: "Helvetica Neue" , Arial, Sans-Serif;
	background: url(images/tab-line.png) repeat-x bottom;
	font-size: 12px;
	display: block;
}

.grey .ajax__tab_header .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat left top;
	border-color: #222;
	color: #222;
	padding-left: 10px;
	margin-right: 3px;
}

.grey .ajax__tab_header .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right top;
	border-color: #666;
	color: #666;
	padding: 3px 10px 2px 0px;
}

.grey .ajax__tab_hover .ajax__tab_inner
{
	color: #000;
}

.grey .ajax__tab_active .ajax__tab_outer
{
	background: url(images/tab.png) no-repeat 0pt -40px;
	border-bottom-color: #ffffff;
}

.grey .ajax__tab_active .ajax__tab_inner
{
	background: url(images/tab.png) no-repeat right -40px;
	color: #000;
	border-color: #333;
}

.grey .ajax__tab_body
{
	font-family: arial,helvetica;
	font-size: 10pt;
	background-color: #fff;
	border: solid 1px #d7d7d7;
	border-top-width: 0;
	padding: 10px 20px;
}

.grey .ajax__tab_body h2 
{
	font-size: 18px;
	margin-bottom: 10px;
}

.grey .ajax__tab_body span 
{
	margin-bottom: 5px;
	display: block;
	font-family: "AvenirMedium";
	color: #E44D16;
}

.grey .ajax__tab_body ul 
{
	list-style: inside;
	color: #666;
	margin-bottom: 15px;
}

/*NUEVOS VERSIÓN 1.8*/
.producttags-box
{
	padding: 5px;
	clear: both;
	color: #555;
}

/*NUEVOS EDETRONIK*/
#cajaFiltros 
{
    padding:0;
}

#cajaFiltros li
{
    display:inline;
    float:left;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:5px;
}

#cajaFiltros li a
{
 color:Fuchsia;
}

.condicionesInfo
{
    color:Black;
    text-align:justify;
    padding:10px;
}

.terms-of-service
{
	margin-top: 5px;
}

.terms-of-service span
{
    color:#0080ff;
    cursor:pointer;
}

.content_socialLink
{
	height: auto;
}

.socialLink 
{
	display: inline-block;
	margin: 5px 0 0 0;
	height: 40px;
	width: 54px;
	overflow: hidden;
}

.default
{
	text-align: justify;
	width: 100%;
	position: relative;
}


.default h1
{
	position: absolute;
	top: 70px;
	left: 20%;
	z-index: 100;
	text-align: right;
	text-transform: none;
	font-size: 48px; 
	color: #2a2e55;
	text-shadow: 1px 1px 1px #FFF, 0px 0px 1px #FFF, -1px -1px 1px #FFF;
}

.default h3
{
	font-size: 36px; 
	color: #0080ff;
	text-shadow: 1px 1px 1px #FFF, 0px 0px 1px #FFF, -1px -1px 1px #FFF;
	text-align:center;
}

.default h2
{
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	font-size: 38px;
}

.default .precios
{
	width: 1200px;
	margin: 0 auto;
}

.default .precios p:first-child
{
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
}

.default .precios p:last-child
{
	font-size: 16px;
	text-align: right;
	margin: 10px 0;
}

.default .precios div
{
	display: inline-block;
	width: 33%;
}

.default .precios div img:first-child
{
	width: 59%;
	vertical-align: middle;
}

.default .precios div img:last-child
{
	width: 40%;
	vertical-align: middle;
}

.product-sorting
{
	text-align: right;
	padding-right: 15px;
	margin-bottom: 5px;
	font-size: 13px;
	font-family: "AvenirMedium";
}

.fulldescription, .modeloscompatibles, .observaciones
{
	font-size: 13px;
	margin: 5px 0;
}

#ctl00_ctl00_cph1_cph1_ctrlSearch_cbAdvancedSearch
{
	margin-right: 5px;
}

.busqueda tr
{
	float: none;
}

.busqueda td
{
	width: 65px;
}

#ctl00_ctl00_cph1_cph1_ctl00_lkBuscar
{
	float: left;
	color: #0E72B5;
	font-size: 14px;
	font-style: italic;
}

.formasPago img
{
	margin-top: 8px;
}

.order-summary-content .cart .cart-item-row td.product, .wishlist-content .cart .cart-item-row td.product
{
	width: 40%;
}

.order-summary-content .cart .cart-item-row td.end, .wishlist-content .cart .cart-item-row td.end
{
	width: 12%;
	padding-right: 3px;
}

.enter-address-body .textBox, .address-edit-page .textBox
{
	width: 200px;
}

#ctl00_ctl00_cph1_cph1_pnlResult
{
	text-align: center;
	font-size: 16px;
}

#ctl00_ctl00_cph1_cph1_ctrlCheckoutPaymentMethod_dlPaymentMethod tr
{
	display: block;
	width: 100%;
}

.bloqueQuienes
{
	width: 600px;
	display: inline-block;
	margin: 20px 0;
	vertical-align: middle;
}

.bloqueQuienes:last-child
{
	text-align: justify;
	font-family: "AvenirMedium";
	font-size: 18px;
	padding-right: 10px;
	box-sizing: border-box;
}

.bloqueContrata
{
	width: 600px;
	margin: 20px auto;
}

.bloqueContrata input 
{
	margin-bottom: 10px;
}

.AvisoLegal
{
	padding-bottom: 5px;
	margin: 60px auto 10px;
	width: 1200px;
	text-align: justify;
}

.AvisoLegal .page-title
{
	display: block !important;
}

.bloqueEmpresas
{
	width: 400px;
	display: inline-block;
	margin: 20px 0;
	vertical-align: top;
}

.bloqueEmpresas:last-child
{
	width: 780px;
	text-align: justify;
	font-family: "AvenirMedium";
	font-size: 18px;
	padding-right: 10px;
}

.bloqueEmpresas a
{
	color: red;
	text-align: right;
	margin-top: 20px;
	display: block;
}

.textoEmpresas
{
	text-transform: none;
	text-shadow: 1px 1px 3px #FFF, 0px 0px 3px #FFF, -1px -1px 3px #FFF;
	position: absolute;
	margin-top: -100px;
	text-align: center;
	width: 100%;
}

/**************NUEVO**********************/
.default p 
{
	font-size:25px;
	width:80%;
	margin:15px auto;
	padding:15px;
	text-align:center;
	color:#7e7e7e;
}
.servicios
{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	width: 80%;
	margin:50px auto;
}
.servicios h2
{
	font-size:20px;
}
.servicios .itemServicio
{
	width:30%;
	text-align:center;
}
.servicios .descriptionServicio
{
	text-align:center;
	color:#7e7e7e;
	font-size:18px;
	padding:5px;
}

.servicios .descriptionServicio span
{
	width: 100%;
}
.bannerkit 
{
	width:80%;
	margin:70px auto;
	text-align:center;
}
.bannerkit img
{
	max-width:auto;
}
.kitdigital
{
	font-size:22px;
	width:80%;
	margin:15px auto;
	padding:15px;
	color:#7e7e7e;
}
.kitdigital h1.negrita 
{
	background: #000;
	color: #FFF;
	text-align: center;
	padding: 20px 0;
	font-size: 38px;
}
.kitdigital h2.azul 
{
	color:#0080ff;
	font-size: 25px;
	text-align:center;
}

.kitdigital p
{
	padding:10px 0;
	margin-top:10px;
}
.kitdigital ul
{
	padding-left:70px;

}
.kitdigital td, .kitdigital tr
{
	float:none;
}
.kitdigital td
{
	border:1px solid #0080ff;
	text-align:center;
	font-size: 15px;
	padding:5px;
	text-align:center;
}
.kitdigital th 
{
	background:#0080ff;
	color:#fff;
	font-weight: bold;
	text-align:center;
	font-size: 15px;
}
.kitdigital table
{
	margin:10px auto;
}
.kitdigital .precio
{
	color: #ff0000;
	font-weight:bold;
	text-align:center;
}
.kitdigital ul strong 
{
	color:#0080ff;
}
/*-------------------------------------------------------
ANCHO PC pequeño
-------------------------------------------------------*/
@media screen and (max-width: 1199px)
{
.cajaLogo, .header-selectors-wrapper .menu-head ul, .topicpage, .shoppingcart-page, .wishlist-page, .checkout-page, .checkout-one-page, 
.order-details, .category-page, .manufacturer-page, .manufacturerlist-page, .login-page, .registration-page, .password-recovery-page, .contact-form .send-email, 
.account-page, .default .precios, .AvisoLegal, .paginaTarifas
{
	width: 99%;
}

.header
{
	height: 195px;
}

.cajaLogo .cabecera
{
	width: 40%;
	margin-right: 15%;
}

.cajaLogo .logo
{
	width: 33%;
}

.cajaLogo .logo .telefono
{
	font-size: 32px;
}

.header-selectors-wrapper .menu-head ul
{
	margin: -2% auto 0;
}

.default h1
{
	font-size: 40px;
	top: 9%;
	left: 8%;
}

.default h2
{
	font-size: 32px;
}

.default h3
{
	font-size: 30px;
	top: 27%;
	left: 18%;
}

.default .precios div img:first-child
{
	width: 58%;
}

.recently-added-products .product-grid .product-item .add-info .buttons, .product-grid .product-item .add-info .buttons
{
	width: 29%;
}

.contact-form .esloganContacto h2
{
	font-size: 32px;
}

.contact-form .esloganContacto h1
{
	font-size: 50px;
}

.bloqueQuienes
{
	width: 49%;
}

.bloqueEmpresas
{
	width: 30%;
}

.bloqueEmpresas:last-child
{
	width: 67%;
	margin-left: 1%; 
}

.textoEmpresas
{
	font-size: 24px;
	margin-top: -70px;
}
.servicios 
{
	width:95%;
}
.servicios .itemServicio h2
{
	font-size:25px;
}
}

/*-------------------------------------------------------
ANCHO Tablet
-------------------------------------------------------*/
@media screen and (max-width: 879px)
{

.cajaLogo .cabecera
{
	width: 50%;
	margin-right: 5%;
}

.cajaLogo .logo
{
	width: 40%;
	margin-left: 4%;
}

.cajaLogo .logo .telefono
{
	font-size: 30px;
}

.header-selectors-wrapper .menu-head ul
{
	margin: 0 auto;
}

.default h1
{
	font-size: 30px;
	top: 45px;
	left: 2%;
}

.default h2
{
	font-size: 22px;
}

.default h3
{
	font-size: 20px;
	top: 115px;
	left: 15%;
}

.default .precios div
{
	width: 47%;
	margin: 10px 1%;
}

.default .precios p:last-child
{
	font-size: 14px;
}

.recently-added-products .product-grid .product-item .add-info .buttons, .product-grid .product-item .add-info .buttons
{
	width: 25%;
}

.contact-form .esloganContacto
{
	height: 320px;
	background-size: cover;
}

.contact-form .esloganContacto h2
{
	font-size: 24px;
}

.contact-form .esloganContacto h1
{
	font-size: 38px;
}

.parrafoNegro
{
	font-size: 20px;
}

.bloqueContacto
{
	width: 43%;
}

.bloqueContacto:last-child
{
	width: 11%;
}

.bloqueQuienes
{
	width: 46%;
	margin: 20px 1.5%;
}

.bloqueQuienes:last-child
{
	font-size: 16px;
	padding-right: 0px;
}

.bloqueEmpresas
{
	width: 31%;
}

.bloqueEmpresas:last-child
{
	width: 65%;
	font-size: 16px;
}

.textoEmpresas
{
	font-size: 18px;
	margin-top: -50px;
}
.servicios .itemServicio 
{
	width:45%;
}
}

/*-------------------------------------------------------
ANCHO movil
-------------------------------------------------------*/
@media screen and (max-width: 639px)
{
.htmlcontent, .topicpage, .shoppingcart-page, .wishlist-page, .checkout-page, .checkout-one-page, 
.order-details, .category-page, .manufacturer-page, .manufacturerlist-page, .login-page, .registration-page, .password-recovery-page, .contact-form .send-email, 
.account-page, .default .precios, .order-progress, .AvisoLegal
{
	margin: 10px auto;
}
.cajaLogo, .header-selectors-wrapper .menu-head ul, .shoppingcart-page, .wishlist-page, .checkout-page, .checkout-one-page, 
.order-details, .category-page, .manufacturer-page, .manufacturerlist-page, .login-page, .registration-page, .password-recovery-page, .contact-form .send-email, 
.account-page, .default .precios, .AvisoLegal
{
	width: 98%;
}

.header
{
	height: auto;
}
.header-selectors-wrapper .menu-head ul 
{
	flex-direction: column;
}
.cajaLogo .cabecera
{
	display: none;
}

.cajaLogo .logo
{
	width: 96%;
	margin: 30px 2% 0;
}

.cajaLogo .logo .telefono
{
	font-size: 24px;
}

.cajaLogo .logo .llamamos
{
	font-size: 16px;
}

.header-selectors-wrapper .menu-head ul li
{
	float: none;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #DF4219;
}

.menu-head ul li a
{
	font-size: 12px;
	letter-spacing: 1px;
}

.default h1
{
	font-size: 16px;
	top: 10px;
	left: 10px;
}

.default h2
{
	font-size: 18px;
	padding: 10px 0;
}


.default .precios p:first-child
{
	font-size: 22px;
}

.default .precios div
{
	width: 96%;
	margin: 10px 2%;
}

.headermenu ul
{
	padding: 0;
	width: 100%;
}

.headermenu li
{
	float: none;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #FFF;
	padding: 5px 0;
}

.headermenu a
{
	border: none;
	font-size: 14px;
}

.footer-disclaimer
{
	font-size: 16px;
}

.account-page .textBox, .login-table-container .textBox
{
	width: 210px;
}

.product-grid table tr 
{
    width: 96%;
    margin: 15px 2%;
}

.contact-form .esloganContacto
{
	height: 250px;
}

.contact-form .esloganContacto h2
{
	font-size: 18px;
	bottom: 32%;
}

.contact-form .esloganContacto h1
{
	font-size: 24px;
}

.parrafoNegro
{
	font-size: 16px;
}

.bloqueContacto
{
	width: 100%;
	margin: 5px 0;
}

.bloqueContacto:last-child
{
	width: 100%;
	text-align: center;
}

.bloqueQuienes
{
	width: 95%;
	margin: 10px 2%;
}

.bloqueQuienes:last-child
{
	font-size: 14px;
}

.bloqueContrata
{
	width: 98%;
	margin: 5px 1%;
	text-align: center;
}

.product-grid .product-item .add-info .prices .productPrice
{
	font-size: 24px;
}

.topicpage
{
	width: 100%;
}

.bloqueEmpresas, .bloqueEmpresas:last-child
{
	width: 95%;
	margin: 10px 2%;
}

.bloqueEmpresas:last-child
{
	font-size: 14px;
}

.textoEmpresas
{
	font-size: 16px;
	margin-top: -40px;
}
.kitdigital 
{
	width:95%;
	padding:0px;
}
.kitdigital ul 
{
	padding-left:30px;
}
.servicios .itemServicio 
{
	width:99%;
}
}
@media screen and (max-width: 639px)
{
	.default p
	{
		font-size:18px;
		width: 95%;
		padding: 0px;
	}
}
