@import "https://fonts.googleapis.com/css?family=Open+Sans|Squada+One";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css";

html, body {
	/*margin: 0;
	padding: 0;
	
	font-size: 100%;*/
	
	height: 100%;
}



body {
	display: table;
	width: 100%;
	font-family: "open sans", "lucida grande", arial, verdana, "lucida sans unicode", tahoma, sans-serif;
		
		background: url("../../imagenes/fondo/fondo-main.jpg") no-repeat top center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

}


* {
  	/*-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}


a {
  	outline: none;
}



	.cont_row_main {
		display: table-row;
		height: 100%;
				
	}


	.cont_row_main_tb {
		display: table-row;
		height: 0;		
	}


	.cont_logo {
		background-color: #000000;
	}


	.cont_logo #header-logo {
		width: 180px;
		
		text-align: center;
	}




.pie {	
	width: 100%;
	
	background-color: black;
	
	text-align: center;
	color: #343a40; 
	
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";

}

.pie li {
	list-style: none;

}


.pie a {
	
	color: #343a40;
	
}


