@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 120%;
	margin: 0;
	padding: 0;
	background-image: url(css-images/background.jpg);
no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
h1 {
	color: DimGray;
	-webkit-text-stroke: 1.5px White;
	text-shadow: 0.1em 0.1em 0.2em black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 35px;
	width: 850px;
	position: relative;
	padding-left: 0px;
	word-spacing: 7px;
	margin-top: 0px;
	padding-top: 15px;
	left: 40px;
	top: 8px;
	line-height: normal;
	font-weight: bold;
	} 
.cleared {
	clear:both;
}
.backbody {
	background-color: rgba(255, 255, 255, 0.7);
	width: 1030px;
	margin: 0 auto 0 auto;
	height: 100%;
	overflow: hidden;
	box-shadow: 0px 0px 10px #000;
}

/**************************************************************************************************/
/*ENCABEZADO*/
/**************************************************************************************************/

#header {
	/*background: url(css-images/banner_pri.png) repeat-x top left;
	border-radius: 10px;*/
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	height: 95px;
	padding: 0;
	margin: auto;
	width: 1000px;
	box-shadow: 0px 5px 5px #848484;
}
#logo {
	position: relative;
	top: 15px;
	left: 10px;
	float: left;
}


#title {
	color: white;
	height: 0px;
	position: relative;
	padding: 0;
	width: 500px;
	left: 524px;
	top: -60px;
	float: left;
}
#text_header {
	color: DimGray;
	-webkit-text-stroke: 1.5px White;
	text-shadow: 0.1em 0.1em 0.2em black;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 35px;
	width: 600px;
	position: relative;
	padding-left: 0px;
	word-spacing: 10px;
	margin-top: 0px;
	padding-top: 15px;
	left: 50px;
	top: 8px;
	line-height: normal;
	font-weight: bold;
	}
/**************************************************************************************************/
/*CONTENIDO*/
/**************************************************************************************************/

#main-wrapper {
	left: 158px;
	height: 96px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	top: 2px;
	clip: rect(auto,auto,auto,auto);
}
#content-wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
}


#btn_cont {
	position: absolute;
	top: 114px;
	width: 55px;
	margin-left: 0px;
	z-index: 2;
	border: none;
	left: 118px;
}
#tips {
	margin:3px;
	border:none;
}
#glos {
	margin:3px;
	border:none;
}
#content {
	border-radius: 10px;
	background-repeat: repeat;
	height: 100%;
	text-align: center;
	padding-top: 10px;
	background-color: #FFF;
	margin-top: 10px;
	border: 1px solid #CCC;
	box-shadow: 0px 0px 10px #888888;
	z-index: 1;
}

#footer {
	background: #2b2b2b; /* Old browsers */
	background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2b2b', endColorstr='#0c0c0c', GradientType=0 ); /* IE6-9 */
	color: white;
	height: 30px;
	float: left;
	margin-left: 0px;
	text-align: center;
	width: 1000px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-wrapper {
	width:1000px;
	clear:both;
}
#counter {
	padding:10px 0 0 0;
	margin:0;
	clear:both;
}
#counter p {
	color:white;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}
#counter p#numbers {
	display:block;
	font-size:1.7em;
	position:relative;
	top:-40px;
	left:650px;
}
#counter p#text {
	font-size:1.375em;
	display:block;
	position:relative;
	top:13px;
	left:330px;
}
#bateria {
	display:block;
	position:relative;
	height:55px;
	top:-20px;
	left:520px;
	width:116px;
}


/**************************************************************************************************/
/*MENU*/
/**************************************************************************************************/

/* MENU */

.mi-menu  {
    border-radius: 5px;
    list-style-type: none;
    margin: 0 auto; /* si queremos centrarlo */
    padding: 0;
    /* la altura y su ancho dependerán de los textos */
    height: 40px; 
    background: #00726d; /* Old browsers */
background: -moz-linear-gradient(top,  #00726d 0%, #00a068 49%, #008d6b 51%, #58a084 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00726d), color-stop(49%,#00a068), color-stop(51%,#008d6b), color-stop(99%,#58a084)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #00726d 0%,#00a068 49%,#008d6b 51%,#58a084 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #00726d 0%,#00a068 49%,#008d6b 51%,#58a084 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #00726d 0%,#00a068 49%,#008d6b 51%,#58a084 99%); /* IE10+ */
background: linear-gradient(to bottom,  #00726d 0%,#00a068 49%,#008d6b 51%,#58a084 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00726d', endColorstr='#58a084',GradientType=0 ); /* IE6-9 */
  }

  /* si es necesario, evitamos que Blogger de problemas con los saltos de línea cuando escribimos el HTML */
  .mi-menu  br { display:none; }

  /* cada item del menu */
  .mi-menu  li {
    display: block;
    float: left; /* la lista se ve horizontal */
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .mi-menu li a {
	border-left: 1px solid #fff;
	border-right: 1px solid #8e5203;
	color: #FFF;
	display: block;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 14px;
	margin: 6px 0;
	text-decoration: none;
	/* animamos el cambio de color de los textos */
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
  }
  /* eliminamos los bordes del primer y el último */
  .mi-menu li:first-child a { border-left: none; }
  .mi-menu li:last-child a{ border-right: none; }
  /* efecto hover cambia el color */
  .mi-menu li:hover > a {
	color: #CCC;
}

  /* los submenús */
  .mi-menu ul {
    border-radius: 0 0 5px 5px;
    left: 0;
    margin: 0;
    opacity: 0; /* no son visibles */
    position: absolute;
    top: 40px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background: #222;
    background: -moz-linear-gradient(#222,#555);
    background: -webkit-linear-gradient(#22,#555);
    background: -o-linear-gradient(#222,#555);
    background: -ms-linear-gradient(#222,#555);
    background: linear-gradient(#222,#555);
    /* animamos su visibildiad */
    -moz-transition: opacity .25s ease .1s;
    -webkit-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
  }
  /* son visibes al poner el cursor encima */
  .mi-menu li:hover > ul { opacity: 1; }

   /* cada un ode los items de los submenús */
  .mi-menu ul li {
    height: 0; /* no son visibles */
    overflow: hidden;
    padding: 0;
    /* animamos su visibildiad */
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
  }
  .mi-menu li:hover > ul li {
    height: 36px; /* los mostramos */
    overflow: visible;
    padding: 0;
  }
  .mi-menu ul li a {
	border: none;
	border-bottom: 1px solid #111;
	margin: 0;
	width: 395px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
  }
  /* el último n otiene un borde */
  .mi-menu ul li:last-child a { border: none; }

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/  
  /************************************SIDE MENU***************************************/
  /****************************************************************************************/
  /****************************************************************************************/
  /****************************************************************************************/
#side-menu {
	
	color:white;
	width: 98%;
	display: none;
	text-align: justify;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 10px;
}
/*pestaña que activa el menú*/

a.trigger {
	position: absolute;
	top: 21px;
	width: 170px;
	height: 59px;
	background-image: url(css-images/banner_2_1.png);
	background-repeat: no-repeat;
	margin-left: 800px;
}
a.trigger:hover {
	position: absolute;
	top: 21px;
	width: 170px;
	height: 59px;
	background-image: url(css-images/banner_2_2.png);
	background-repeat: no-repeat;
	margin-left: 800px;
}
a.active.trigger {
	position: absolute;
	top: 21px;
	width: 170px;
	height: 59px;
	background-image: url(css-images/banner_2_3.png);
	background-repeat: no-repeat;
	margin-left: 800px;
}
