@charset "utf-8";
/* CSS Document */

/* RESET DE ESTILOS */

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,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}

body {
     line-height: 1
}

:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

body{
	background-color:#5f8fbf;
}

#general-wrapper{
	margin:0 auto;
	
	max-width:1900px;
	min-width:997px;
	
	

	border:0px solid red;
}
#header{
	border:0px solid yellow;
}

.header-holder {background: url(imagenesv3/top-center.jpg) repeat-x; }
.header-wrapper {background: url(imagenesv3/top-left.jpg) no-repeat;}
#header {
	height: 288px;
	background: url(imagenesv3/top-right.jpg) no-repeat 100% 0;
	position: relative;
}


#header-derecha{
	width:565px;
	height:255;
	float:right;
	border:0px solid red;
}


#logotipo{
}
#compre-directamente{
	padding-top:10px;
	padding-left:35px;
}
#entre-en-su-cuenta{
	padding-left:35px;	
}
#cree-una-nueva-cuenta{
	padding-left:35px;
}


#header-izquierda{
	width:430px;
	float:left;
	border:0px solid green;
}

#gente{
	width:550px;
	height:286px;
	background-image:url(imagenesv3/gente.gif);
	background-repeat:no-repeat;
	float:right;
	margin-right:12px;
	border:0px solid blue;
}

#numero-uno{
	margin-top:230px;
	margin-left:17px;
	width:534px;
	height:66px;
	background-image:url(imagenesv3/numventa.png);
	background-repeat:no-repeat;
	background-position:0 0;
}




#noticias-header{
	
	height:50px;
	
	border:0px solid yellow;
	text-align:center;
	padding-top:8px;
	background-color:#333;
	
	margin-left:13px;
	margin-right:13px;
}

#news li{
	color:#FFF;
	font-family:Arial, Geneva, sans-serif;
	font-size:20px;
	font-weight:bold;
}



#ruta-actual{
	height:40px;
	margin-left:13px;
	margin-right:13px;
	border:0px solid red;
	vertical-align:middle;
	background-color:#fff;
	border-bottom:1px dotted black;
}
#ruta-actual p{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	vertical-align:middle;
}
#ruta-actual p a:link, #ruta-actual p a:visited{
	color:#333;
	text-decoration:none;
}
#ruta-actual p a:hover{
	color:#333;
	text-decoration:underline;
}


#usuarios-online{
	background-image:url(imagenesv3/usuarios.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	float:left;
	width:270px;
	height:40px;
	border:0px solid green;
}


#bloque-contenidos {
	
	border:0px solid yellow;
	margin-left:14px;
	margin-right:13px;
	
	
}

#header-contenidos {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-bottom:1px dotted #000;

	background-color:#FFF;
	
}
#header-contenidos p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header-contenidos h1  {
	padding:.2em 15px;
	margin:0;
}
#header-contenidos h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#cceff5;		/* Left column background colour */ /* ffd8b7 */
	border-right:1px dotted #333;
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:260px;  /* 200px */
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-460px; /* -400px */ 
	background:#fbe706;    	/* Right column background colour */ /*fff */
	border-left:1px dotted #333;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 475px; /*0 15px 0 415px*/
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:230px; /* 170px*/
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:visible; /*hidden*/
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}

#footer-contenidos {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px dotted #000;
	background-color:#fff;

}
#footer-contenidos p {
	text-align:center;
	padding-top:3px;
	
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
#footer-contenidos p a:link, #footer-contenidos p a:visited{
	color: #000;
	text-decoration:none;
}
#footer-contenidos p a:hover{
	color: #000;
	text-decoration:underline;
}









 
#defaultCountdown{
	width:170px;
	height:50px;
}

#menu-categorias{
}

#menu-categorias-top{
	height: 38px;
	width: 225px;
	background:url(imagenesv3/menu-categorias-top.gif) no-repeat;
}
#menu-categorias-middle{
	width: 225px;
	padding-left:5px;
	background:url(imagenesv3/menu-categorias-middle.png) repeat-y;
	
}

#menu-categorias-middle a:link, #menu-categorias-middle a:visited{
	color:#fff;
}

#menu-categorias-bottom{
	height: 27px;
	width: 225px;
	background:url(imagenesv3/menu-categorias-bottom.png) no-repeat;
	
}



td.boxText a:link, td.boxText a:visited{
	font-family:verdana;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
td.boxText a:hover{
	font-family:verdana;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

td.smallText a:link, td.smallText a:visited{
	font-family:verdana;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
td.smallText a:hover{
	font-family:verdana;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}