html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
:focus {outline: 0;}
body {color: black;background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
b, strong{font-weight:bold;}
i, em, address {font-style:italic;}
pre {font-family:monospace;}
.hidden{display:none;}

#header .searchbox .text-input{
	width:170px;
	float:left;
}

#products_page_container p,
#products_page_container ul,
#products_page_container ol,
#shoppingCartPage p,
#shoppingCartPage ul,
#shoppingCartPage ol {
	margin:0;
	line-height:1em;
}

.addToCartButton input {
	cursor:pointer;
}

.mini-text{
	font-size:0.8em;
	text-align:left;
	font-weight:normal;
}



/*
 * Real CSS Starts here
 */

@font-face {
    font-family: 'johnston_itclight';
    src: url('fonts/johnston_itc_light_os-webfont.eot');
    src: url('fonts/johnston_itc_light_os-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/johnston_itc_light_os-webfont.woff2') format('woff2'),
         url('fonts/johnston_itc_light_os-webfont.woff') format('woff'),
         url('fonts/johnston_itc_light_os-webfont.ttf') format('truetype'),
         url('fonts/johnston_itc_light_os-webfont.svg#johnston_itclight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'aleoregular';
    src: url('fonts/aleo-regular-webfont.eot');
    src: url('fonts/aleo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-regular-webfont.woff2') format('woff2'),
         url('fonts/aleo-regular-webfont.woff') format('woff'),
         url('fonts/aleo-regular-webfont.ttf') format('truetype'),
         url('fonts/aleo-regular-webfont.svg#aleoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'aleolight';
    src: url('fonts/aleo-light-webfont.eot');
    src: url('fonts/aleo-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aleo-light-webfont.woff2') format('woff2'),
         url('fonts/aleo-light-webfont.woff') format('woff'),
         url('fonts/aleo-light-webfont.ttf') format('truetype'),
         url('fonts/aleo-light-webfont.svg#aleolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family:"Courier New", Courier, monospace;
	background-image: url(tramas/trama-puntos-azul.jpg);
	background-repeat: repeat;
}
	
a {
	text-decoration: none;
	color:#000;
}

a:hover {
	text-decoration: underline;
}
input, textarea { font-family:"Courier New", Courier, monospace; }
#wrapper {
	background:#fff;
	width: 958px;
	margin: auto;
	overflow:hidden;
	padding:0 10px 0 10px;
}

.contentBox.home-image{
	padding:0;
	width:814px;
	border-bottom:0 none;
	clear:both;
	float:right;
}
.contentBox.home-image img{
	max-width:814px;
}

.contentBox.fullWidth{
	padding:0;
	width:814px;
	float:right;
}

/* --- Header --- */
#header #navigation {
	border-bottom: 1px solid #000;
	margin-bottom: 25px;
	/*clear: both;*/
	background:#fff;
	display:table;
	width:814px;
	float:right;
}

#header #logo {
	min-height: 138px;
	margin-top:15px;
	/*margin-bottom:-80px;*/
	clear:both;
	position:relative;
	z-index:99;
	float:left;
}

#header #logo.img {
	line-height:80px;
}
	
#header #no-logo{
	font-size:3em;
	display:inline-block;
	margin-top:25px;
}

#header #logo a:hover {
	text-decoration: none;
}

#header #logo img{
	max-width:140px;
	vertical-align:middle;
}

#header .header_right_wrapper{
	position:relative;
	height:85px;
}

#header .header_right {
	overflow: hidden;
	width:230px;
	position:absolute;
	bottom:30px;
	right:0;
}
#sesion { width:230px; float:right; }
#sesion a {
	font-family: 'aleoregular', Verdana, Geneva, sans-serif;
	font-size: 12px !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#sesion a:hover { color:#000 !important; }
#header .searchbox input {
	margin: 0;
	padding: 2px;
	border: 1px dashed #b7cfec;
	background: #F8F8F8;
	color: #535353;
}
.searchbox {
width: 240px;
float: right;
margin-bottom: 15px;
}

#header .searchbox .submit-button{
	font-size:12px;
	width:55px;
	height:22px;
	float:right;
	cursor:pointer;
	background:#000;
	color:#fff;
	font-family:"Courier New", Courier, monospace;
	border:none;
}

