@charset "utf-8";

/*activity_tag*/

.gge_contenido_S .activity_tag {
	height: 32px;
	margin-top: 15px;
	display: inline-block;
	position: relative;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
	line-height: 31px;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: 22px;
	white-space:nowrap; 
}


.gge_contenido_S .activity_tag > h3{
	position: relative;
	bottom: 20px;
	padding-left: 49px;
	font-size: 1em;
	font-weight: bold;
	background: #006666;
	height: 32px;
	padding-right: 11px;
	display: inline-block;
}


.activity_tag .number,
.activity_tag .arrow{
	background-image: url("img/backgroun_number_activity_tag.png");
	background-repeat: repeat;
	height: 32px;
	text-align: center;
	top: -20px;
	position: relative;
	padding-left: 4px;
	padding-right: 5px;
	margin-left: -9px;
	display: inline-block;
}

.activity_tag .number:after{
	content: url("img/triangle_number.png");
	position: absolute;
	left: 92%;
	height: 32px;
	width: 9px;
}

.activity_tag .arrow{
	background: #006666;
	min-width: 8px;
	top: -11px;
}


.activity_tag .arrow:after{
	content: url("img/triangle_text.png");
	position: absolute;
	left: 4px;
	height: 32px;
	width: 9px;
}


.gge_contenido_S .activity_tag .subtitle {
    display: inline-block;
	color: #006666;
	font-weight: normal;
	font-style: normal;
	position: absolute;
	left: 100%;
	margin-left: 25px;
	min-width: 800px;
	top: 3px;
	text-align: left;
	font-size: 1em;
}


/*act_instruction*/
.gge_contenido_S .act_instruction{
	margin-left: 50px;
	margin-top: 30px;
	margin-bottom: 15px;
	display: inline-block;
}

.gge_contenido_S .activity_tag + .act_instruction {
	margin-top: -39px;
	display: block;
}
.gge_contenido_S .act_instruction span.icon_ins{
	top: 13px;
}

.gge_contenido_S .act_instruction h4{
	display: inline-block;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.25em;
	color: #333333;
}


.gge_contenido_S .act_content{
	width:97.42%;
	height: 665px;
	background: white;
	margin: 0px 16px 16px;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
}

.gge_contenido_S .act_content span.act_subtitle {
    font-weight: normal;
    font-style: italic;
    font-size: 1.37em;
    color: #006666;
    margin-top: 24px;
    margin-left: 36px;
    display: inline-block;
}

.gge_contenido_M .act_content h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.87em;
	color: #333333;
	font-weight: normal;
	font-style: normal;
}

.gge_contenido_S > div.act_content:first-child{
	top: 99px;
}

/**Objetives**/
.gge_contenido_S .areaToWriteObjetives .icon_instruction_pencil:before{
	content: url("img/S_icon_instruction_pencil.png");
}

.gge_contenido_S .icon_instruction_pencil_objectives:before{
	content: url("img/S_icon_instruction_pencil_objectives.png");
}

.gge_contenido_S .icon_instruction_check_objectives:before{
	content: url("img/S_icon_instruction_check_objectives.png");
}

.gge_contenido_S .act_content span.act_subtitle.objectives {
	font-style: normal;
}

.gge_contenido_S .areaToWriteObjetives {
    margin-left: 36px;
    margin-top: 10px;
}

.gge_contenido_S .areaToWriteObjetives .text {
    color: #666666;
    font-size: 1.25em;
    top: 5px;
    position: relative;
}
.gge_contenido_S .areaToWriteObjetives .icon_ins {
    top:12px;
}

.gge_contenido_S .containerObjetive{
	border-style: solid;
    border-color:#E2E4E7 ; 
    border-width: 2px;
    background:  #F1F1F3;
    margin-left: 36px;
    margin-bottom: 27px;
    width: 1183px;
    height: 484px;

}

.gge_contenido_S .containerObjetive textarea{
	background: transparent;
	border: none;
	resize:none;
	font-size: 1.75em;
	color: #333333;
	margin-top: 3px;
	line-height: 1.2em;
	width: 1179px;
	height: 480px;
	overflow-y: auto;
}

.gge_contenido_S .containerObjetive textarea:active , textarea:focus , textarea:hover{
	
	outline:0px !important;
    -webkit-appearance:none;
}

.gge_contenido_S ul.objetivesList {
    line-height: 1em;
    font-size: 2.31em;
    margin-top: 137px;
    margin-left: 35px;
    display: inline-block;
}
.gge_contenido_S ul.objetivesList  li {
	margin-bottom: 44px;
	margin-left: -10px;
	color: #333333;
}

ul.objetivesList li:before {
    content: "";
    line-height: 1em;
    width: 20px;
    height: 20px;
    background-image: url("img/backgroun_number_activity_tag.png");
    background-repeat: repeat;
    float: left;
    margin: 10px;
    margin-right: 20px;
    border-radius: 30%;
    -moz-border-radius: 30%;
    -webkit-border-radius: 30%;
    position: absolute;
    left: 29px;
}

/**Video**/

video {
	width: 85% !important;
}
