/* seccion de pagina web completa bg */
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
#todopag{
	width: 100%;
  	margin: 0 auto;
  	top: 0px;
  	height: 1500px auto;
  	padding: 0px;
  	position: relative;
  	overflow: hidden;

}

/* seccion compartida  */

.fondomes{
	position: relative;
	margin: 0px auto;
	width: 1000px;
	height: 1100px;
	background-color: #42B3F6;
}
.mesrec{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 960px;
	height: 1060px;
	background-color: #FFFFFF;
}
.fila0{
	position: relative;
	top: 40px;
	left: 20px;
	width: 920px;
	height: 40px;
	margin-bottom: 10px;
	color: white;
}
.finse{
	background-color: #E84247 !important;
}
#mesnombre h2{
	font-size: 80px;
	font-weight: bold;
	position: absolute;
	left: 400px;
	top: -10px;
	color: red;
	font-family: 'Poiret One', cursive;
}
#mesval{
	position: absolute;
	text-align: center;
	top: 20px;
	left: 30px;
	color: #E84D2B;
	font-family: 'Poiret One', cursive;
}
.datosmes{
	position: relative;
	height: 120px;
}
.filas{
	position: relative;
	top: 35px;
	left: 20px;
	width: 920px;
	height: 128px;
	margin-bottom: 10px;
}
.diasnom{
	position: relative;
	width: 128px;
	height: 40px;
	display: inline-block;
	background-color: #37B5EE;
}
.diasnom h2{
	position: relative;
	top: -10px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	font-family: 'Poiret One', cursive;
}

.diasrec{
	position: relative;
	width: 128px;
	height: 128px;
	display: inline-block;
}
.diadelmes{
	background-color: #DBF2FD;
}
.diainactivo{
	background-color: #F2F2F2;
}
.fecha{
	width: 115px;
	height: 115px;
	position: absolute;
	left: 5px;
	top: 5px;
	
}

.fecha h2{
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	top: -25px;
	left: 60px;
	font-family: 'Poiret One', cursive;
}
.fecha a{
	position: absolute;
	width: 115px;
	height: 70px;
	background-color: #D4E9F4;
	top: 50px;
	left: 2px;
	font-size: 12px;
	text-align: center;
}