body, * {
margin:0px;
padding:0px;
}

body {
	background:url(images/bg.png) repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#313131;
}

.hidden{display:none;}

#content.single .data .price.hidden{display:none;}
.clear {
height:0px;
display:block;
clear:both;
zoom:1;
}

#wrap {
	width:973px;
	height: auto;
	margin: 0 auto;
}
#logo {
	display:table-cell;
	height:114px;
	top:15px;
	vertical-align:middle;
}

#logo.light { background: url(images/logo.png) no-repeat top left; }
#logo img {
	border: none;
	max-width: 740px;
}

#no-logo {
	color:#FFFFFF;
	font-size:38pt;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	margin-top:30px;
}
.logo-container{
	padding-top:30px;
	width:740px;
}

.footer-logos table, th, td {
	border:0;
	padding:10px;
	vertical-align:middle;
}

.footer-logos img {
	border:0;
}

#top {
position: relative;
min-height:145px;
width: 973px;
}

#search {
	position:absolute;
  bottom:15px;
	right:0;
	width:230px;
}
#search input[type=search], #search input[type=text] {
	background: url(images/search.png) no-repeat top left;
	border: none;
	display: block;
	width: 172px;
	height: 23px;
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-shadow: 1px 1px #a8a8a8;
	padding: 5px 35px 5px 15px;
	line-height: 23px;
	margin-top: 3px;
	float:right;
}
#search input[type=submit] {
	display: block;
	width: 33px;
	height: 33px;
	border: none;
	background: none;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	bottom:0px;
	right: 0px;
	font-size:0px;
	padding:0;
	margin:0;
}
#idioma {
	position: absolute;
	top:0px;
	right: 0px;
	background: rgba(0,0,0,0.8);
	font-size: 11px;
	color: #8f8f8f;
	padding: 10px;
}
#idioma span {
	margin: 0;
	float: left;
	display: block;
}
#idioma a {
	display: block;
	float: left;
	border: none;
	margin: 0 0 0 10px;
	overflow: hidden;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

#idioma a.selected {
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
}
	
#bar {
	width:973px;
	height: 70px;
	background: url(images/sombras.png) transparent no-repeat top left;
	position:relative;
	z-index:8;
}

#gradient{
	background:url("images/textura.png") no-repeat scroll left top #40B9ED;
	position:absolute;
	margin:6px 0 0 6px;
	width:811px;
	height:49px;
	display:block;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}

#navigation {
	width: 800px;
	float: left;
	padding: 15px 0 0 15px;
	position: absolute;
	z-index: 10;
	height:31px;
}
#navigation li {
	list-style: none;
	display: block;
	float: left;
	background: url(images/nav.png) bottom left #40B9ED;
	height: 31px;
	width: auto;
	padding: 0 0 0 15px;
	margin: 0 10px 0 0;
	position: relative;
}
#navigation li.selected { 
	background: url(images/nav.png) top left #40B9ED;	
}
#navigation li a,
#navigation li .a{
	display: block;
	height: 31px;
	background: url(images/nav.png) bottom right #40B9ED;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #AADCF2;
	text-shadow: -1px -1px #500202;
	padding: 0 15px 0 0;
	line-height: 29px;
	outline: none;
	cursor:pointer;
}

#navigation li a span *,
#navigation li .a span *{
	border: none;
	display: inline;
	padding: 0 0 1px 0;
}
#navigation li.selected a,
#navigation li.selected .a {
	background: url(images/nav.png) top right #40B9ED; 
	color: #fff;
	text-shadow: 1px 1px #2c0101;
}
#navigation li a:hover {
color: #fff;
}


.button {
    background: url("images/button-left.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    padding-left: 20px;
}

.button *{
    background: url("images/button-right.png") no-repeat scroll right top transparent;
    border: none;
    color: #eee;
    cursor: pointer;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 20px 0 0;
    text-decoration:none;
    text-shadow: 1px 1px 1px #080808;
    font-familty: Helvetica,Arial,sans-serif;
    font-weight:bold;
}

.button input{
	padding-bottom: 4px;
}
.button:hover { background-position: left bottom; }
.button:hover *{ background-position: right bottom; }


#compra {
	padding:15px 0 0 0;
	float: right;
	width: 160px;
	height: 31px;
	position: relative;
}
#compra a:hover {
	color: #fff;
}