#header .infobox {
	margin-bottom:4px;
	float:right;
}
#header .infobox a{ font-size:11px; float:right; }
#header .infobox a:first-child { border: none;}
#header .infobox a { border-right: 1px solid #000; padding-right:5px; margin-left:5px; }
#header .infobox .info {
	font-size:0.8em;
}

#header .price-disclaimer {
	bottom: 40px;
	font-size: 10px;
	font-weight: bold;
	left: 175px;
	position: absolute;
}

#header .languages {
	margin:2px 0px 2px 0;
	float:right;
	display:inline-table;
}

#header .languages a {
	margin: 0px 3px;
	border:none;
}

#header .languages a img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#header .languages a.active img,
#header .languages a img:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


/* Shopping Cart Display */
#ls_cart_widget{
    display: table-cell;
    min-width: 230px;
    vertical-align: middle;
	background: #fff;
	text-align:center;
	float:right;
}

#ls_cart_widget .cart-summary {
	padding: 2px 10px 1px 5px;
	line-height: 12px;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	float:right;
	font-family: 'aleoregular', Verdana, Geneva, sans-serif;
	text-transform: uppercase;
}
#ls_cart_widget .cart-summary img,
#ls_cart_widget .cart-summary span,
#ls_cart_widget .cart-summary a{
	vertical-align: middle;
	display:inline-block;
}

/* --- Layout --- */
.headerBox {
	color: #000!important;
	padding:10px 0 10px 0px;
	border-bottom: 1px solid #000;
	height:55px;
	float:right;
	width:814px;
	margin-bottom:10px;
}

.headerBox h2 {
	font-family: 'aleoregular', Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:normal;
	letter-spacing: 2px;
	margin-bottom:8px;
	text-transform: uppercase;
}

.contentBox {
	background-color:#FFFFFF;
	height:auto;
	width:814px;
	padding:0 10px;
	clear:right;
}


.no-border-bottom {
	border-bottom: 0 none;
}

.button,.submit_button {
	background: #000;
	border: none;
	height: 28px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	padding-bottom: 1px;
	cursor: pointer;
	font-family:"Courier New", Courier, monospace;
}

.button:hover {
	background-color: #999;
	text-decoration:none;
}

a.button{
	line-height: 28px;
    padding: 8px;
    display:block;
}

.transactionResultsContainer{
	padding:10px 0;
}

/* --- Pagination & Breadcrumbs --- */


.top {
	padding-top: 10px;
}

.bottom {
	padding-bottom: 10px;
}

.pagination {
	float: right;
	font-size:13px;
}

.pagination,
.pagination a {
	color:#535353;
}

.pagination .page-number.selected {
	font-weight: bold;
	font-size:18px;
	color:#EA327C;
}

#breadcrumb {
	float: left;
	font-size:11px;
}

#breadcrumb,
#breadcrumb a{
	color:#535353;
	font-size:11px;
}

#single-product #breadcrumb {
	font-size: 11px;
}
#product-listing { float:right; width:814px; }
/* --- Products Page --- */
.product-table{
    /*display:table;*/
    border-spacing: 0px;
    width:814px;
    table-layout:fixed;
	float:left;
}

.product-row{
	display:table-row;
}

#product-listing .product {
	display:table-cell;
	overflow:hidden;
	border:1px solid #D2D2D2;
	width:298px
}

.product:hover,
.dest-gral:hover,
.dest:hover {
	/*-moz-box-shadow:#ccc 2px 2px 4px;
	-webkit-box-shadow:#ccc 2px 2px 4px;
	box-shadow:#ccc 2px 2px 4px;*/
	text-decoration:none;
}

.product .head,
.dest-gral .head,
.dest .head{
	display:block;
	text-align:center;
}

#product-listing .product img{
	max-width:298px;
}

#product-listing .product .bajada{
	display:block;
	padding:6px;
	background:#F8F8F8;
	border-top:1px solid #D2D2D2;
	font-size:14px;
	overflow:hidden;
}

#product-listing .product .bajada a{
	display:block;	
	padding:6px;
	text-decoration:none;
}

#product-listing .product:hover .bajada strong{
	text-decoration:underline;
}

#product-listing .product .bajada .price{
	float:right;
}

.col0{
	clear: left;
}

#product-listing .product .out-of-stock-notice {
	font-size: 9px;
}

/* --- Single Product --- */
#fauxContainer{
	position:relative;
	border-right:1px solid #D2D2D2;
	left:-564px;
}

#fauxContainer > div{
	position:relative;
	left:564px;
}


