@import url(obj_common.css);

/* products */

#products {
	margin:0 0 30px 0;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size:12px;
	color:#000000;
}
#products .item {
	margin:15px 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:2px solid #aeaeae;
}
#products .item H2 {
	padding:5px 0;
}
#products .item H2 A {
	color:#055d0c !important;
	font-size: 14px;
	text-decoration: none !important;
}
#products .item H2 A:hover {
	color:#660000;
	text-decoration:underline !important;
}
#products .item P {
	margin:2px 0px;
	text-align:justify;	
}
#products .date {
	font-size:11px;
	color:#106821;
}

.individual{
	font-size: 14px;	
}

/* product */

#product {
	margin:10px 0 30px 0;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size:12px;
	color:#000000;
}
#product H1 {
	color:#006600;
	margin:0 0 10px 0;
}
#product #img {
	float:right;
	margin-top:20px;
}
#product #img IMG {
	width:227px;
	border:1px solid #CCCCCC;
	padding:5px;
	margin-left:20px;
}
#product .subtitle {
	font-weight:bold;
}
#product .leyenda {
	font-style:italic;
}
#product UL {
	width:400px;
	list-style: none;
	margin:20px 0;
}
#product LI {
	margin:0;
}
#product LI A {
	text-decoration:underline;
}
#product P {
	margin:20px 0;
	text-align:justify;
}

/* buttons */

.button_back_gotop {
	margin:40px 0;
}

	/* go top */

.button_gotop {
	float:right;
	width:100px;
	text-align:right;
	margin:5px;
}
.button_gotop A {
	height:12px;
	padding:5px;
	color:#000066;
	font-family:Tahome, Arial;
	font-size:11px;
	margin-right:10px;
	text-align:center;
}


	/* back */

.button_back {
	float:left;
	width:100px;
	text-align:left;
	margin:5px;
}
.button_back A {
	padding:5px;
	
	color:#000066;
	font-family:Tahome, Arial;
	font-size:11px;
	margin-right:10px;
	text-align:center;
}
.button_back A:hover {
	text-decoration:underline;

}

	/* print */

.button_print {
	float:left;
}
.button_sendbymail {
	float:right;
}




