body{
	background-repeat: no-repeat;
	background-size : cover;
	background-image : url('images/bg.jpg');
}

.escudos{
	text-align: center;
	
}
.escudos>img{
	border-radius : 50%;
	height: 250px;
	width: 250px;
}
.escudos>:nth-child(1){
	margin-right: 50px;
}


.posicionTitulo{
	font-size: 43px;
    width: 100%;
	text-align: center;
    margin-top: 150px;
	margin-bottom: 30px;
	color:feldespar;
}

.posicionEnConstruccion{
	font-size: 18px;
    width: 100%;
	text-align: center;
	margin-top: 20px;
}