/* Left col */
.imagecol {
	float: left;
	width: 334px;
}

.imagecolContent {
	border: 1px solid #999;
	width: 320px;
	padding:4px;
}
	
.productContainer .imagecol .imagecolContent img {
	display: block;
	width: 320px;
	max-width:320px;
}
#wrap { width:320px; overflow:hidden; }
#wrap  img { width:320px; }
.thumbnail-container {
	overflow: hidden;	
}

.thumbnail-container .single-thumb {
	float:left;
	margin:6px 6px 0px 0px;
	border: 1px solid #e8e8e8;
}

.thumbnail-container .single-thumb a {
	display:block;	
}

.thumbnail-container .single-thumb img {
	width: 74px;	
}

.shareDiv {
	margin: 20px auto 0;
	font-size: 11px;
	text-transform: uppercase;
	text-align:center;
	padding:6px;
}


/* Right col */
#single-product .descriptioncol {
	float: right;
	width: 450px;
	padding-bottom:15px;
}

#single-product .descriptioncol .descriptioncolContent {
	padding: 20px 20px 0;
}

#single-product .descriptioncol .title h2 {
	font-size:28px;
	font-weight:bold;
	color:#ea327c;
	line-height:26px;
	padding-top:10px;
	clear:left;
	margin:5px 0 5px 0;
}

#single-product  .descriptioncol .price {
	font-size:28px;
}

#single-product .descriptioncol del.price {
	color:red;
}

#single-product  .descriptioncol .stock {
	font-size:14px;
	font-style:italic;
}

#single-product .descriptioncol .description-title {
	margin-top: 22px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: -1em;
}

#single-product  .descriptioncol .description {
	color:#535353;
	font-size:13px;
	margin-top:25px;
}

#single-product .descriptioncol .fancyContainer {
	margin-top: 10px;
}

#single-product  .descriptioncol .attributeLine {
	margin-bottom: 6px;
}

#single-product .descriptioncol .attributeLine label {
	display: block;
	font-size: 12px;
	font-weight: bold;
}

#single-product  .descriptioncol .attributeLine select{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #D2D2D2;
	color:#535353;
	font-size:12px;
	font-weight:bold;
	padding:1px;
	width:156px;
}

#single-product  .descriptioncol .addToCartButton {
	margin-top: 20px;
}

#single-product .descriptioncol .addToCartButton .button{
	font-size:16px;
	height:41px;
	background:#FFF url(dedo.png) no-repeat left ;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border:none;
	border-bottom:1px dashed #000;
	border-top:1px dashed #000;
	padding-left:50px;
	padding-right:5px;

}
#single-product .descriptioncol .addToCartButton .button:hover{ background-color:#01e1bc; }
/* --- Shopping Cart --- */
#shoppingCartPage .contentBox {
	padding:20px 0px;
	width:814px;
	float:right;
}

#shoppingCartPage .contentBox,
#shoppingCartPage .contentBox a {
	color:#000;
	font-weight:normal;
}

#shoppingCartPage .cart-contents {
	width: 814px;
	margin-bottom: 10px;
}

#shoppingCartPage .cart-contents ul {
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
}

#shoppingCartPage .cart-contents ul li {
	float: left;
	padding-right: 10px;
}

#shoppingCartPage .cart-contents .firstrow li {
	font-size:15px;
	height:19px;
	color:#000;
}

#shoppingCartPage .cart-contents .productrow li {
	font-size: 18px;
	line-height:22px;
	margin-top:15px;
}

#shoppingCartPage .cart-contents ul li.last {
	padding-right: 0;
}

#shoppingCartPage .cart-contents .firstrow {
	font-weight: bold;
}

#shoppingCartPage .cart-contents .productrow {
	padding: 10px 0;
}

/* Column widths */
#shoppingCartPage .cart-contents .firstrow .col-product {
	width: 400px;
}

#shoppingCartPage .cart-contents .productrow .col-image {
	width: 90px;
	margin-top:0;
}

#shoppingCartPage .cart-contents .productrow .col-name {
	width: 340px;
	font-weight:bold;
}

#shoppingCartPage .cart-contents .firstrow .col-quantity{
	width: 80px;
}

#shoppingCartPage .cart-contents .productrow .col-quantity{
	width: 40px;
}

#shoppingCartPage .cart-contents .col-price{
	width: 110px;
}

