body{

	 background: url("../img/finca/DP2A7017.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #808080;

    color: #000;    
}
.tit{
	text-align: left;
}	

.recuadro{
	margin-top: 130px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 5px;
	background-color: rgba(223,223,223,0.9);

}