/************************************************************************************************
    * Plantilla Anaya Educación: v1.2 / Actualizacición: Abril/2015
	* Plantilla Origen: 011 - Arrastrar y soltar - Texto a texto.
************************************************************************************************/

/********** 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: 32px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-weight: normal;
}

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

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

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

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