/* estilos: unaipm.com | autor: unai parada */

*{
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html{
	height: 100%;
}

body{
	margin: auto;
	font-family: 'Dosis', verdana, sans-serif;
	color: #E6E6E6;
	height: 100%;
	background: linear-gradient(135deg, #596a72 0%,#cedce7 100%);
	background-attachment: fixed;
}

img{
	max-width: 100%;
	height: auto;
	box-shadow: 0px 6px 17px 0px rgba(46,46,46,1);
	margin-top: 50px;
}

a{
	text-decoration: none;
	background-color: #0078A1;
	color: #E6E6E6;
}

a:hover{
	background-color: #404040;
}

article{
	text-align: center;
}

/* Clases comunes */
.maxima-resolucion{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.clearfix:after{
	content: "";
	display: table;
	clear: both;
}

/* Auto relleno vertical */
.autorelleno{
	min-height: 100%;
	margin-bottom: -133px;
}

.autorelleno:after{
	content: "";
	display: block;
	height: 134px;
}