#iniciar {
	list-style: none;
	display: block;
	background: url(images/checkout.png) bottom left #40B9ED;
	height: 31px;
	width: 107px;
	padding: 0 0 0 35px;
	margin: 0 10px 0 0;
	position: absolute;
	top:15px;
	right: 153px;
}
#iniciar a {
	display: block;
	height: 31px;
	background: url(images/checkout.png) bottom right #40B9ED;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #AADCF2;
	text-shadow: -1px -1px #500202;
	padding: 0 15px 0 0;
	line-height: 29px;
	outline: none;
}
#ver {
	list-style: none;
	display: block;
	float: right;
	background: url(images/view.png) top left;
	height: 31px;
	width: 96px;
	padding: 0 0 0 35px;
	margin: 0 15px 0 10px;
}
#ver a {
	display: block;
	height: 31px;
	background: url(images/view.png) top right;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #959595;
	text-shadow: -1px -1px #000;
	/*padding: 0 15px 0 0;*/
	/*line-height: 29px;*/

	padding: 3px 15px 0 0;
	line-height: 12px;
	outline: none;
}
#ver.selected { background: url(images/view.png) bottom left; }
#ver.selected a { background: url(images/view.png) bottom right; }

#content #change-quantities{
	display:none;
	margin-right:15px;
	color:#a00000;
	width:auto;
	height:32px;
	background:none;
	border:none;
	cursor:pointer;
}

#content #change-quantities:hover{
	text-decoration:underline;
}

#content {
	background: url(images/content_bg.png) repeat-y;
	height: auto;
	width: 918px;
	padding: 5px 27px 19px 28px;
	text-shadow: 1px 1px #fff;
	line-height: 18px;
	min-height:300px;
}
#content.listado { padding-right: 2px; width: 945px; padding-left:26px;}

#slider {
	width:918px;
	height: 331px;
	background: url(images/slider.gif) no-repeat top left;
	z-index: 4;
}
#pager {
margin: 19px auto 0;
height: 12px;
text-align:center;
}
#pager a {
display: inline-block;
width: 12px;
height: 12px;
text-indent: -9999px;
border: none;
background: url(images/pager.gif) 0px 12px;
overflow: hidden;
margin: 0 8px 0 0;
}
#pager a.activeSlide { background-position: top;}
#slider li {
display: block;
width: 918px;
height: 300px;
position: relative;
list-style: none;
z-index: 4;
}
#slider li .picture {
width:587px;
height: 298px;
float: left;
padding: 1px;
position: relative;
z-index: 4;
text-align:center;
}
#slider li .picture img {
border: none;
max-width:587px;
max-height: 298px;
}
#slider li .description {
width: 288px;
height: 260px;
float: right;
padding: 20px;
}
#slider li .description h1 {
font-size: 30px;
font-weight: bold;
margin: 0 0 14px;
line-height: 30px;
max-height:102px;
overflow:hidden;
}
#slider li .description p { margin: 0 0 18px 0; }
#slider li .description h1.title a {
color: #000;
text-decoration: none;
line-height:34px;
}
#slider li .description .desc {
height:108px;
line-height:18px;
overflow:hidden;
margin-bottom:12px;
}
.home-slider {
position: relative;
width: 918px;
height: 300px;
z-index: 4;
}

#left {
	width: 700px;
	background: url(images/vertical.gif) repeat-y top right;
	float: left;
	height: auto;
}
#left .box {
width: 350px;
float: left;
height: auto;
position: relative;
}
#left .box .more {
position: absolute;
color: #0388c0;
font-size: 10px;
top: 13px;
right: 20px;
text-decoration: none;
}
#left .box .more:hover {text-decoration: underline;}
#left .box ul {
padding: 18px 0 0 0;
}
#left .box li {
list-style: none;
display: inline;
margin: 0 19px 0 0;
}
#left .box li img {
border: 1px solid #bfbfbf;
}
#left h1.title {
	display: block;
	background: url(images/horizontal.gif) repeat-x bottom left;
	font-size: 18px;
	color: #000;
	line-height: 40px;
	height: 40px;
	text-shadow: 1px 1px #fff;
}

