@CHARSET "UTF-8";
body,html {
	background-color:black;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#icons ul {
	margin:0;
	padding:0;
	display:inline;
	width:806px;
	list-style:none;
	background-color:white;
}
#icons ul li {
	width:114px;
	float:left;
	text-align:center;
}
#icons ul li img{
	opacity:0.7;
	border:none;
}
#icons ul li img:hover{
	opacity:1;
}
#logo_header {
	clear:both;
	width:800px;
	height:480px;
	background-repeat:no-repeat;
	background-position:center center;
	border:3px solid white;
}
/*
 * SLIDER
 */	
#slider{}	
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:800px;
	height:480px;
	overflow:hidden; 
	}	
#prevBtn, #nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	}	
#nextBtn{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}
	
	/*
	 * end slider
	 */
	
#menu {
	font-family:Arial, Helvetica, sans-serif;
}
#menu ul{
	margin:0;
	padding:0;
	width:806px;
	height:100px;
	background-image:url(../images/backmenu.png);
	background-repeat:no-repeat;
	margin-top:5px;
	list-style:none;
	height:48px;
}
#menu ul li {
	float:left;
	width:159px;
	text-align:center;
	height:33px;
	display:table-cell;
	vertical-align:middle;
	padding-top:15px;
	border-right:1px solid gray;
}
#menu ul li a {
	text-transform:capitalize;
	font-size:12px;
	color:white;
	text-decoration:none;
}
#menu ul li:hover {
	opacity:0.5;
}
#menu #store {
	border-right:0px;
}

/*
 * CONTENIDO
 */
#center {
	margin-top:10px;
	width:786px;
	background-color:white;
	color:black;
	padding:10px;
}
#center h2 {
	font-size:15px;
	color:gray;
}
/*
 * blog and tour
 */
#center #blog,#tour {
	list-style:none;
}
#center #blog,#tour .date {
	font-weight:bold;
}
 #center #blog img {
	max-width:700px;
}
#center #blog li {
	padding-top:20px;
	width:700px;
	border-bottom:1px solid black;
}
#center #tour li {
	padding-top:20px;
	width:700px;
	border-bottom:1px solid black;
}
#center #blog,#tour li p{
	text-align:justify;
}

/*
 * store
 */
ul#tipos {
	list-style:none;
}
ul#tipos li {
	text-align:center;
	width:100px;
	border-right:1px solid gray;
	float:left;
}
ul#tipos a {
	text-decoration:none;
	color:black;
}
ul#tipos a:hover {
	color:gray;
}
ul#catalogo {
	list-style:none;
}
ul#catalogo li {
	height:250px;
	width:700px;
	border-bottom:1px solid black;
}
ul#catalogo #info {
	height:250px;
	float:left;
}
ul#catalogo #info #carrito {
	width:64px;
	height:64px;
	cursor:pointer;
}
ul#catalogo h5 {
	font-size:15px;
}
ul#catalogo h6 {
	font-size:13px;
	margin:0;
	padding:0;
}
ul#catalogo li img {
	margin-top:25px;
	float:left;
	width:250px;
	height:205px;
	margin-right:50px;
	border:none;
}

#basket {
	border:1px solid black;
	float:right;
	width:240px;
	background-color:gray;
	margin-top:10px;
	margin-right:5px;
	height:70px;
}
#basket .clear {
	float:right;
	height:70px;
	width:40px;
	padding-top:25px;
	padding-left:50px;
}
#basket .clear a {
	color:white;
	text-decoration:none;
}
#basket #items_total {
	padding-top:25px;
	width:75px;
	float:right;
}
#basket #items_total h4 {
	clear:both;
	margin:0px;
	padding:0px;
	float:right;
}
#basket img {
	border:none;
	float:right;
	padding-top:5px;
}
table#checkout {
	width:100%;
	margin:0;
	padding:0;
	font-size:11px;
}
table#checkout #index td{
	font-size:12px;
	font-weight:bold;
	background-color:black;
	color:white;
	height:30px;
}
table#checkout td{
	height:100px;
	border-bottom:1px solid #bbb;
	padding:10px;
	vertical-align:top;
}
table#checkout .cant{
	border:1px solid #bbb;
	background-color:#bbb;
	width:30px;
	text-align:center;
}
table#checkout .total td{
	vertical-align:top;
	border:none;
}
table#checkout .precio {
	font-weight:bold;
}
table#checkout .total td.text {
	text-align:right;
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
}
table#checkout .total td.euro {
	text-align:left;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
table#checkout .total input {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/Shopping_Cart.png);
	background-position:center;
	background-repeat:no-repeat; 
	width:64px;
	height:64px;
	border:1px solid black;
	font-weight:bold;
	opacity:0.5;
	cursor:pointer;
}
table#checkout .total input:hover {
	opacity:1;
}
table#checkout #nombreproducto {
	float:left;
	margin-left:20px;
	width:50%;
}
table#checkout #thumb {
	float:left;
	width:40px;
	border:1px solid black;
}
table#checkout #gastos {
	background-color:#bbb;
}
table#checkout input#check{
	background:none;
	border:none;
	padding:0;
	margin:0;
	font-size:12px;
	display:block;
	padding-top:5px;
	text-decoration:none;
	text-transform:capitalize;
	font-weight:bold;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
table#checkout input#check:hover{
	text-decoration:underline;
	cursor:pointer;
}
table#checkout input.delete {
	color:#a9240f;
}
table#checkout input.update {
	color:gray;
}
#center #media h1 {
	color: #504545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: normal;
	letter-spacing: -1.8px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	border-bottom:1px solid black;
}
