/***************************************************************reset************************************************************************************/
html, body, div, span, applet, object, iframe, 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%;
	}
/* 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;
}

.clear{
	clear: both;
}

a{
	text-decoration: none;
	color: white;

}

* {margin:0; padding:0;}
/******************************************************************end reset*******************************************************************************/
/*****************************************************************HOME PAGE STYLES*************************************************************************/

html {
    min-height: 100%;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	cursor:default;
}
body {
	font-family:'Helvetica', arial, sans-serif, Verdana, Tahoma, Geneva;	
	font-size:14px;
}
article, aside, figure, header, hgroup, nav, section, details, figcation, hgroup, menu, summary {
	display: block;
}

h1, h2, h3, h4, h5, h6 {	font-weight: bold;	}

h3 {
	font-size: 70%;
	text-align: right;
	position: relative;
}
h4 {
	font-size: 80%;
	margin-top: -70px;
}
.cursor{	cursor:pointer;	}
a {
	text-decoration: none;
	outline: none;
}

/*------------------------------- HEADER -------------------------------------------------*/
header {
    position: fixed;
    left: 0;
    top: 0;
    height: 50px;
    width: 100%;
	margin:0 0;
	background-color: #009cda;
	color: white;
	z-index: 100;
}
header > h1{
	height: 55px;
	line-height: 55px;
	font-size: 2em;
	margin: 0 0 0 3%;
	float: left;
	width: 100%;
	text-align: center;
}

header > h2 {
	height: 18px;
	line-height: 18px;
	font-size: 1.5em;
	margin: 0 0 0 3%;
	position: relative;
	float: left;
	top: -30px;
	/* IE 8 */  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	/* IE 5-7 */  filter: alpha(opacity=80);
	/* Netscape */  -moz-opacity: 0.8;
	/* Safari 1.x */  -khtml-opacity: 0.8;
	/* Good browsers */  opacity: 0.8;
}

/*------------------------------- CONTENTS -------------------------------------------------*/
#contents {
	position:relative;
	margin-top:75px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	width: 100%;
	min-height:500px;
	max-width: 1024px;
}


/*------------------------------- FOOTER -------------------------------------------------*/
footer {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
	min-width: 920px;
	z-index: 50;
}

/*------------------------------- MENSAJE -------------------------------------------------*/
#mensaje {	z-index:2000;	}

#mensaje p{
text-align:center;
font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
font-size: 30px;
}
#mensaje h7{	font-size: 12px;	}

#dialog{ /*VENTANA DIALOGO*/
	display:none;
}
#dialog h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	float: none;
	text-transform: none;
}
#dialog {
	display: none;
	font-size: 14px;
}
#fondoblanco{ /*FONDO PARA LA VENTANA DE FINALIZAR TODAS LAS ACTIVIDADES*/
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE 7 and Earlier */
}


/*CAMBIAR COLOR DEL SELECCIONADO DE TEXTO*/
::-moz-selection{
    background: #ffeb74; /* color de fondo */
    color: #0095da; /* color de texto */
}
::selection{
    background: #ffeb74; /* color de fondo */
    color: #0095da; /* color de texto */
}
::-webkit-selection {
    background: #ffeb74; /* color de fondo */
    color: #0095da; /* color de texto */
} 
.enunciado{
text-align: center;
margin-bottom: 10px;
    margin-top:-10px;
}

#mensajefinal p{
}



/*Para mostrar imagen*/

#ver_texto {
	background-color: rgba(255,255,255,1);
	width: 100%;
	position: absolute;
	z-index: 14;
	left: 0px;
	top: 55px;
	height: 86%;
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../../imagenes/mapa.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:auto 90%;
	margin-top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	
}

#contents h1{
	display: block;
	text-align: center;
	font-size: 120%;
	}
#contents h2{
	border-radius: 12px;
	display: block;
	width: 80px;
	font-size: 85%;
	text-transform: uppercase;
	padding-top: 10px;
	float: left;
	margin-top: -60px;
	left: 10px;
	cursor: pointer;
	top: 50px;
	position: absolute;
	text-align: center;
	height: 25px;
	background-image: -webkit-linear-gradient(270deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	box-shadow: 2px 2px 2px rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}

#contents h3{
	width: 100%;
	display: block;
	text-align: center;
	font-size: 140%;
	top: 90px;

	position: absolute;
	}
#ver_texto h4{
	border-radius: 15px;
	background-color: rgba(255,204,51,1);
	display: block;
	width: 130px;
	font-size: 110%;
	text-transform: uppercase;
	padding: 5px;
	margin-top: 10px;
	position: relative;
	left: 50%;
	margin-left: -70px;
	cursor: pointer;
		background-image: -webkit-linear-gradient(270deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(71,164,250,1.00) 0%,rgba(9,32,116,1.00) 100%);
	box-shadow: 2px 2px 2px rgba(0,0,0,1.00);
	color: rgba(255,255,255,1.00);
}