#shoppingCartPage .cart-contents .col-subtotal{
	width: 110px;
}

#shoppingCartPage .cart-contents .productrow .col-delete{
	width: 70px;
	text-align: center;
}

#shoppingCartPage .cart-contents .col-quantity,
#shoppingCartPage .cart-contents .col-price,
#shoppingCartPage .cart-contents .col-subtotal{
	text-align:right;
}

#shoppingCartPage .cart-contents .productrow .col-image img {
	height: auto;
	max-width: 88px;
	border: 1px solid #e8e8e8;
}

#shoppingCartPage .cart-contents .productrow .col-quantity input {
	border:1px solid #D2D2D2;
	color:#353535;
	font-size:16px;
	padding:1px;
	text-align:right;
	width:25px;
}

#shoppingCartPage .cart-contents .productrow .col-delete a{
	font-size:14px;
}

#shoppingCartPage .cart-contents .total-price {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0;
	border-bottom: 1px solid #e8e8e8;
}

#shoppingCartPage .go-to-checkout{
	text-align:right;
	width:814px;
	margin-top:20px;
}

#shoppingCartPage .go-to-checkout input{
	margin-left:12px;
}

#change-quantities{
	display:none;
}

/* Checkout Form */
.contentBox.contact {
	width:814px;
	float:right;
	margin:0px;
	padding:0px;
}
.contentBox.contact,
.contentBox.contact a{
	color: #535353;
}

.contentBox.contact .info{
	width:290px;
	float:left;
	padding:30px 10px 0;
}

.contentBox.contact .info p{
	font-size:18px;
	line-height:22px;
	margin-bottom:20px;
}

.contentBox.contact .info li{
	font-size:13px;
	margin-bottom:3px;
}

.contentBox.contact .info .social{
	margin-top:20px;
}

.contentBox.contact .info .social img{
	vertical-align:middle;
	margin-left:3px;
}

.contentBox.contact .form{
	width:460px;
	float:right;
	padding-top:10px;
}

#checkoutForm .notice {
	color: #606060;
	font-size: 13px;
}

#checkoutForm .form-field,.contact_form .field {
	margin: 20px 0;
	clear: both;
	overflow: hidden;
	font-family:"Courier New", Courier, monospace;
}

#checkoutForm .form-field label,.contact_form .field label {
	display: inline-block;
	width: 120px;
	text-align: right;
	vertical-align: middle;
	font-size: 12px;
	
}

.contact_form .field label,.contact_form .field input,.contact_form .field textarea{
	float: left;
	display: block;
	font-size:14px;
	font-weight:bold;
}

#checkoutForm .form-field input,.contact_form .field input,.contact_form .field textarea{
	margin-left: 10px;
	width: 310px;
	border: 1px solid #d2d2d2;
	padding:5px;
}

.contact_form .field textarea {
	width: 316px;
}

.contact_form .field.winnie-pooh {
    display: none;
}

#checkoutForm .form-field input:focus,.contact_form .field input:focus,.contact_form .field textarea:focus{
	background: #f8f8f8;
}

.contact_form .submit_button {
	position: relative;
	left: 130px;
	margin: 0 0 10px 0;
}

#checkoutForm .form-field .validation-error {
	color: #aa0000;
	font-size: 11px;
	font-weight: bold;
	margin-left: 134px;
}

#checkoutForm .custom-gateway label {
	margin-left: 65px;
}

#checkoutForm .custom-gateway label img {
	vertical-align: middle;
	margin-left: 10px;
}

#checkoutForm .submit-button {
	margin-top: 15px;
	text-align: right;
	width: 456px;
	float:right;
}

/* --- 404 --- */
#errorPage {
	padding: 20px;
}

.error {
	color: #AA0000;
}

.success {
	color: #00AA00;
}

.centered {
	text-align: center;
	margin-bottom:15px;
}

#shoppingCartPage .emptyCart a{
	color:#909090;
}

#shoppingCartPage .go-to-checkout a.button{
	color:#f8f8f8;
	float:left;
}

.contentBox>p {
	margin: 20px;
}

#single-product{
	float:right;
	width:814px;
}
#single-product .contentBox  { padding:10px 0px;   }
.shareDiv {
	padding: 10px !important;	
}

.shareDiv .title {
	font-weight: bold;
	margin-bottom:15px;
}

.shareLinks {
	margin-left:27px;
	margin-top:2px;	
}

