body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	background: #FFF url('../images/bck.gif') repeat-x;
}

a {
outline:0;
border:none;
}

a.mail {	font-size: 10px; color: #0099ff; font-weight: bold;}
a.mail:link { text-decoration: none;}
a.mail:visited {	text-decoration: none; color: #0099ff;}
a.mail:hover { text-decoration: none; color: #000;}
a.mail:active { text-decoration: none; color: #0099ff;}

/* TEXTOS */
.textBlanco {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 19px;
}
.textAzul {
	color: #006699;
}
.textNone {
	font-weight: normal;
}
.textBBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#60A6ED;
	letter-spacing:-1px;
}

/* HEADER & ESTRUCTURA */
#container {
	width: 780px;
	margin: 0 auto 0 auto;
}

#header {
	height: 124px;
	margin: 10px 0 0 0;
	background: url('../images/topPage.gif') bottom repeat-x;
}

#logo {
	position: relative;
	top: 10px;
	left: 17px;
}

#linepoints {
	height: 21px;
	background: #FFF url('../images/bckPoints.gif') right repeat-x;
}
/* CONTENIDO PRINCIPAL */
#ctr {
	height: 365px;
}
#left {
	width: 180px;
	float: left;
}
#main {
	width: 600;
	float: left;
}
.clear {
	clear: both;
}

/* MENU */
#navigation {
	background: #FFF url('../images/bckMenu.gif') no-repeat; 
	width: 780px;
	height: 29px;
	}

#navigation ul {
	display: block;
	list-style: none;
	background: #FFF url('../images/menu.gif') top left no-repeat;
	margin: 0;
	padding: 0;
	width: 690px;
	height: 29px;
	margin: auto;
	}

#navigation ul li {
	float: left;
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
	width: 115px;
	height: 29px;
	}
	
#navigation ul li a {
	display: block;
	text-decoration: none;
	text-indent: -999em;
	width: 115px;
	height: 29px;
	}
	
#navigation ul li a:hover,
#navigation ul li a.current {
	background-image: url('../images/menu.gif');
	background-repeat: no-repeat;
	}
	
#navigation ul li#principal a:hover { background-position: 0px -29px; }
#navigation ul li#principal a.current,
#navigation ul li#principal a.current:hover { background-position: 0px -58px; }

#navigation ul li#coleccion08 a:hover { background-position: -115px -29px; }
#navigation ul li#coleccion08 a.current,
#navigation ul li#coleccion08 a.current:hover { background-position: -115px -58px; }

#navigation ul li#colecciones a:hover { background-position: -230px -29px; }
#navigation ul li#colecciones a.current,
#navigation ul li#colecciones a.current:hover { background-position: -230px -58px; }

#navigation ul li#accesorios a:hover { background-position: -345px -29px; }
#navigation ul li#accesorios a.current,
#navigation ul li#accesorios a.current:hover { background-position: -345px -58px; }

#navigation ul li#informacion a:hover { background-position: -460px -29px; }
#navigation ul li#informacion a.current,
#navigation ul li#informacion a.current:hover { background-position: -460px -58px; }

#navigation ul li#contacto a:hover { background-position: -575px -29px; }
#navigation ul li#contacto a.current,
#navigation ul li#contacto a.current:hover { background-position: -575px -58px; }

#navigation ul li a.current:hover { cursor: default; }

/* CAJA IZQUIERDA */
.box {
	width: 163px;
	height: 235px;
	background:url("../images/box.gif") no-repeat;
}
.box p{
	margin: 0;
	padding: 65px 10px 0 15px;
	font-size: 10px;
}
	
/* BANDERAS */
.boxFlag {
	width: 163px;
	height: 80px;
	padding-top: 20px;
	padding-left: 60px;
}

/* CAJA DERECHA */
#boxPromo {
	background: #FFF url('../promos/rotator.php') no-repeat;
	width: 290px;
	height: 172px;
}

/* CAJA DERECHA SECCION */
.boxPromoCat {
	width: 598px;
	height: 356px;
	background:url("../images/boxCtr.gif") no-repeat;
}
.boxPromoCat h1 {
	margin: 0;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#60A6ED;
	letter-spacing:-1px;
}
.boxPromoCat p{
	margin: auto;
	padding: 0 0 0 30px;
	font-size: 11px;
	font-weight: bold;
	color:#000;
}

/* BORDES DE IMAGENES */
.borderimage {
border: #FFF 1px solid;
}
.borderimage:hover {
border: #1681CF 1px solid;
}

/* PAGINACION */
.pagebar { 
	margin: 1px;
	text-align:center;
}
.pagebar a, .pageList .this-page {
	padding: 2px 6px; 
	border: solid 1px #ddd; 
	background: #FFF;
	font-weight: bold;
	color:#000;
	text-decoration: none;
}
.pagebar .this-page {
	padding: 2px 6px; 
	border-color: #FFF; 
	font-weight: bold; 
	font-size: 11px; 
	vertical-align: top; 
	background: #DDD;
}
.pagebar a:hover {
	color: #000; 
	background: #FFF;
	color: #1681CF;
	border-color: #1681CF; 
	text-decoration: none;
}

/* FOOTER */
#footer {
	height: 43px;
	background: url('../images/footer.gif') bottom no-repeat;
}