@charset "utf-8";
body  {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*background: #feda55; fondo amarillo */
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#abril {
    background-attachment:fixed;
	background-repeat:repeat-x;
	background-image: url(images/fondo_gradiente.png);
}

.thrColFixHdr #container {
	width: 771px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	position:relative;
}
.thrColFixHdr #top {
	height:150px;
	/*background-image: url(images/verano_logo.png);*/
	background-position:bottom;
	background-repeat:no-repeat;
	position:relative;
	
}
/* .thrColFixHdr #logo {
	width: 320px;
	height: 150px;
	float: left;
	cursor: pointer;
} */

.thrColFixHdr #banner {
	width: 771px;
	height: 150px;
}
.thrColFixHdr #top_nav {
	font-size:11px;
	/* color: #0072bc; azul */
	/* color: #ffffff; /*blanco navideņo*/
	color: #00aeef;
	text-align:right;
	width:320px;
	position: absolute;
	top: 5px;
	right: 0px;
}
.thrColFixHdr #jingle {
	background-image: url(../../../jingle/jingle.png);
	background-repeat:no-repeat;
	width: 243px;
	top: 35px;
	right: 0px;
	padding: 24px 9px 10px 53px;
	position:absolute;
}

#catalogo {
	width: 354px;
	bottom: 30px;
	right: 0px; 
	position: absolute;
}

#logo {
	width: 450px;
}

#top_nav A:link, #top_nav A:visited, #top_nav A:active {
	text-decoration: none;
	font-weight:bold;
	/*color: #0072bc; /*azul*/
	color: #00aeef; /*azul topnav*/
}
#top_nav A:hover {
	text-decoration: underline;
}
.thrColFixHdr #language {
	font-size:11px;
	font-weight:bold;
	text-align:right;
	color: #0072bc; /*azul*/
	width:200px;
	position:absolute;
	bottom:10px;
	right: 0px;
}
.thrColFixHdr #top_nav ul li, .thrColFixHdr #language ul li{
	display: inline;
}
.thrColFixHdr #language ul{
	display: inline;
}
.thrColFixHdr #secciones {
	text-align:center;
	height:30px;
	line-height:30px;
	font-size:11px;
	background-color:#000;
	background-image:url(images/bgmenu.png);
}
#secciones A:link, #secciones A:visited, #secciones A:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;	
}

#secciones A:hover {
	text-decoration: underline;
}
.thrColFixHdr #secciones li{
	margin: 0;
	display: inline;
	border-left: 1px solid #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
.thrColFixHdr .no_mostrar {
	display:none;
}
.thrColFixHdr #sidebar1 h2, .thrColFixHdr #sidebar2 h2{
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	background-color:#6a6a6a;
	height:30px;
	background-image: url(images/y-arrowb.gif);
	background-repeat:no-repeat;
	background-position:6px center;
	padding-left: 17px;
	line-height:30px;
}
.thrColFixHdr #sidebar1 {
	background-color:#fff;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	position:relative; 		/*fix de loopedSlider*/
	z-index:3000;			/*fix de loopedSlider*/
}
.thrColFixHdr #sidebar2 {
	background-color:#fff;
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
}
.search-selectbox, .searchbox-input-text {
	width: 130px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.searchbox-input-text {
	width: 130px;
	margin: 10px;
}
.search-box {
	text-align:right;
}
.search-advanced {
	text-align:center;
	font-size:9px;
	margin-top: 10px;
	margin-bottom:10px;
}
.manufacturer {
	width: 130px;
	margin-left:10px;
	margin-right:10px;
}
#search-manufacturer {
	font-size:10px;
	font-weight:bold;
}
.thrColFixHdr #recent_products {
	font-size:11px;
	text-align: center;
}
.thrColFixHdr #recent_products li {
	width: 100%;
	float: left;
	margin-top:10px;
	margin-bottom:10px;
}
.img_desc{
	height:30px;
}
.ad {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.thrColFixHdr #mainContent {
	background-image: url(images/bggrad.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	width:449px;
	float:left;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
#principal {
	background-color:#fff;
}
.thrColFixHdr #breadcrumbs {
	font-size:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.thrColFixHdr #breadcrumbs li {
	margin-left:5px;
	display:inline;
}
	.index_h{
	font-size:11px;
	font-weight:bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #b80d18;
	height:30px;
	background-image: url(images/mainbox_title_icon.gif);
	background-repeat:no-repeat;
	background-position:6px center;
	padding-left: 25px;
	line-height:30px;
	margin-bottom:10px;
}
.thrColFixHdr #catalog {
	font-size:11px;
}
.thrColFixHdr #catalog li{
	width:145px;
	text-align:center;
	display:inline;
	float:left;
	margin-bottom: 25px;
}

