@charset "utf-8";
/* CSS Document  aldo damianovich */
.box-noticias {
	padding:10px 10px 9px;
	border:1px solid #d3d3d3;
	background:#fff;
	width:200px;
	float: left; display: inline; margin-left: 10px; margin-right: 10px;
	
}
.box-noticias figure {
	margin-bottom:11px
}
.box-noticias figure img {
	width:100%
}
.box-noticias .rubro_not {
	padding-bottom:5px;
	font-size:14px;
	margin-bottom:0px;
	color:#333!important;
}
.box-noticias .titulo_not {
 	font-size:16px; 
	margin-bottom:0px; 
	padding:4px 0px; 
	color:#000;
	height:35px; overflow:hidden;
}
.box-noticias .titulo_not a {
	color:#0066CC; text-decoration:underline;
}
.box-noticias .titulo_not a:hover {
	color:#0000FF; text-decoration:none;
}
a.button_not { 
	width:96px;
	height:26px;
	background:url(../images/boton_detalle_prod.png) no-repeat right 0 ;
	display:inline-block;
}
a.button_not:hover {
	background-position:0px -26px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.box-noticias > .intro_not {
	height:50px;
	overflow:hidden;
	line-height:15px;
}
.box-img-not {
	background:#fff;
	padding:10px;
	border:1px solid #d3d3d3;
	display:inline-block;
}
.box-img-not img {
	width:100%;
}
a.button_RibroNot{ 
	display:inline-block; color:#333333; 
	text-decoration:none; font-size:12px; 
	border:#999999 1px solid; padding:2px 4px;
	text-indent:10px;
	background:url(../images/flechas01.png) no-repeat;
	background-position:2px 7px;	
}
 
a.button_RibroNot:hover { 
	background-color:#FFFFFF; 
	color:#ff8800;
	background:url(../images/flechas02.png) no-repeat #FFFFFF;
	background-position:2px 7px;
}
a.button_RibroNot-current{ 
	display:inline-block; color:#333333; 
	text-decoration:none; font-size:12px; 
	border:#999999 1px solid; padding:2px 4px;
	text-indent:15px;
	background:url(../images/flechas02.png) no-repeat #FFFFFF;
	background-position:2px 7px; color:#000000; font-weight:bold;
	
}
	
@media only screen and (min-width: 768px) and (max-width: 995px) {
		 
}

@media only screen and (max-width: 767px) {
		 
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
		 .box-noticias { 
				width:350px;
		}
		figure .box-img img{ width:350px !important;}
		.box-img-not img {
			width:320px;
		}
}
@media only screen and (max-width: 479px) {
		 .box-noticias {
		 	width:240px; 
	
}
}


