/* CSS Document */

#BODY { padding-top:0; border-top:none; }

/* h2 Titles */
h2.title { margin-top:40px; font-size:180%; padding-bottom:4px; border-bottom:1px solid #CCC; }
h2.title a { color:#000; text-decoration:none; }
h2.title a:hover { color:#03F; text-decoration:underline; }

/* Pictures on the top of the homepage */
#hptop {
	background: transparent url('/img/global/bg_body_shdw.png') top left repeat-y;
	/*behavior: url('/css/iepngfix.htc');*/
	width: 960px;
	padding: 0 7px;
	border-top: 3px solid #BDBDA0;
  }
#hptop-wrap {
	width: 948px;
	padding: 20px 6px;
	margin: 0 auto;
	overflow: auto;
	/*border-top: 3px solid #BDBDA0;*/
	border-bottom:2px solid #BDBDA0;
	background: #FFF url('/img/home/hptop-grad.jpg') top left repeat-x;
  }
#hptop .pic, #hptop .box {
	border: 1px solid #000;
	width: 228px;
	margin-right: 8px;
	/*border-width: 5px 0 5px 5px;*/
	background-color: #000;
	float: left;
	height: 300px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	position: relative;
  }
#hptop .box { text-align:center; background-color:transparent; margin-right:0; /*border:none;*/ }
#hptop .box .contact a { background-color:#FC0; color:#039; font-weight:bold; font-size:120%; text-decoration:none; padding:12px 8px 4px; display:block; }
#hptop .box .contact a:hover { background-color:#FF6; text-decoration: underline; }
#hptop .box .phone { font-weight:bold; margin:8px 0 4px; font-size:170%; }

#hptop .pic .bg, #hptop .pic .pictxt { position: absolute; }
#hptop .pic .bg { z-index: 1; }
#hptop .pic .pictxt {
	z-index: 2;
	font-size: 70%;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
	cursor: pointer;
	bottom: 0;
	width: 100%;
	padding: 4px;
	color:#CCC;
	text-align:center;
  }
#hptop .pic:hover .pictxt { padding-bottom:24px; background:#FFF; border-top:2px solid #000; color:#000; }
#hptop .pic .pictxt b { display:block; font-size:140%; }

/**
 * bienvenidos
 */
#bienvenidos { font-size:150%; padding:24px 0 8px; }
#bienvenidos .sm { font-size:80%; font-weight:normal; }

/* list of discounts */
div#content ul.discounts { padding-bottom:20px; margin:0; }
div#content ul.discounts li {
	margin-bottom: 8px;
	text-indent: -.9em;
	padding-left: .9em;
  }

ul.discounts a, #newsletter .article a, .entry h3 a { color:#06F; text-decoration:none; border-bottom:1px dotted #06F; }
ul.discounts a:hover, #newsletter .article a:hover, .entry h3 a:hover { color:#900; border-bottom:1px solid #900; }

/* blog entries & newsletter articles */
div#blog .entry h3, div#newsletter .article h3 { margin-top:12px; margin-bottom:0; font-size:115%; }
div#blog .entry .author { font-style:italic; margin-bottom:4px; }
div#blog .entry .author b { margin-right:10px; }
div#blog .entry a.entryimg, div#newsletter .article a.articleimg {
	float: right;
	width: 140px;
	height: 100px;
	background: #333;
	overflow: hidden;
	text-align: center;
	margin: 0 0 12px 12px;
	border: 1px solid #000;
  }
div#blog .entry a img, div#newsletter .article a img { border-width:0; }
