/* CSS Document */
.recuadro{
background:url(../img/recuadro.jpg) no-repeat;
width:127px;
height:100px;
overflow:hidden;
float:left;
margin-right:15px;
}
.imgprod{
width:113px;
height:85px;
margin:auto;
margin-top:7px;
cursor:pointer;
filter:alpha(opacity=95); 
    -moz-opacity:0.95; 
    opacity: 0.95;
}
.imgprod:hover{
	filter:alpha(opacity=70); 
    -moz-opacity:0.7; 
    opacity: 0.7;
}
.fecha{
font-weight:bold;
color:#f7dc88;
}
.producto{
width:515px;
height:100px;
padding-top:5px;
padding-bottom:5px;
}

.producto a{
font-size:13px;
font-weight:bold;
}

.derecha a{
font-size:11px;
font-weight:normal;
}

.desarrollo{
height:50px;
overflow:hidden;
line-height:17px;
}

#paginador{
margin-left:140px;
}

#paginador a{
color:#c9c7ba;
text-decoration:none;
}

.input_boton{
	border:none;
	font-size:13px;
	color:#000000;
	height:24px;
	width:24px;
	border:#000000 solid 1px;
	background:#999999;
}
.input_boton:hover{
	filter:alpha(opacity=70); 
    -moz-opacity:0.7; 
    opacity: 0.7;
}
.input_disabled{
	border:none;
	font-size:13px;
	color:#a3a2a2;
	height:24px;
	width:24px;
	border:#000000 solid 1px;
	background:#cccccc;
}
