@charset "utf-8";
/* CSS Document */
div.fichaprod{
	padding-top: 20px;	
}

div.fichaprod *{
	color: #656565;
}
div.fichaprod h3, div.fichaprod p{
	font-size: 12px;
}
div.fichaprod p{
	font-weight: normal;
}

div.fichaprod div.prodiz{
	float: left;
	width: 226px;
	text-align: center;
}
div.fichaprod div.prodder{
	float: left;
	width: 291px;
	padding-left: 5px;
}
div.fichaprod div.sep{
	clear:both;
	float: none;
	height: 10px;
	line-height: 10px;
	width: 100%;
	background-image: url(../img/subrallado.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin: 0px 0px 10px 0px;
}
/* Botones formulario */
div.fichaprod select{
	width: 50px;
	float: left;
	margin-top: 3px;
	margin-right: 5px;	
}
div.fichaprod input{
	border: 1px solid #7e9db9;
}
/* botones formularios */
div.fichaprod h1{
	color: #339bff;
	margin: 0px;
	padding: 0px;
}
div.fichaprod h2{
	margin-bottom: 10px;
}

div.fichaprod img{
	border: 1px solid #339bff;
	padding: 1px;
}
div.fichaprod a.masinfo{
	margin: 10px auto;
	display: block;
	width: 151px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
	background-image:url(../img/btn1.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
div.fichaprod input.submit{
	border: 0px;
	padding: 0px;
	display: block;
	width: 125px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	vertical-align: top;
	background-image:url(../img/btn2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
	float: left;
}

div.fichaprod .anotacion{
	margin-bottom: 0px;
	margin-top: 4px;
}