/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
/* Vanadium Styles */ 
div.vanadium-invalid {
  border-color: red !important;
  border-style: solid !important;
}
div.vanadium-valid {
  border-color: green !important;
  border-style: solid !important;
}
.vanadium-message-value {
  font-style: italic;
  text-decoration: underline;
}
.vanadium-advice.vanadium-invalid, .vanadium-advice.vanadium-invalid * {
  color: red;
}

input.vanadium-valid {
  border-color: greenyellow;
}
input.vanadium-invalid {
  border-color: pink;
}
#messages {
  height: 70px;
  padding: 0;
  border-color: yellow;
}
input.vanadium-valid ~ .vanadium-valid-advice {
  display: inline !important;
  color: green;
}

.bg2{
  background-image: url(images/m35.gif);
  background-repeat: repeat-x;
 }
 
body {
	color: #1919191;
	margin: 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background-color: #ffffff;
	background-image: url(../../../../images/fondo-footer.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	  color: #186311;
	text-decoration: none;
	}
 
a:visited {
	color: #186311;
	text-decoration: none;
	}

a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
	color: #747474;
	}

a:active {
	color: #0000FF;
	}



/*h1 {
	font-size: 1.5em;
	color: #629200;
	}*/
h1 {
	font-size: 14px;
	color: #fff;
	height:30px;
	line-height:30px;
	text-align:center;
	background-image: url(../../../../images/fondo-titulos.jpg);
	background-repeat: repeat-x;	
}

h1#indexDefaultHeading {
	font-size: 14px;
	color: #fff;
	height:0;
	background: none;
}


h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 1.2em;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}
	h2{
	margin: 0em 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background:#FFFFFF;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #186311;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	color: black;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

#informacion {
	float: right;
	width: 275px;
	text-align:right;
	background-image: url(../../../../images/fondo-informacion.jpg);
	background-repeat: no-repeat;
}

.email {
	line-height: 25px;
	font-size:18px;
}
.telefono {
	line-height: 30px;
	font-size:24px;
	color:#186311;
}


LABEL.inputLabel {
	width: 9em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 14em;
	float: left;
	padding-left: 2.5em;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
	width: 11em;
	float: left;
	}

#checkoutPayment LABEL.radioButtonLabel {
	font-weight: bold;
	}

P, ADDRESS {
	padding: 0;
	text-align:justify;
	}

ADDRESS {
	font-style: normal;
	}

.clearBoth {
	clear: both;
	}

HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #186311;
	}

/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #F2F2F2;

	}

.messageStackWarning, .messageStackError {
	background-color: #ff0000;
	color: #ffffff;
	}

.messageStackSuccess {
	background-color: #99FF99;
	color: #000000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}

/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
}

#logoWrapper{
	/*background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	height:75px;*/
	}

#mainWrapper {
	margin: auto;
} 

#navColumnOneWrapper, #navColumnTwoWrapper {
	margin: 0; 
}
	
#tagline {
	color:#000000;
	font-size: 2em;
	text-align : center;
	vertical-align: middle;
	}

#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	margin: 0;
	width: 47%;
	}

.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {}
.navSplitPagesLinks {}

.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
	}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	}

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	padding-left:1px;
	font-family:arial;
	font-weight:bold;
	height: 1%;
	}

#navCatTabsWrapper {
	background-color: #ffffff;
	color: #9a9a9a;
	background-image:none;
}

#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color:#186311;
	white-space: nowrap;
	}

#navCatTabs ul li a {
	color: #9a9a9a;
	}

#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #F2F2F2;
	}

#navEZPagesTOC ul {
	margin: 0;
	padding: 0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
	}

#navEZPagesTOC ul li {
	white-space: nowrap;
	}

#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
	}

#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
	}

#navMainSearch {
	float: right;
	}

#navBreadCrumb {
	padding: 0;
	color:#191919;
	font-size: 0.95em;
	margin: 0em;
	}

#navEZPagesTop {
	background-color: #f8f8f8;
	background-image: url(../images/tile_back.gif);
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
	}

#navColumnOne, #navColumnTwo {
}

/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}

/*.content,*/ #productDescription, .shippingEstimatorWrapper {
	/*font-size: 1.2em;*/
	padding: 0.5em;
	}

.content {
	margin: 0 0 0 10px;
}

.alert {
	color: #FF0000;
	margin-left: 0.5em;
	}
.advisory {}
.important {
	font-weight: bold;
	}
.notice {}
.rating{}
.gvBal {
	float: right;
	}
.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {
	padding: 0.2em;
	}

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 0.9em;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #C3D3B4;
	padding: 1em;
	}

.tableHeading TH {
	border-bottom: 1px solid #F2F2F2;
	}

.tableHeading, #cartSubTotal {
	background-color: #186311;
	color:#FFF;
	 }

#cartSubTotal {
	border-top: 1px solid #186311;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
	}

