@import url(obj_common.css);

/* noticias home */

DIV.noticia_home{
	width:220px;
	float: left;
	height: 200px;
	margin-left: 10px;
	color:#666666;
	font-size: 11px;
}

A.ver_mas {
	font-size: 11px;
	font-weight: bold;
	color:#0182C2;
	background-image: url("../img/web/play.jpg");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 115px;
}

DIV.noticia_home H3{
	font-size: 11px;	
}

A.titulo{
	text-decoration:none;
	color: black;
	font-weight: bold;	
}

/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* box destacados 1 */

#news_box {
	background-image: url(../img/web/gradient-light.png);
	background-repeat: repeat-y;
	width: 188px;
	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-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;
	
}

#news_box H3 {
	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-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-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-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;
	width: 720px;
}

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

#products H2 A { 
	color: #6EAC56;
	font-weight: bolder;
	text-decoration: none;
}

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

#products .item {
	padding: 0 0 0 0;
	margin-bottom: 10px;
	border-bottom: 1px solid silver;
	font-size: 11px;
}

#products .date {
	font-size: 10px;
	font-weight: normal;
	color: #565454;
}

#products .see_more {
	height: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	color: #5599FF;
	text-align: right;
	background-image: url("../img/web/play.jpg");
	background-repeat: no-repeat;
	background-position: 10% 0;
}

#products .see_more A {
	color: #5599FF;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;	
}

#products .see_more A:hover {
	text-decoration: underline;	
	color: #5599FF;
}

/* product */

#product {
	font-size: 11px;
	width: 720px;
}

#product #img {
	float: right;
	margin-top: 20px;
	background-color: #f9f9f9;
	border: 1px solid #D9D9D9;
	padding: 4px;
	margin-right: 14px;
	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-size: 11px;
}

#product .subtitle {
	font-weight: bold;
	font-size: 13px;
	margin-left: 10px;
}

#product .leyenda {
	font-style: italic;
	font-size: 13px;
	/*padding-left: 10px;*/
	margin-bottom: 10px;
	font-weight: bold;
}

#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: #EAF3F7;
	border: 1px solid #CCCCCC;
	color: #666666;
	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: #EAF3F7;
	border: 1px solid #CCCCCC;
	color: #666666;
	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 {
	margin-left: 4px;
	padding-right: 4px;
}
.button_print A {
	font-size:11px;
	color: #900;	
}
.button_sendbymail {
	margin-left: 5px;
	padding-left: 4px;
}
.button_sendbymail A {
	font-size:11px;
	color: #900;	
}

#noticias_ico{
	border: 1px solid silver;
	padding: 5px 4px 1px 4px;
	text-align: right;
	margin-top: 10px;
	/*margin-left: 582px;*/
	margin-bottom: 5px;
	width: 115px;
}

.noticiero{
	background-image:url(../img/web/box/noticias_maxi.gif);
	background-position:left top;
	background-repeat:no-repeat;
	border-bottom:4px solid #6eac56;
	color:#FFFFFF;
	font-size:12px;
	height:16px;
	padding:3px 0 0 8px;	
}
