@CHARSET "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#t1 {
	font-size: 16px;
}

#t3c img, #t3b img {
	display: none;
	position: relative;
}

#t3c {
	overflow: hidden;
}

#t3c img, #t3b img {
	cursor: pointer;
}

#lg {
	z-index: 5000;
	display: none;
}

/** Etapas **/
#recurso {
	position: absolute;
	top: -40px; left: -70px;
	width: 820px;
	height: 520px;
	background: transparent;
	overflow: hidden;
	font-family: Avenir;
	font-weight: normal;
}

#activo {
	position: relative;
	width: 681px;
	height: 381px;
	display: block;
	margin: 40px auto;
	background: transparent url(img/fondo.jpg) center center no-repeat;
}

#activo > div {
	float: left; 
	margin: 10px;	
}

#imagenes {
	width: 450px;
	overflow: hidden;
}

#imagenes .row-answer {
	width: 440px;
	float: left;
	margin-left: 5px; 
	display: block;
	height: 73px;
}

#imagenes .row-answer > div {
	float: left; 
}

#imagenes .row-answer .images {
	width: 194px;
	height: 69px; 
	background-position: center bottom;
	background-repeat: no-repeat;
}

#imagenes .row-answer .images span {
	font-size: 12px;
	color: #fff;
	margin-top: 53px;
	width: 100%; 
	text-align: center;
	float: left;		
}

.images.tundra {
	background-image: url(img/3_tundra.png);
}

.images.selva {
	background-image: url(img/2_selva.png);
}

.images.desierto {
	background-image: url(img/1_desierto.png);
}

.images.bosque_tropical {
	background-image: url(img/4_bosquetropical.png);
}

.images.sabana {
	background-image: url(img/5_sabana.png);
}

#imagenes .row-answer .area-answer {
	width: 207px; 
	height: 69px; 
	background: transparent url(img/cajaderespuestas.png) center center no-repeat;
	margin-left: 20px;
}

#imagenes .row-answer .area-answer.select {
	opacity: 0.85;
	margin-top: 2px;
}

#imagenes .row-answer .area-answer p {
	font-size: 16px; 
	color: #fff;
	margin: 17px 5px 0px 20px;
	width: 180px;
	text-align: center;
}

#textos {
	width: 180px;
}

#textos .question {
	width: 170px; 
	float: left; 
	height: 44px;
	margin: 12px 4px;
}

#textos .question:hover {
	cursor: move;
}

#textos .question.move p {
	border: 1px dashed #fff;
}

#textos .question p {
	font-size: 16px; 
	color: #fff;
	margin-top: 5px;
	width: 100%;
	text-align: center;
}

#overlay {
	z-index: 2000;
	display: none; 
	height: 381px;
	width: 681px;
	background: transparent;
	position: absolute; 
	top: 40px;
	left: 69px;
}

#retro {
	width: 450px;

	background: #fff;
	position: absolute; 
	top: 85px;
	left: 115px;
	z-index: 2100;
	
	-webkit-box-shadow:-2px 11px 59px rgba(50, 50, 67, 22.55);
-moz-box-shadow:   -2px 11px 59px rgba(50, 50, 67, 22.55);

	box-shadow: -2px 11px 59px rgba(50, 50, 67, 22.55);
	
}

#retro .text {
	color: #235e9f;
	text-align: center;
	display: block; 
	margin: 15px 15px;
	margin-top:-10px;
	font-size: 24px;
	color: inherit;
	font-size: 16px;
}

#retro .text span {
	font-size: 45px;
	display: block;
	font-size: 18px;
}

#retro-close {
	height: 25px;
	width: 100%;
	background: #ce1f7a url(img/cerrar.png) 99% center no-repeat;
	z-index: 2200;
	background-color: inherit;
}

#retro-close:hover {
	cursor: pointer;
}

#retro.retro-right {
	background: #3fa4c0;
	color: #fff;
}

#retro.retro-error {
	background: #d64604;
	color: #fff;
}