.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}

#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #3C8303;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #186311;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList {
	margin-left: 1em;
	}

#mediaManager {
	width: 50%; 
	margin: 0.2em;
	padding: 0.5em;
	background-color: #E4FEf5;
	border: 1px solid #003D00;
	}
.mediaTitle {
	float: left;
	}
.mediaTypeLink {
	float: right;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
	}

.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	list-style-type: none;
	} 

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 

#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
	}

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}

.categoryIcon {}

#cartImage {
	margin: 0.5em 1em;
	}

/*Attributes*/
.attribImg {
	width: 100%;
	margin: 0.3em 0em;
}

.attributesComments {}

/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 20px 0 0;
}

.centerBoxWrapper {
	width: 655px;
	height: 1%;
	margin-bottom: 20px;
	margin-left: 10px;
	}

h2.centerBoxHeading, .categoryIcon {
	font-size: 14px;
	color: #fff;
	height:30px;
	line-height:30px;
	text-align:center;
	background-image: url(../../../../images/fondo-titulos.jpg);
	background-repeat: repeat-x;	
}

.categoryIcon A {
	color: #fff;
}

/*sideboxes*/
.columnLeft {
	width:224px;
	background-color:#f8f8f8;
	border: 1px solid #c2c2c2;
	margin: 0 9px;
}

#shoppingcart h3 a {
	font-size: 14px;
	color: #fff;
	height:30px;
	line-height:30px;
	text-align:center;
	background-image: none;
}


h3.leftBoxHeading, h3.leftBoxHeading a,
h3.rightBoxHeading, h3.rightBoxHeading a {
	font-size: 14px;
	color: #fff;
	height:30px;
	line-height:30px;
	text-align:center;
	background-image: url(../../../../images/fondo-titulos.jpg);
	background-repeat: repeat-x;	
	}
#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {
	font-size: 0.9em;
	color: #ffffff;
}

.leftBoxHeading , .rightBoxHeading {
	margin: 0em;
	background-color: #f8f8f8;
	background-image: url(../images/tile_back.gif);

	}
	
	.centerBoxHeading
	{
	background:#FFFFFF;
	
	}


	
	

.leftBoxContainer, .rightBoxContainer {
    margin: 0 0 10px 0;
	background-color:#f8f8f8;
}

.banner-lateral {
    margin: 0 9px 10px;
}

.llamamos {
	background-color:#FFF;
    margin: 0 11px 10px 9px;
	padding: 10px 9px;
	border:1px solid #d2d2d2;
	font-size:11px;
}

.sideBoxContent {
	background-color: #f8f8f8;
	padding: 0.4em;
	}

h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {
	color: #FFFF33;
	text-decoration: none;
	} 

.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {
	color: #186311;
	}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading,.rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
	}
.centerBoxHeading{
text-align:left;
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
	}

#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
	}

#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
	}

#bannerboxHeading {
	background-color: #0000CC;
}

#upProductsHeading {
	text-align: left;
	}

#upDateHeading {
	text-align: right;
	}

/* categories box parent and child categories */
A.category-top, A.category-top:visited {
	color: #008000;
	text-decoration: none;
	}
A.category-links, A.category-links:visited {
	color: #004080;
	text-decoration: none;
	}
A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {
	color: #FF0000;
	text-decoration: none;
	}
SPAN.category-subs-parent {
	font-weight: bold;
	}
SPAN.category-subs-selected {
	font-weight: bold;
	}
/* end categories box links */

/*misc*/
.back {
	float: left;
	}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color:#FFFFF4;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #f8f8f8;
	height: 1.5em;
	vertical-align: top;
	}

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

CAPTION {
	/*display: none;*/
	}

#myAccountGen li, #myAccountNotify li {
	margin: 0;
	} 

.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;
	/*vertical-align: top*/
	}

.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
	}

TR.tableHeading {
	background-color: #186311;
	height: 1.9em;
	color:#FFF;
	padding: 3px;
	}

.productListing-rowheading {
	background-color: #f8f8f8;
	background-image: url(../images/tile_back.gif);
	height: 2em;
	color: #FFFFFF;
	}

#siteMapList {
	width: 90%;
	float: right;
	}

.ratingRow {
	margin: 1em 0em 1.5em 0em;
	}

LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
	}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
	}
.information {padding: 10px 3px; line-height: 150%;}

#shoppingcartBody #shippingEstimatorContent {
	clear: both;
	}

.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
	}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}
#seShipTo {
	padding: 0.2em;
	}
.dropmenudiv_c{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 205px;
visibility: hidden;
}


.dropmenudiv_c a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;

text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
background-color: #00ffff;
}
.arrowlistmenu{
width: 195px; /*width of accordion menu*/
background-color:#9fecff;
vertical-align:text-top;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: white;
background: black url(../images/titlebar.png) repeat-x center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #2348b4;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #2348b4;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #00ffff;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 2px;
background:#00FF99;
background-image: url(../images/titlebar-active2.png);
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffff00;
font-weight:bold;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}


