/* product */
#product {
	margin: 20px 20px 30px 20px;
}

#product P {
	margin: 10px 0px;
	text-align: justify;
}

/* products */
#products {
	margin: 0 20px 30px 20px;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 12px;
	color: #000000;
}

#products .item {
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
}

#products .item H2 {
	padding: 5px 0 0 0;
	border-bottom: 2px solid #EEE;
}

#products .item H2 A {
	color: #000066;
	text-decoration: none;
}

#products .item H2 A:hover {
	color: #660000;
	text-decoration: underline;
}

#products .item P {
	font-size: 11px;
	text-align: justify;
	color: #666;
	margin: 5px 0 0 2px;
}

#products .date {
	font-size: 11px;
	color: #666666;
}

/* cupon */
.cupon {
	margin: 30px 0;
	text-align: center;
	padding-left: 30px;
}

.cupon TABLE {
	width: 350px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	/*background-color: #F0EFD9;*/
	background-color: #F9F9F9;
	border-top: 3px solid #D9D9D9;
	border-bottom: 3px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
}

.cupon TD {
	font-size: 11px;
	padding: 5px;
	width: 50%;
}

.cupon_title {
	font-weight: bold;
	font-size: 12px;
	height: 30px;
	/*border-bottom: 3px solid #AAA;*/
	border-bottom: 3px solid #D9D9D9;
}

.cupon_form {
	font-size: 11px;
}

.description2{
	display: none;
}

P.temario_title{
	margin: 8px 0 8px 0;
}
