/************************************************************************************************
    * Plantilla Anaya Educación: v1.2 / Actualizacición: Abril/2015
	* Plantilla Origen: 021 - Evaluaciones - Todas por pantalla.
************************************************************************************************/

/********** General **********/

html,body {
	width: 100%;
	height: 100vh;
	font-family: Open Sans, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-weight: bold;}
a {
	text-decoration: none;
	outline: none;
}


/********** Header **********/

header {
    position: relative;
    min-height: 55px;
	height: auto;
    width: 100%;
    box-shadow: 0px 0px 5px 0px #000000;
	z-index: 10000;
}
header > h1{
	line-height: 50px;
	margin-left: 30px;
	text-align: left;
	font-weight:normal;
}


/********** Contents **********/

#contents {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 900px;
	text-align: center;
}

.mainpanel {
	position: relative;
	margin: 40px auto;
	padding-bottom: 150px;
	width: 100%;
	max-width: 900px;
	height: auto;
}

/********** Footer **********/

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0px 0px 5px 0px #000000;
	z-index: 10000;
}

/********** Vista en iPad **********/

@media (max-width: 768px){
	#contents {max-width: 700px;}
}