.vDotLine
{
/*    background:transparent url("../images/delim_v.gif") top center repeat-y;*/
    width: 20px;
    font-size: 1px;
}

.hDotLine
{
/*    background-image: url("../images/delim_h.gif") ;*/
	padding:1px 0;
	height:3px;
}

.newsproducts, .allproducts{
width:100%;
text-align:center;
}

.columnasnews, .columnasall{

width:30%;
border-bottom:#66CC00 1px dotted;
border-right:#66CC00 dotted 1px;}

.barra a{
color:#EEF3EF;
font-weight:bold;
text-decoration:none;
text-align:center;}

.barra a:hover{
color:#C0D76C;
font-weight:bold;
text-decoration:none;
text-align:center;}

.colorsito{
border-right: solid 1px #CCCCCC;}

.colorsito1{
border-left: solid 1px #CCCCCC;}

.colorsito1 a{

color:#205A30;
text-align:right;
font-weight:bold;}

.colorsito1 a:hover{

color:#559302;
text-align:right;
font-weight:bold;}

#header {
	height:98px;
	width:100%;
}

#menu-principal {
	height:39px;
	background-image: url(../../../../images/fondo-menu.jpg);
	background-repeat: no-repeat;
	width:91%;
	padding: 0 0 0 9%;
}


#estilito ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-decoration:none;
}

#estilito{
	margin:0px;
	text-align:center;
}

#estilito li a
{
	color: #ffffff;
	font-size:15px;
	line-height: 37px;
	text-decoration: none;
	margin: 1px 3px 0 6px;
	padding: 0 10px 0 0;
	border-right: #FFF 1px solid;
} 

#estilito li
{
	float: left;
	margin: 1px 0 0;
	height:38px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
} 


#estilito li a:hover
{
color:#C0DA6A;
text-decoration:none;
} 


#area-clientes {
	float: right;
	height:39px;
	width:95px;
	color: #ffffff;
	font-size:15px;
}

#area-clientes a {
	color: #ffffff;
	font-size:15px;
	line-height:17px;
}

#buscador {
	float: right;
	color: #ffffff;
	line-height:25px;
	text-align:right;
	font-size:15px;
	height:29px;
	width:140px;
	margin: 5px 15px;
}

#buscador a {
	text-decoration:none;
	color: #ffffff;
	line-height:25px;
}

#cabecera{
	width:100%;
	height:137px;
	margin: 0 0 20px 0;
}

.formula{
border: 1px solid #186311; 
background:url(../../../../cuadrito.jpg) repeat-x #f8f8f8 bottom;
}

#contactocheckout{
	 text-align: center;
	 color: #009900;
	 font-weight: bold;
}

#rotacion {
	margin-bottom:20px;
}

#contenido-home {
	width:653px;
	height:222px;
	border: 1px solid #d8d8d8;
	margin-bottom:20px;
	margin-top:15px;
}

.cuadro {
	background-color:#ebefea;
	padding: 20px 10px;
	color:#186311;
}
.cuadroBodas {
	padding: 147px 10px 0;
	color:#186311;
	background-image: url(../../../../images/banner-central-bodas.jpg);
	background-repeat: no-repeat;
}

.cuadroBodas2 {
	padding: 147px 10px 0;
	color:#186311;
	background-image: url(../../../../images/banner-central-bodas2.jpg);
	background-repeat: no-repeat;
}

#bannerInterno {
	width:203px;
}


#footer {
	width: 665px;
	height:85px;
	background-image: url(../../../../images/fondo-linea.jpg);
	background-position: center top;
	padding: 35px 0 10px 0;
	margin: 0 0 140px 245px;
	background-repeat: no-repeat;
	text-align: center;
}

#footer a {
	font-size:14px;
}
.menu-footer, .menu-footer a {
	font-size:12px;
	color:#191919;
}
h3.itemTitle {
	font-size: 12px;
	color: #fff;
	height:22px;
	line-height:22px;
	text-align:center;
	background-image: url(../../../../images/fondo-producto.jpg);
	background-repeat: repeat-x;
}

h3.itemTitlePeq {
	font-size: 10px;
	color: #fff;
	height:22px;
	line-height:22px;
	text-align:center;
	background-image: url(../../../../images/fondo-producto.jpg);
	background-repeat: repeat-x;
}

h3.itemTitle a, h3.itemTitlePeq a {
	color: #fff;
	font-weight:normal;
}

.precio {
	font-size: 24px;
	color: #d70512;
	font-weight:normal;
}

.imagenLista {
	height:164px;
	border: 1px solid #186311;
}

.imagenListaAtributo {
	border: 1px solid #186311;
	height:190px;
}

.noticia {
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #186311;
}


