*{
	margin: 0;
	padding: 0;
	clear: none;
}

body {
	border-style: none;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 0.8em;
	font-style: normal;
	margin: 0 auto;
	background: #b9a180 url(../img/bkg_repeat.jpg) repeat-y fixed bottom;
}

#general {
	
}
#top{
	background:  url(../img/background3.jpg) repeat-x top center;
	width: 100%;
	height: 620px;
}

#main{	
	width: 780px;
	display: table;
	margin: 0 auto;
	margin-top: -400px;
	background: #f6f6f6 url(../img/papel.jpg) repeat;
	-moz-box-shadow: -5px -5px 10px #333;
	-webkit-box-shadow: -5px -5px 10px #333;
	position: relative;
	padding-bottom: 50px;
	z-index: 2;
}



/*---------------------------------------------------Menu Top-----------------------------------------------------------------*/

#menu{
	background: url(../img/postit.png) no-repeat;
	width: 300px;
	height: 297px;
	float: right;
	margin-left: 20px;
	margin-top: -4px;
	position: relative;
	z-index: 5;
}

#menu ul{
	list-style: none;
	display: block;
	margin: 46px 5px 0 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#menu ul li{
	display: block;
	text-align: left;
	margin-bottom: 10px;
}

#menu ul li a{
	text-decoration: none;
	color: #000000;
}

#menu ul li a:hover{
	color: #C00;
}


/*--------------------------------------------------------Main------------------------------------------------*/


#content{
	padding: 20px 20px 20px 25px;
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 170%;
	text-align: justify;
	color: #000000;;
	margin: 0;
	position: relative;
	z-index: 3;
	display: block;
}


#content h1{
	color: #333;
	font-size: 4em;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
}

#content img{
	float: left;
	margin-right: 15px;
}

#content ul{
	list-style: inside;
}

.foto{
	float: right;
	border: 1px solid #000000;
	-moz-box-shadow: -5px -5px 10px #333;
	-webkit-box-shadow: -5px -5px 10px #333;
	margin: 20px;
}

.destacado{
	display: table;
	background: #000000 url(../img/crimeband.gif) repeat-x top;
	padding: 15px;
	margin-bottom: 20px;
	color: #ffffff;
}

.noticia{
	display: table;
	background: #ffffff url(../img/crimeband2.gif) repeat-x top;
	padding: 15px;
	margin-bottom: 20px;
}

.priorat{
	display: table;
	background: #ffffff url(../img/priorat.gif) repeat-x top;
	padding: 20px 15px 15px 15px;
	margin-bottom: 20px;
}

/*---------------------------------------------Menu right-------------------------------------------*/

#menur{
	height: 109px;
	width: 460px;
	background: url(../img/menur.png) no-repeat left top;
	float: left;
	margin: 0 0 15px -29px;
	text-align: left;
	position: relative;
	}

#menur ul{
	margin: 20px 5px 5px 35px;
	position: relative;
	display: block;
}

#menur ul li{
	list-style: none;
}

#menur ul li a{
	text-decoration: none;
	color: #000080;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	line-height: 190%;
	float: left;
	margin-right: 20px;
}

#menur ul li a:hover{
	text-decoration: line-through;
}

/*--------------------------------------------Listas de definición-----------------------*/

.ficha{
	display: block;
	padding: 15px;
	margin: 10px;
	clear: both;

}

.ficha img{
	float: left;
	margin: 0 15px 15px 0;
	clear: left;
}

.ficha dl{
	float: left;
	margin-left: 15px;
	line-height: 225%;
	display: block;
}

.ficha dl dt{
	font-weight: bold;
	float: left;
	clear: left;
	margin: 0;

}

.ficha dl dd{
	float: left;
	margin-left: 5px;
}


/*------------------------------Listas numeradas-----------------------------*/

ol{
	list-style: decimal outside;
	padding-left:25px;
}

/*----------------------------------Foot-------------------------------*/
#foot{
	position: relative;
	height: 216px;
	width: 100%;
	display: block;
	background: url(../img/foot_bkg.jpg) no-repeat center;
	margin-top: -150px;
	z-index: 1;
}

#foot p{
	font-size: 0.8em;
	position: absolute;
	bottom: 20px;
	left: 50px;
}

/*------------------------------------------Comprar----------------------------*/

.comprar{
	clear: both;
	float: left;
	width: 100%;
	margin: 10px;
}

#content div.comprar img{
	float: left;
	clear: left;
	margin-right: 20px;
}

#content div.comprar p{
	float: left;
	clear: right;
	font-style: italic;
	margin-top:30px;
}

.comprar a img{
	border: 2px solid #824e34;
}
/*----------------------Multimedia------*/

.multimedia{
	padding-top: 10px;
	list-style: none;
}

#content ul.multimedia li a img{
	float: left;
	clear: left;
	text-decoration: none;
	border: 0;
	margin-top: -10px;
	margin-right: 15px;
}

ul.multimedia li{
	height: 50px;
}

/*--------------------------------Fotos------------------------------*/

ul.fotos{
	list-style: none;
	float: left;
	clear: both;
	position: relative;
	z-index:125;
}

ul.fotos li{
	float: left;
	list-style: none;
	margin: 5px;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 15px 0 30px 15px;
	position: relative;
	z-index: 100;
}

ul.fotos li img{
	height: 130px;
	width: 150px;
	float: left;
	border: 1px solid #cccccc;

}


ul.fotos li:hover{
	background-color: #000000;
}

/*-----------------------------------Formulario tienda-----------------------*/

#comprar{
	display: block;
	background: #d5c5b2;
	border: 2px solid #ffffff;
	padding: 10px;
	}

#comprar table{
	margin-bottom: 20px;
}

#comprar table td{
	padding: 3px;
}

#comprar table input{
	text-align: right;
	float: right;
}
	
#comprar form{
	border: none;
	display: table;
		
}

#comprar form span{
	float: left;
	clear: right;
	margin-bottom: 7px;
	margin-right: 10px;
}

#comprar form span label{
	width: 80px;
	display: block;
	float: left;
	clear: none;
}

.coment{
	font-size: 0.8em;
}