.block{
	display:block;
}

#destacados {
	/*padding: 0 0 25px 0;  TODO: UNCOMMENT WHEN SMART COLLECTIONS ARE INCLUDED */
}
#destacados .producto-row{
	background: url(images/horizontal_dot.gif) repeat-x bottom left;
	padding-bottom:2px;
}
#destacados .producto {
	display: block;
	float: left;
	width: 325px;
	padding: 18px 25px 0 0;
	cursor: pointer;
	text-decoration:none;
	color:#000;
	outline:0;
}
#destacados .producto:hover{
	-moz-opacity:.70;
	filter:alpha(opacity=70);
	opacity:.70;
}

#destacados .producto .thumb {
	float: left;
	width: 102px;
	background: url(images/thumb_shadow.gif) no-repeat bottom center;
	height: auto;
	padding: 0 0 18px 0;
	margin: 0 25px 0 0;
}
#destacados .producto .thumb img {
	border: 1px solid #bfbfbf;
	width:100px;
}
#destacados .producto .description h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0 0 10px 0;
}
#destacados .producto .description h3 a {
color: #000;
text-decoration: none;
}
#destacados .producto .description h3 small {
	background: url(images/tag.gif) no-repeat left center #a30505;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
	padding: 2px 5px 2px 11px;
	-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
position: relative;
margin: 0 0 0 5px;
}
#destacados .producto .description .desc{
	line-height:18px;
}
#destacados .producto .description{
	height:122px;
	overflow:hidden;
	/*background-color:#fff;*/
}

#content .item {
	width: 300px;
	float: left;
	height: auto;
	background: url(images/listado_shadow.gif) no-repeat bottom center;
	padding: 0 0 15px 0;
	margin: 0 10px 5px 0;
}
#content .item.col0{
	clear:left;
}

#content .item .data {
	width: 288px;
	padding: 5px;
	height: auto;
	border: 1px solid #cecece;
	background: #fff;
	position:relative;
}
#content .item .caption {
	position:absolute;
	left:6px;
	top:6px;
	width:285px;
	height:189px;
	display:none;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-moz-opacity:1;    /* old mozilla browser like netscape  */
	-khtml-opacity: 1;    /* for really really old safari */  
	opacity: 1;    /* css standard, currently it works in most modern browsers like firefox,  */
}
#content .item .caption img,
#content .item .data .thumb img{ 
	border:  none;
	width: 286px;
}

#content .item .data .thumb:hover .primary,
#content .item .data .thumb .secondary{
	display:none;
}

#content .item .data .thumb:hover .secondary{
	display:block;	
}

#content .item .data .thumb {
	border: 1px solid #cecece;
	width: 286px;
	margin: 0 0 5px 0;
}

#content .item .data .thumb a{
	display:block;
}

#content .item .data .title {
	font-size: 11px;
	color: #545454;
	font-weight: normal;
	display: block;
	position: relative;
}
#content .item .data .title a {
	color: #545454;
	display: block;
    text-decoration: none;
    width: 240px;
}
#content .item .data .title a:hover {
	text-decoration: underline;
	color: #000;
}
#content .item .data .title small {
	background: url(images/tag_02.gif) no-repeat left center #a30505;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #000;
	padding: 0 5px 0 11px;
	-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
position: relative;
margin: 0 0 0 5px;
position: absolute;
top: 0px;
right: 0px;
}
#content .breadcrumb {display: block; height: 43px;}
#content .breadcrumb li {
	list-style: none;
	display: block;
	float: left;
	font-size: 11px;
	padding: 2px 7px 1px 15px;
	background: url(images/bread.gif) no-repeat left center #e4e4e4;
	margin: 0;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	box-shadow: inset 0px 1px #d0d0d0;
