﻿.cuadro{
	border: 2px solid white;
	background: white;
	width: 350px;
	height: 350px;
	float: left;
	margin: 0 18px 0 0;
}

.cuadro:hover{
	border: 2px solid black;
}

.titulo-cuadro{
	background: rgba(86,53,16,0.8);
	width: 100%;
	font-weight: bold;
	line-height: 22px;
	color: white;
	text-align: center;
	padding: 3px 0;
}
.tres{
	margin-right: 0;
}

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

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