@charset "utf-8";
/* CSS Document */
.flechaAtras2 {
    background-image: url(../img/flechaAtras2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 84.3px;
    height: 84.6px;
}

.flechaSiguiente2 {
    background-image: url(../img/flechaSiguiente2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 84.3px;
    height: 84.6px;
}
.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;
}
.sugerencia {
	font-size: 16px;
	font-family: "Myriad Pro";
	font-weight: 700;
	color: #575756;
	height: 40px;
	float: right;
	padding-right: 6%;
	padding-top: 1%;
	vertical-align: middle;
	letter-spacing:0;
}
.imgSugerencia {
	width: 25px;
	height: auto;
	vertical-align: middle;
}
.cont_respuesta {
	height: 100px;
	width: 970px;
	color: #393c4a;
	background-image: url(../img/L_G07_U04_L01_03_01_1.png);
	background-repeat: no-repeat;
	background-size: 95% 100%;
	border: 0px;
	padding: 1% 1%;
margin: 2% 0% 3% 0%;
}
.cont_respuesta_swap {
	height: 100px;
	width: 920px;
	color: #393c4a;
	background-color: #D2D2D0;
	background-repeat: no-repeat;
	background-size: 95% 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px;
	padding: 1% 1%;
margin: 2% 0% 3% 0%;
}
.cont_preguntas{
	padding-top:7%;
}
.ggc_oraciones {
	font-family: 'cabinmedium';
	text-align: left;
	font-size: 48px!important;
	line-height: 48px;
	width: 90%;
	color: #393c4a;
	margin: 0 auto;
}
.numeracion {
	width: 40px;
	height: 40px;
	padding-right: 3%;
	margin-top: 10%;
}
.ggc_oraciones td {
	padding-right: 0.5%;
	vertical-align: top;
}
p {
	margin: 0px;
}
span.parrafo_r {
	
	}
div.parrafo_r {
	border: 0px;
margin-top: 25px;
padding: 5px 5px 5px 10px;
margin-bottom: 40px;
}
.imgBtnTipo2 {
	background-image: url(../img/click_guide4.png);
	background-repeat: no-repeat;
	background-size: 80%;
	width: 50px;
	height: 50px;
	float: right;
}
.ggc_textArea {
	font-family: "cabinmedium" !important;
	width: 95%;
	max-width: 95%;
	resize:none;
	height: 395px;
	max-height: 415px;
	background-color: transparent;
	border: 2px solid #CCCAC9;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 60px;
	text-shadow: 1px 1px 3px #424242;
	display: block;
	margin-left: 0%;
	margin-top: 2%;
	padding: 10px 10px 10px 10px;
}
.ggc_textArea:focus{
	outline :none;	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2.5px solid #CCCAC9;
	
}