-webkit-box-shadow: inset 0px 1px #d0d0d0;
-moz-box-shadow: inset 0px 1px #d0d0d0; 
}
#content .breadcrumb li.home { 
	background-image: none; 
	padding-left: 7px; 
	border-left: 1px solid #fff;
	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
box-shadow: inset 1px 1px #d0d0d0;
-webkit-box-shadow: inset 1px 1px #d0d0d0;
-moz-box-shadow: inset 1px 1px #d0d0d0; 
}
#content .breadcrumb li.last {
	background: url(images/bread.gif) no-repeat left center #eaeaea;
	border-right: 1px solid #fff;
	-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
#content .breadcrumb li a {
	text-decoration: none;
	color: #0388c0;
	text-shadow: 1px 1px #fff;
}
#content .breadcrumb li a:hover {
	text-decoration: underline;
}
#content.listado #pages { width: 920px; background: url(images/horizontal.gif) repeat-x top; padding: 22px 0 0 0;text-align:center;}
#content.listado #pages strong,
#content.listado #pages a {
	display: inline-block;
	background: #c9c9c9;
	border: 1px solid #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 1px 1px #a1a1a1 inset;
	-webkit-box-shadow: 1px 1px #a1a1a1 inset;
	-moz-box-shadow: 1px 1px #a1a1a1 inset;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding: 2px 7px;
	text-shadow: 1px 1px #adadad;
}

#content.listado #pages a:hover { background: #b3b3b3; text-shadow: 1px 1px #999;}
#content.listado #pages strong{background: #a8a8a8; text-shadow: 1px 1px #999;}
#content.listado h1.title {
	font-size: 18px;
	width: 920px;
	background: url(images/horizontal.gif) repeat-x bottom;
	padding: 2px 0 15px 0;
	margin: 0 0 18px 0;
	display: block;
}
#content.listado h1.title small {
	font-size: 12px;
	font-weight: normal;
}

#content.single .details .data {
	padding: 0 0 22px 0;
	display: block;
}
#content.single .details .data .title {
font-size: 30px;
margin: 0 0 20px 0;
display: block;
float: none;
line-height:30px;
}
#content.single form {
height: auto;
width: 400px;
}

#content.single form .select-wrap{
	margin-bottom:25px;
}

.detalles {
	float: left;
}

.description .price {
	background: url(images/tag_big_02.gif) no-repeat left center #4a4a4a;
	font-size: 12px;
	padding: 3px 7px 4px 17px;
	color: #fff;
	text-shadow: 1px 1px #000;
	margin: 2px 10px 0 10px;
	float: left;
	-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}
#content.single .data .price {
	background: url(images/tag_big.gif) no-repeat left center #4a4a4a;
	font-size: 12px;
	padding: 3px 7px 4px 17px;
	color: #fff;
	text-shadow: 1px 1px #000;
	margin: 2px 10px 0 10px;
	display:inline-block;
	-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
}

#content.single .data del.price {
    color:red;
}

#content.single .variation-label {
    font-weight: bold;
}

#content.single .data .stock {
	background: url(images/tick.gif) no-repeat left center;
	font-size: 12px;
	float: left;
	padding: 5px 0 5px 15px;
}
#content.single .pictures {
	float: right;
	height: auto;
	margin: 0 0 0 10px;
	
}
#content.single .pictures .big { background: url(images/thumb_shadow_big.gif) no-repeat bottom center; padding: 0 0 21px 0; float: left; margin-right:10px;}
#content.single .pictures .big img {
	border: #bfbfbf 1px solid;
	max-width:516px;
	min-width: 240px;
}
#content.single .pictures .small {
	float: right;
	width: 66px;
}
#content.single .pictures .small li { list-style: none; margin: 0 0 3px 0; width: 60px; height: 60px; display: block; background: url(images/thumb_single.gif) no-repeat top left; padding: 3px; }
#content.single .pictures .small img { border: none; width: 60px; height: 60px; }
#content.single .important { height: 32px; padding-top:20px;}
#content.single .important .agregar { vertical-align:middle;}
#content.single .share { clear:left; overflow:hidden;}

