@import url(obj_common.css);

#content {
	padding-top: 20px;
}

#content H1 { /*color:#A6A770;
	font-size:26px;
	background-image:url(../img/web/separator.jpg);
	background-position: bottom center;
	background-repeat:no-repeat;
	margin-bottom:0;
	padding-bottom:50px;*/
	
}

/* 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;
}

.item{
		border-bottom: 1px dashed #CCCCCC;
}

#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: #000;
}

#products H2 {
	margin: 5px 0 0 0;
	font-size: 15px;
	padding: 0px;
	color: #5b5b5b;
	font-weight: bold;
}

#products H2 A { /*color:#000;*/
	color: #5b5b5b;
	font-weight: bolder;
	text-decoration: none;
}

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

#products .item {
	/*color: #000;*/
	color: #5B5B5B;
	padding: 0 0 0 0;
	margin-bottom: 10px;
	background-image: url(../img/web/separator_2.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#products .date {
	font-size: 11px;
	color: maroon;
	/*color:#A6A770;*/
}

#products .see_more {
	height: 20px;
	padding-left: 23px;
	text-align: right;
	font-weight: bold;
	line-height: 1.3;
	color: #000;
	background-image: url(../img/web/bt_see_more.gif);
	background-position: 83% 0%;
	background-repeat: no-repeat;
}

/* product */
#product {
	font-size: 12px;
	/*color: #000;*/
	color: #5B5B5B;
}

#product H1 { /*color: #000;
	font-size:24px;*/
	color: #5b5b5b;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin: 0 0 0 0;
	/*background: none;*/ /*padding-bottom:20px;*/
	/*border-bottom: 1px solid #EEE;*/ /*line-height: 1.1;*/
}

#product #img {
	float: right;
	margin-top: 20px;
	background-color: #f9f9f9;
	border: 1px solid #D9D9D9;
	padding: 4px;
	margin-left: 2px;
	width: 200px;
	text-align: center;
}

#product #img IMG {
	width: 200px;
	display: block;
	border: 1px solid #D9D9D9;
	
}

#product #img P{
	color: maroon;
	width: 200px;
	text-align: left;
	font-family: Tahoma,Arial;
	font-size: 11px;
}

#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;
}


IMG{
	border: none;	
}

.button_print {
	font-family:Tahome, Arial;
	margin-left: 4px;
	padding-right: 4px;
}
.button_print A {
	font-size:11px;
	color: #900;	
}
.button_sendbymail {
	font-family:Tahome, Arial;
	/*float:right;*/
	margin-left: 5px;
	padding-left: 4px;
}
.button_sendbymail A {
	font-size:11px;
	color: #900;	
}

#noticias_ico{
	border: 1px solid silver;
	padding: 5px 5px 0 4px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
	width: 114px;
}	