#catalog A:link, #catalog A:visited, #catalog A:active {
	text-decoration: none;
	font-weight: bold;	
}
#catalog A:hover {
	text-decoration: underline;
}
.thrColFixHdr #category_image {
	width:170px;
	text-align:center;
	float:left;
}
.thrColFixHdr #subcategories {
	margin-left:190px;
	list-style-type: disc;
	font-size:11px;
}
.thrColFixHdr #subcategories li {
	padding-bottom:5px;
}
.producto_lista {
	font-size:12px;
	margin-bottom:10px;
	margin-top:10px;
}
.imagen_producto_lista {
	width:200px;
	float:left;
	text-align:center;
}
.ver_detalle {
display:block;
width:100%;
text-align:center;
}
.buy_now {
	display:block;
	margin-top:15px;
}
.info_producto {
	margin-left:200px;
}
.nombre_producto {
	font-weight:bold;
	font:Arial, Helvetica, sans-serif;
}
.ver_imagen_grande {
	font-size:11px;
}
#nombre_producto, #specs_title {
	font-size:14px;
	font-weight:bold;
}
#specs {
	font-size:12px;
	margin-top:10px;
	margin-bottom:20px;
}
#specs table {
	border-collapse:collapse;
}
#specs table td {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
#specs table th {
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
.data {
	border-left-width: 1px;
	border-left-color: #EBEBEB;
	border-left-style:solid;
}
.fin {
color: #CCC;
background-color:#CCC;
height: 1px;
border:none;
}
#additional_images {

}
#additional_images li{
width:140px;
margin-left:4px;
float:left;
text-align:center;
}
#subcategories A:link, #subcategories A:visited, #subcategories A:active {
	text-decoration: none;
	font-weight: bold;	
}
#subcategories A:hover {
	text-decoration: underline;
}
.thrColFixHdr #productos_destacados {
	font-size:11px;
}
.thrColFixHdr #productos_destacados li {
	width: 170px;
	float: left;
	text-align: center;
	padding: 15px;
	margin-right: 10px;
	margin-left: 10px;
}
.img_desc{
	height:30px;
}
.thrColFixHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFF;
	text-align:center;
	font-size:11px;
}
.thrColFixHdr #footer #footer_links {
	background-color:#e9e8e8;
	text-align:center;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: c7c7c7;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#lider{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: white;
	letter-spacing: 5px;
	background-color:red;
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#info {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	letter-spacing: 3px;
	line-height: 13px;
	padding: 10px 75px;
}
#info .bold {
	font-weight: bold;
}

#info .small {
	font-size: 8px;
}
#info .big {
	font-size: 13px;
}
#info .email a{
	text-decoration:none;
}

/* preventa juegos */
.consola {
	width: 100%;
	clear: both;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	margin-bottom:15px;
}
.consola .logo {
	clear:both;
}
.consola img{
	display: block;
}
.consola span{
	overflow: hidden;
}
.wii {
	width: 110px;
	height: 170px;
	margin-top:5px;
	margin-bottom:5px;
	float: left;
	overflow: hidden;
}
.ds {
	width: 110px;
	height: 120px;
	margin-top:5px;
	margin-bottom:5px;
	float: left;
	overflow: hidden;
}
.ps3 {
	width: 110px;
	height: 150px;
	margin-top:5px;
	margin-bottom:5px;
	float: left;
	overflow: hidden;
}
.psp {
	width: 100px;
	height: 180px;
	margin-top:5px;
	margin-bottom:5px;
	float: left;
	overflow: hidden;
}
.xbox360 {
	width: 110px;
	height: 170px;
	margin-top:5px;
	margin-bottom:5px;
	float: left;
	overflow: hidden;
}
.pc {
	width: 110px;
	height: 170px;
	margin-top:5px;
	margin-bottom:5px;
	float: left;
	overflow: hidden;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
	display:block;
    font-size: 1px;
    line-height: 0px;
}