#content.single .payments {
    margin-top: 10px;
}

#content.single .payments > div {
    margin-top: 10px;
}

#content.carrito {
	position: relative;
}
#content.carrito h1.title {
	font-size: 18px;
	background: url(images/horizontal.gif) repeat-x bottom;
	padding: 2px 0 15px 0;
	display: block;
}
#content.carrito ul.productos li {
	list-style: none;
	background: url(images/horizontal_dot.gif) repeat-x bottom;
	padding: 20px 0;
}
#content.carrito ul.productos li .thumb {
	float: left;
	margin: 0 20px 0 0;
}
#content.carrito ul.productos li .thumb img {
	border: 1px solid #cbcbcb;
	width:100px;
}
#content.carrito ul.productos li h3.title {
	font-size: 20px;
	float: left;
	display: block;
	width: 525px;
	padding: 47px 0 0 0;
}
#content.carrito ul.productos li h3.title a {
	color: #000;
	text-decoration: none;
}
#content.carrito ul.productos li .cantidad {
	float: left;
	width: 80px;
	padding: 9px 0 0 0;
}
#content.carrito ul.productos li .cantidad label {
display: block;
color: #545454;
padding: 5px;
}
#content.carrito ul.productos li .cantidad input[type=text] {
	display: block;
	width: 43px;
	height: 16px;
	background: url(images/carrito_field.gif) no-repeat top left;
	border: none;
	float: left;
	font-size: 14px;
	padding: 10px;
	text-align: right;
}
#content.carrito ul.productos li .cantidad .refresh {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/carrito_refresh.gif) no-repeat top left;
	margin: 8px 0px 0px 10px;
	cursor:pointer;
}
#content.carrito ul.productos li .delete {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/carrito_delete.gif) no-repeat top left;
	margin: 45px 0px 0px 14px;
	cursor:pointer;
}
#content.carrito ul.productos li .price {
	background: url(images/tag_big.gif) no-repeat left center #4a4a4a;
	font-size: 14px;
	padding: 3px 10px 4px 20px;
	color: #fff;
	text-shadow: 1px 1px #000;
	margin: 43px 0 0 10px;
	float: left;
	-webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
float: right;
}
#content.carrito .total {
	display: block;
	text-align: right;
	background: url(images/horizontal.gif) repeat-x bottom;
	padding: 10px 33px;
	font-size: 13px;
}
#content.carrito .total strong { color: #000; }
#content.carrito .iniciar {
	float: right;
	margin-top: 15px;
}
#content.carrito .iniciar#sup {
	top:0;
	right: 25px;
	margin: 0;
	position: absolute;
}
#content.carrito .continue-shopping{
	float:left;
	margin-top: 15px;
}


#content.contacto h1.title {
	font-size: 18px;
	background: url(images/horizontal.gif) repeat-x bottom;
	padding: 2px 0 15px 0;
	display: block;
	margin: 0 0 18px 0;
}
#content.contacto .text {
	width: 450px;
	float: left;
}
#content.contacto .social {
	font-size: 14px;
	font-weight: bold;
	line-height: 48px;
	padding: 10px 0 10px 25px;
}
#content.contacto .social li {
	list-style: none;
	padding: 0 0 0 45px;
}
#content.contacto .social li a { color: #313131; text-decoration: none; }
#content.contacto .social li a:hover { color: #000; }
#content.contacto .social li.facebook {
	background: url(images/contacto_facebook.gif) no-repeat left center;
}
#content.contacto .social li.twitter {
	background: url(images/contacto_twitter.gif) no-repeat left center;
}
#content.contacto .social li.telefono {
	background: url(images/contacto_telefono.gif) no-repeat left center;
}
#content.contacto .social li.direccion {
	background: url(images/contacto_direccion.gif) no-repeat left center;
}
#content.contacto .social li.mail {
	background: url(images/contacto_mail.gif) no-repeat left center;
}
#content.contacto form {
	float: right;
	width: 450px;
}
#content.contacto label {
	width: 60px;
	float: left;
	display: block;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px 0 0;
}
#content.contacto input[type=text] {
	width: 353px;
	height: 15px;
	padding: 10px;
	border: none;
	background: url(images/contacto_field.gif) no-repeat top left;
	font-size: 13px;
	color: #313131;
	float: left;
	margin: 0 0 15px 0;
	font-family:Helvetica, Arial, sans-serif;
}
#content.contacto textarea {
	width: 353px;
	height: 125px;
	padding: 10px;
	border: none;
	background: url(images/contacto_textarea.gif) no-repeat top left;
	font-size: 13px;
	color: #313131;
	float: left;
	margin: 0 0 15px 0;
	font-family:Helvetica, Arial, sans-serif;
}