.shareLinks .shareItem {
	float:left;
	margin-right: 10px;	
}

.shareLinks .shareItem.google {
	margin-right: 0;	
}

.shareLinks .shareItem.facebook {
	width:50px;
	margin-left:-10px;	
}

.clear{
	clear:both;	
}

.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;
}

.zoom-instructions{
	font-size:11px;
	text-align:center;
	margin-top:10px;
}

.no-border-bottom{
	border-bottom:0 none;
}
/*** Nuevo ***/
#bottom {width: 814px; float:right; }
#footer {
	width: 814px;
	height: 150px;
	float:right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family:"Courier New", Courier, monospace;
	font-size: 11px;
	color: #1B1B1B;
	line-height: 16px;
	padding-top:35px;
	background:url(separador-estrellas.jpg) no-repeat center top;
	position:relative;
}

#f1{ width:305px; float:left; padding-right:50px; padding-top:50px; font-size: 13px; line-height: 20px; letter-spacing: 1px; font-family: 'johnston_itclight', Verdana, Geneva, sans-serif;}
#f2{ width:220px; float:left; position:relative; }
#f2 .icon-social {
	float: left;
	width: 100%;
	margin: 45px 0 0 0;
}
#f2 .icon-social a { 
	height: 25px;
	width: 25px;
	float: left;
	background-image: url(redes.png);
	background-repeat: no-repeat;
	margin: 0 7px;
}

#f2 .icon-social a:hover {
	opacity: 0.6;
}

#f2 .icon-social a.facebook { 
	background-position: -35px 0px;
}
#f2 .icon-social a.twitter { 
	background-position: -71px 0px;
}
#f2 .icon-social a.pinterest { 
	background-position: 0px 0px;
}
#f2 .icon-social a.instagram { 
	background-position: -112px 0px;
}

#f3{ width: 200px; float:right; padding-top:50px; }
#f3 a{ font-size: 14px; line-height: 20px; letter-spacing: 1px; font-family: 'johnston_itclight', Verdana, Geneva, sans-serif; }
#twitter { position:absolute; top:42px; right:5px;}
#legal { height:30px; background:url(footer-linea.jpg) no-repeat left top; padding-top:10px; font-size:11px; clear:both; }
#tiendanube { float:right;  text-align:right; padding-right:10px;}

/*
.dest-gral {
	display: table-cell;
	text-align: center;
	float:left;
	width:155px;
}
.dest-gral:hover {
	color: #000000;
}
.dest-gral img{
	max-width:135px;
	border:1px solid #000;
	padding:8px;
}

.dest-gral .bajada {
	display:block;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#000;
	font-weight:normal;
	font-size:12px;
}
.dest-gral:hover .bajada {
	color: #000000;
}
.dest-gral .bajada a{
	display:block;	
}*/

.dest-gral {
display: table-cell;
text-align: center;
font-size: 12px;
line-height: 18px;
overflow: hidden;
width: 187px;
/*padding: 10px;*/
margin: 8px;
float:left; /* explorer*/
}
.dest-gral strong{
	color:#000;
	}

.dest-gral:hover, .dest-gral:hover strong  {
	/*text-decoration: underline;*/
	color: #000;
}
.dest-gral .head{ 
border:1px solid #000; 
padding:8px; 
height:170px; 
/* centrar la imagen */
vertical-align: middle;
display: table-cell;
width:187px;

}
.dest-gral .head:hover{ border:1px solid #999; padding:8px;}

.dest-gral img{
	max-width:150px;
	/*agregado para que los productos no se agranden en alto*/
	max-height: 150px;
}

.dest-gral .bajada {
	display:block;
	padding-right: 5px;
	padding-left: 7px;
	padding-top: 6px;
	padding-bottom: 6px;
	/*border-top:1px solid #000;*/
}
.dest-gral:hover .bajada strong {
	text-decoration:none;
	color:#000;

}
.dest-gral .bajada a{
	display:block;
	color:#3b5998;
}

.precio { color:#000; }

.dest {
	display:table-cell;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #D2D2D2;
	overflow:hidden;
	width:143px;
}
.dest img{
	max-width:143px;
}
.dest .bajada {
	display:block;
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #FFFFFF;
}
.dest:hover {
	border: 1px solid #434343;
}
.dest:hover .bajada {
	padding-right: 5px;
	padding-left: 7px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #434343;
}

#ls_cart_notification .content,
#ls_cart_notification .loading{
	display:none;
	position: fixed;
	top: 200px;
	left: 400px;
	background: #ffffff;
	border: 4px solid #cccccc;
	height: auto;
	z-index: 10000;
	width: 300px;
	padding: 8px;
}

#ls_cart_notification .loading *{
	vertical-align: middle;	
}

