@charset "UTF-8";

/* ********************************

 style.css for tienda 

******************************** */

/* //////////////////////////////////////////////////////////////// title */

div#titleArea{
	background:url(img/bg_head.jpg) no-repeat left top;
}

	div#titleArea h1{
		position:absolute;
		top:70px;
		right:20px;
	}

		dl#topicpath dt,
		dl#topicpath dd{
			/*color:#f7e8e7;*/
			color:#FFF;
		}


/* //////////////////////////////////////////////////////////////// copyArea */

div#copyArea{
	background:url(img/bg_main.jpg) no-repeat left top;
}

	div#copyArea h2{
		left:50px;
		top:20px;
		width:97px;
		height:293spx;
	}
	
	div#copyArea p{
		left:148px;
		top:208px;
		width:303px;
		white-space:nowrap;
	}

/* //////////////////////////////////////////////////////////////// index */

div#main{
	background-color:#f5f5ea;
}

div#boxIndex01 div.fl,
div#boxIndex01 div.fr,
div#boxIndex02 div.fr{
	width:280px;
}

div#mainIn.index h3.dot02{
	/*padding-left:10px;
	margin-bottom:15px;
	padding-bottom:9px;*/
	margin-top:0;
}

div#boxIndex01 p,
div#boxIndex01 h4{
	margin-left:10px;
}

div#boxIndex01 h4{
	margin-top:15px;
	margin-left:15px;
	/*margin-bottom:10px;*/
}
div#boxIndex01 p.text,
div#boxIndex02 p.text{
	font-size:92%;
	width:250px;
	margin:20px auto 0;
}

div#boxIndex02{
	margin-top:50px;
}

	div#boxIndex02 p.text{
		width:auto;
	}
	
	div#boxIndex02 h4{
		margin-top:15px;
		margin-bottom:15px;
	}


/* //////////////////////////////////////////////////////////////// andalucia */

div#currentIssue{
	width:700px;
	margin:0 auto 65px;
}
	div#main div#currentIssue h2{
		margin:0;
		margin-left:43px;
	}
	
	div#currentIssue h2,
	div#issueIn,
	p.cover{
		float:right;
		display:inline;
	}
	p.cover{ float:left; }

	div#issueIn{
		width:355px;
	}

	div#issueIn h3{
		color:#ab1b1b;
		font-size:182%;
		font-weight:bold;
		padding-left:5px;
	}
	
	div#issueIn ul{
		margin-bottom:10px;
	}
	
		div#issueIn ul li{
			/*font-size:85%;*/
			border-bottom:1px solid #d3d3c9;
			padding:10px 0 4px 5px;
		}
		
	p.info{
		margin:26px 0 30px 40px;
	}


h4#attention{
	font-weight:bold;
	font-size:107%;
	padding-bottom:10px;
	padding-left:1px;
	color:#171717;
}

	h4#attention span{
		background:url(img/icon_attention.gif) no-repeat left center;
		padding-left:37px;
		padding-bottom:5px;
		padding-top:5px;
	}
