﻿.producto{
	border: 0px solid red;
	background: #f7f7f7;
	width: 350px;
	height: 415px;
	float: left;
	margin: 0 20px 20px 0;
}

.titulo-producto{
	background: black;
	text-align: center;
	color: white;
	padding: 10px 0;
}

.desarrollo-producto{
	border: 0px solid red;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 10px 0 10px;
}

.imagen-producto{
	border: 0px solid red;
	text-align: center;
	height: 290px;
}

.imagen-producto img{
	width: 100%;
	margin: 0 0 10px 0;
}

.tercer-elemento{
	margin-right: 0;
}

#texto{
	border: 0px solid red;
	background: #f7f7f7;
	width: 1100px;
	text-align: center;
	line-height: 22px;
	float: left;
	margin: 15px 0;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}