@import url(obj_common.css);

/* box destacados 1 */

#news_box {
	background-image: url(../img/web/gradient-light.png);
	background-repeat: repeat-y;
	width: 188px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	text-align:left;
	margin-bottom:20px;
}
#news_box .title {
	background-image: url(../img/web/gradient-light-i.png);
	background-repeat: repeat-y;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #EEE;	
	padding: 5px 5px;
}
#news_box H2 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:16px;
	text-align:left;
	padding:5px 5px;
}
#news_box H2 A {
	color:#009494;
}
#news_box H2 A:visited {
	text-decoration:none;
}
#news_box H2 A:hover {
	color: #990000;
	text-decoration:underline;
}
#news_box .item {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #EEE;
	padding: 10px 10px;
}
#news_box H3 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#009494;
	text-align:left;
}
#news_box H3 a {
	color:#009494;
	text-decoration:none;
}
#news_box H3 a:visited {
	color:#009494;
}
#news_box H3 a:hover {
	color: #990000;
	text-decoration:underline;
}
#news_box .date {
	font-size:9px;
	color: #999;
}

/* box detacactos 2 */

#news_box2 {
	background-image: url(../img/web/gradient-gray.png);
	background-repeat: repeat-y;
	width: 188px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #E6E4D2;
	text-align:left;
	margin-bottom:20px;
}
#news_box2 .title {
	background-image: url(../img/web/gradient-gray-i.png);
	background-repeat: repeat-y;
	border-top: 1px solid #4b4b4b;
	border-bottom: 1px solid #363636;	
	padding: 5px 5px;
}
#news_box2 H2 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:16px;
	text-align:left;
	padding:5px 5px;
}
#news_box2 H2 A {
	color:#FFCC00;
}
#news_box2 H2 A:visited {
	text-decoration:none;
}
#news_box2 H2 A:hover {
	color:#FFCC00;
	text-decoration:underline;
}
#news_box2 .item {
	border-top: 1px solid #4b4b4b;
	border-bottom: 1px solid #363636;
	padding: 10px 10px;
}
#news_box2 H3 {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13px;
	color:#FFF;
	text-align:left;
}
#news_box2 H3 a {
	color:#FFF;
	text-decoration:none;
}
#news_box2 H3 a:visited {
	color:#FFF;
}
#news_box2 H3 a:hover {
	color: #FFCC00;
	text-decoration:underline;
}
#news_box2 .date {
	font-size:9px;
	color: #BBB;
}

/* products */

#products {
	font-size:12px;
	color:#000000;
}
#products H2 {
	margin:5px 0 0 0;
	font-size:16px;
	padding:5px;
}
#products H2 A {
	color:#990000;
	text-decoration:underline;
}
#products H2 A:hover {
	color:#660000;
	text-decoration:underline;
}
#products .item {
	color:#000;
	padding:5px;
	border-bottom:1px dashed #DDD;
	margin-bottom:10px;
}
#products .date {
	font-size:11px;
	color:#666666;
}

/* product */

#product {
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size:12px;
	color:#000000;
}
#product H1 {
	color: #990000;
	font-size:20px;
	margin-bottom:10px;
}
#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;
	font-size:13px;
}
#product .leyenda {
	font-style:italic;
	font-size:13px;
}
#product UL {
	width:400px;
	list-style: none;
	margin:20px 0;
}
#product LI {
	margin:0;
}
#product LI A {
	text-decoration:underline;
}

/* buttons */

.button_back_gotop {
	margin:20px 0;
}

	/* go top */

.button_gotop {
	float:right;
	width:100px;
	text-align:right;
	margin:5px;
}
.button_gotop A {
	height:12px;
	padding:5px;
	background-color:#FAFAFA;
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Tahome, Arial;
	font-size:10px;
	margin-right:10px;
	text-align:center;
}
.button_gotop A:hover {
	text-decoration:underline;
	border:1px solid #AAAAAA;
}

	/* back */

.button_back {
	float:left;
	width:150px;
	text-align:left;
	margin:5px;
}
.button_back A {
	padding:5px;
	background-color:#FAFAFA;
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Tahome, Arial;
	font-size:10px;
	margin-right:10px;
	text-align:center;
}
.button_back A:hover {
	text-decoration:underline;
	border:1px solid #AAAAAA;
}

	/* print */

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



