/* CSS Document */

#Cuerpo{
	width:1024px;
	height:1170px;
}



#descriFabrica{
	width:200px;
	height:1000px;
	float:left;
}
#contenido{
	float:left;
	width:670px;
}
.modelo{
	float:left;
	width:315px;
	height:330px;
	margin:10px;
}
.imgModelo{
	float:left;
	width:120px;
	text-align:center;
	background-color:#FFF;
	padding:5px;

}
.descriModelo{
	float:left;
	width:160px;
	margin-left:15px;
	
}
.btnModelo{
	font-weight: bold;
	font-size: 14px;
	padding: 1px 1px 1px 10px;
	height: 20px;
	width: 115px;
	margin-bottom: 15px;
	border: 1px solid rgba(255,153,0,1);
	border-radius: 3px;
	cursor:pointer;
	float:left;
}
.btnModelo:link { color: #000; }
.btnModelo:visited { color: #000; }
.btnModelo:hover 
{ 
	color: #000; 
	background-color: #eee0c6;
}
.Europe-Forestry
{
	color:#E79D24;
	font-weight: bold;
	margin-top:2px;
}