p { 
font-family: Corbel;
font-size: 20px;
text-align: justify;
color: white;


}
h1 {
	text-align: center;
	font-family: Calibri;
	color: white;
	
	
}
h2 {
	
	text-align: center;
	font-family: Calibri;
	color: white;
}

.div_ante {
	margin: auto;
	width: 600px;
	height:210px;
	border: 3px solid black;
	
}

.principal {
	
	margin-left: 50px;
	margin-right: 50px
}
.div_horse {
	
	float:right;
	width:35%;
	height:250px;
	float:top;
	border: 3px solid black;
	margin-top: 5px;
		
	
}

.div_bola {
	
	margin: auto;
	width:614px;
	height:223px;
	border: 3px solid black;
}


img {
	
	width:100%;
	height:100%;
}

.layout {
	
	width:60%;
}

.horse {
	float: left;
	width:60%;
}

.arcos {
	
	margin-top: 380px;
}

.conjunto {

margin: auto;
}

body {

	background-image : url('../fotos/back.jpg');
	background-attachment: fixed;
	background-size: auto;
}