.banner-sidebar img {
    max-width:200px;
}

#content.contacto .button{
	float:right;
}

#content.contacto div.winnie-pooh {
    display: none;
}

#sidebar {
float: left;
height: auto;
width: 218px;
}
#sidebar ul {
	padding:15px 0 0 15px;
	border:1px solid grey;
	border-radius:15px;
	margin:20px -10px 0px 10px;
	padding:10px;
	background-color:rgb(195, 195, 195);
}
#sidebar ul li > ul {padding: 0;}
#sidebar li {
	list-style: none;
	line-height: 24px;
	font-size:15pt;
	text-shadow:2px 2px rgb(230, 230, 230);
	text-align:center;
}
#sidebar h1.title > img {
	margin:-5px 0 0 30px;
}

#footer {
width: 918px;
height: auto;
padding: 35px 27px 30px 28px;
background: url(images/content_bot.png) no-repeat top left;
color: #eeeeee;
text-shadow: 1px 1px #000;
}
#footer-navigation ul {
	padding: 0 0 15px 0;
}
#footer-navigation li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}
#footer a {
color: #fff;
text-decoration: none;
}
#footer a:hover { text-decoration: underline; }
#footer-navigation p a{text-decoration:underline;}
#footer-navigation p a:hover{text-decoration:none;}

.contact-ok{
	color:#008000;
	font-size:14px;
	margin-bottom:8px;
	text-align:center;
}

.contact-error{
	color:#800000;
	font-size:14px;
	margin-bottom:8px;
	text-align:center;
}

.error{
	color:#a00000;
}

.single .logos {
    margin-top: 10px;
}

/* Share */
.share {
    margin-top: 10px;
}

.share .shareItem{
	float:left;	
}

.share .twitter{
	padding-right:20px;
}

.single .description{
	padding-top:10px;
	line-height: normal;
}

/* User content */
.user-content {
    font-size: 13px;
    line-height: 1.5em;
    color: #313131;
}
.user-content a {color:#804520; text-decoration:none; outline:none;}
.user-content a:hover {text-decoration:none; color:#313131; }
.user-content a:active {outline:none;}

.user-content p,
.user-content ul,
.user-content ol{
    margin: 0 0 10px;
}

.user-content ul{list-style: disc inside none;}
.user-content ol{list-style: decimal inside none;}
.user-content li{line-height: 22px;}

.user-content h1 {font-size:48px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h2 {font-size:32px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h3 {font-size:24px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h4 {font-size:20px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h5 {font-size:16px;margin: 0 0 10px;line-height: 100%;color:#222;}

.user-content .left {
	float:left;
	width:420px;
}
.user-content .banner {
	float:right;
	border-width:1px;
	border-style:solid;
	margin:-5px 20px 30px 0;
}

/**********************
 ****  SUPER FISH  ****
 **********************/
 
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			180px; /* left offset of submenus need to match (see below) */
}
#navigation.sf-menu ul {
	z-index:90000;
	padding: 11px 0 0 0;
}
#navigation.sf-menu ul li > ul { padding: 0; }
#navigation.sf-menu ul li {
			float:left; 
			padding: 0;
			margin: 0;
			background: none;
			height: auto;
			width: 150px;
			padding: 0 15px;
			background:  url(images/80.png) repeat;
			border-left: 1px solid #000;
			border-right: 1px solid #000;
			z-index:900;
		}
#navigation.sf-menu ul li a {
			background-image: none;
			text-shadow: 1px 1px #000;
			color: #ccc;
			font-size: 11px;
			height: 15px;
			line-height: 15px;
			width: 150px;
			padding: 10px 0 12px;
			background: url(images/horizontal_dark.gif) repeat-x bottom;
			z-index:900;
		}
#navigation.sf-menu ul li a:hover { color: #fff; }

		#navigation.sf-menu li.last {
			-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;
border-bottom: 1px solid #000;
		}
		#navigation.sf-menu li.last a {
			background-image: none;

		}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			2px;
	top:			1.05em; /* IE6 only */
	width:			6px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/dropdown_sub.png') no-repeat right center; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			13px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

.header-contact-info{
	color:#fff;
	font-size: 16px;
    text-align: right;
}

/* point right for anchors in subs */
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }


