/* CSS Document */

#Cuerpo{
	width:1024px;
	height:auto;
}
#Contenido{
	float:left;
	width:670px;
}
#descriFabrica{
	width:200px;
	height:600px;
	float:left;
}
.bloqueModelos{
	float:left;
	width:100%;
	margin-bottom:10px;
}
.modelo{
	float: left;
	width: 315px;
	height: auto;
	margin: 10px;
	margin-bottom: 40px;
}
.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: 145px;
	margin-bottom: 15px;
	border: 1px solid #61a60d;
	border-radius: 3px;
	cursor:pointer;
	float:left;
}
.btnModelo:link { color: #000; }
.btnModelo:visited { color: #000; }
.btnModelo:hover { color: #000; background-color: rgba(97,166,13,0.3); }
