body {
	background-image: url(../../../../imagenes/campoEncin.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


table {

	margin: 20px auto;
	border: 3px solid black;
	background-color: darkblue;
	border-collapse: collapse;
	
}

th {
	border: 2px solid black;
	color: white;
	font-size: 25px;

}

td {
	border: 1px solid #F8F8F8;
	/*background-color: white;*/
	color: white;
	font-size: 15px;
	
}
a {
	color: white;
	text-decoration: none;
}

.container {
	width: 100%;
	height: 12%;
	background: #1CE9EC;
}
.container-logo-title{
    display: flex;
    margin-top: 14px;
    margin-left: 10px;
	
}

.container-logo-title img{
    width: 80px;
    height: 80px;
}

.container-logo-title img.casa {
	margin-top: 20Px;
	/*margin-right: 30px;*/
	margin-left: 30px;
    width: 30px;
	height: 30px;
    
} 

.container-logo-title h1{
    font-weight: 300;
    margin-top: 16px;
    margin-left: 10px;
}

h2 {
	color: black
}