.jgrowl-container{
	position:fixed;
	top:0;
	right:0;
	color:#FFFFFF;
	font-size:16px;
	line-height:20px;
	padding:10px;
	z-index:9999;
	text-shadow:none;
}

.jgrowl-container .jgrowl{
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	width:365px;
	min-height:60px;
	margin:5px 0;
	padding:12px;
	background-color:#000;
	font-size:1em;
	text-align:left;
	opacity:0.85;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

.jgrowl-container .jgrowl .close{
	cursor:pointer;
	float:right;
	font-size:1em;
	font-weight:bold;
	position: relative;
    top: -8px;
	z-index:99;
}

.jgrowl-container .jgrowl .jgrowl-message{
	width:340px;
}

.jgrowl-container .jgrowl a{
	color:#fff;
	text-decoration:none;
}

.jgrowl-container .jgrowl .jgrowl-message a:hover{
	text-decoration:underline;
}

.siteBarContainer {
	background:none repeat scroll 0 0 #FFFBE5;
	border-bottom:1px solid #CCCCCC;
	color:#666666;
	font-size:12px;
	left:0;
	padding:0;
	position:static;
	margin-bottom: 5px;
	text-align:center;
	top:0;
	width:100%;	
	height: 30px;
	line-height: 30px;
	overflow:hidden;
	background-color:#FBF9F9;
}

.siteBarContainer a{
	font-weight: bold;
}

#footer .right {
    float: right;
}

#footer .right > div{
    display: inline-block;
    vertical-align: top;
}

.selos #selo_siteforte {
	float:right;
}
.selos a {
	float: right;
}

.selos {
	overflow: hidden;
	margin-bottom: 20px;	
}

.infinite-scroll-loading {
    background: url(images/loading.gif) no-repeat center;
    display: block;
    height: 80px;
    clear: left;
}

.banner{
    margin:10px auto;
    text-align: center;
}

/* Product Styles */
.user-content ul > li > ul,
.user-content ul > li > ol,
.user-content ol > li > ol,
.user-content ol > li > ul {
	padding-left: 5em;
	list-style-type: circle;
}
/* Evita que los bullets con p's adentro se vean mal. */
.user-content ul > li > p {
	display: inline;
}

/* Melco Amaya XTS Styles */
.user-content .melco-amaya-xts h1 {font-size:32px;}
.user-content .melco-amaya-xts h2 {font-size:24px; margin-top:1.5em;}
.user-content .melco-amaya-xts h3 {font-size:20px; margin-top:1em;}
.user-content .melco-amaya-xts h4 {font-size:16px;}
.user-content .melco-amaya-xts h5 {font-size:14px;}

#amaya-xts-spec-table th {
	text-align: right;
	padding-right: 1em;
}

.afip {
	display: inline-block;
}

.afip img {
	max-height: 40px;
	vertical-align: middle;
}

.fb-like-box {
	background-color: #fff;
}

#announcement {
	position: relative;
	width: 918px;
	height: 80px;
}
#announcement p {
	color:orange;
	font-weight:bold;
	font-size:20pt;
	line-height:50px;
	height:80px;
	margin-left:60px;
}