/***  Cloud Zoom  ***/
/* This is the zoom window. */
.cloud-zoom-big {
	overflow:hidden;
	background-color:#FBF9F9;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.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:#fff;
}

.siteBarContainer a{
	font-weight: bold;
}

/* User content */
.contentBox.user-content{
width: 790px;
float: left;
padding: 0;
}

.user-content {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5em;
    color: #000;
}
.user-content a { outline:none; color:#03C; text-decoration:underline; }
.user-content a:hover { color:#535353; text-decoration:underline;}
.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:20px;margin: 0 0 10px;line-height: 100%; font-family: Georgia, "Times New Roman", Times, serif; color:#EA327C;
font-weight: normal;
font-style: italic;
}
.user-content h4 {font-size:18px;margin: 0 0 10px;line-height: 100%;color:#222;}
.user-content h5 {font-size:16px;margin: 0 0 10px;line-height: 100%;color:#222;}


/* Superfish */
/*** 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:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.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:			30px; /* match top ul list item height */
	z-index:		99999;
}
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:			10em; /* match ul width */
	top:			-1px;
}
ul.sf-menu > li > a > .arrow{
	display:none;
}

/*** DEMO SKIN ***/
.sf-menu {
	display: table-cell;
	width:570px;
	height:29px;
	float:left;
}
.sf-menu a {
	font-size: 13px;
	font-family: 'aleoregular', Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
    font-weight: normal;
    height:20px;
    line-height:20px;
    padding:5px;
	text-decoration:none;
	color:#000;
}
.sf-menu a:hover{ color:#999 !important; }

.sf-menu a, .sf-menu a:visited {
	color: #000;
}
.sf-menu li.first a{
	padding-left:20px;
	list-style:none;
}
.sf-menu li {
	background: #fff;
	margin-right:10px;
}
.sf-menu li:first-child{
	list-style:none;
	margin-right:10px;
}

.sf-menu li.selectedMenu {
	border-bottom: 1px solid #000;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline: 0;
	color: #0063dd;
}

.sf-menu ul {
	background: #fff;
	border: 1px solid #e8e8e8;
}

.sf-menu .arrow{
	position:absolute;
	right:10px;
	font-size:12px;
}

.selos #selo_siteforte {
	float:left;
}
.selos a {
	float: left;
}
.selos {
	overflow: hidden;
	margin-bottom: 20px;	
}
.welcome{ background:#000;  line-height:40px; height:40px; text-align:center; float:left; width:100%; text-transform: uppercase; }
.welcome h2 { font-family: 'johnston_itclight', Verdana, Geneva, sans-serif; font-size: 19px; color:#FFF; font-weight: 300; letter-spacing: 1px;} 
/* sidebar menu*/
#sidebar { width:144px; float:left; margin-top:35px; clear:left; margin-bottom:15px; }
#sidebar a { font-family: 'aleoregular', Georgia, "Times New Roman", Times, serif; font-size:13px; letter-spacing: 1px; }
#sidebar a:hover { text-decoration:none; color:#999; }
#sidebar li { list-style:none; line-height:25px; text-transform:uppercase; }
#sidebar li ul li { list-style:circle; margin-left:20px; }
#sidebar li ul li a { font-size:12px; text-transform:lowercase; line-height:18px; }
.corazon { background:url(corazon-amarillo.jpg); width:20px; height:20px; display:inline-block; vertical-align:bottom; }
.tit-destacados{ width:814px; height: 66px; text-align:center; line-height: 66px; font-family: 'johnston_itclight', Verdana, Geneva, sans-serif; font-size: 35px; letter-spacing: 4px; clear:both; float:left; margin-top:10px; margin-bottom:8px; text-transform:uppercase; font-weight:normal; }


#barras { height:9px;}
.mousetrap { max-width:320px;}

.selected a{ color:#999 }
#sidebar li ul li .selected a { color:#999;  } 
.negro a{ color:#000 }
.negro .selected a{ color:#999}
.selectedMenu a { color:#000 !important; }