@charset "utf-8";
/* CSS Document */
.actividad {
	font-family: 'NobileBoldItalic';
	background-color: #C63827;
	color: #FEFEFE;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left: 0px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	letter-spacing:0;
}
.divActividad {
	padding-top:5%;
}
.contenedorActividad{
border: 3px dashed #A21B25;
width: 1133px;
height: 600px;
margin: -1% auto 0% auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	
}
.txtActividad {
	font-family: 'alegreya_sansmedium';
	font-size: 60px !important;
	line-height: 60px !important;
	text-align: left;
	color: #FFFFFF;
	margin-top: 4%;
	margin-left: 4%;
}
.wCir {
display: block;
background: #FFFFFF;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
width: 10px;
height: 10px;
margin-bottom: 60%;
float: left;
margin-top: 30px;
margin-right: 10px;
}

#b7img1 {
	width: 367px;
	height: 487px;
	position: absolute;
	top: 18%;
	left: 62%;
}

.bocadilloLibro{
  background-image: url(../img/bocadilloLibro.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 674px;
    height: 500px;
position: absolute;
top: 16%;
left: 7%;
}


