@charset "utf-8";
/* CSS Document */

body {
	background:url(css-images/main-bkg.jpg) top center black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	line-height:120%;
	margin:0;
	padding:0;
}
.cleared {
	clear:both;
}

/**************************************************************************************************/
/*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: 1100px;
}
#logo {
	position: relative;
	top: 1px;
	left: 20px;
	float: left;
}
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: 650px;
	position: relative;
	padding-left: 0px;
	word-spacing: 10px;
	margin-top: 0px;
	padding-top: 15px;
	left: 50px;
	top: 8px;
	line-height: normal;
	font-weight: bold;
	}

#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: 500px;
	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: 1102px;
	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;
	padding: 0;
	width: 1100px;
}
#content {
	border-radius: 10px;
	background-repeat: repeat;
	height: 100%;
	text-align: justify;
	padding-top: 10px;
	background-color: #FFF;
	margin-top: 10px;
}

#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: 1100px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer-wrapper {
	width:1230px;
	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; 
    display:inline-block
    /* el color de fondo */
   background: #febf01; /* Old browsers */
background: -moz-linear-gradient(top, #febf01 6%, #fcdb76 7%, #febf01 94%, #966e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(6%,#febf01), color-stop(7%,#fcdb76), color-stop(94%,#febf01), color-stop(100%,#966e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #febf01 6%,#fcdb76 7%,#febf01 94%,#966e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #febf01 6%,#fcdb76 7%,#febf01 94%,#966e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #febf01 6%,#fcdb76 7%,#febf01 94%,#966e00 100%); /* IE10+ */
background: linear-gradient(to bottom, #febf01 6%,#fcdb76 7%,#febf01 94%,#966e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#966e00',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: #666;
    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: White; }

  /* 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;
	/* el ancho dependerá de los textos a utilizar */
	padding: 5px 1px;
	width: 250px;
  }
  /* el último n otiene un borde */
  .mi-menu ul li:last-child a { border: none; }

/****************************************************************************************/
/****************************************************************************************/
/****************************************************************************************/  
  /************************************SIDE MENU***************************************/
  /****************************************************************************************/
  /****************************************************************************************/
  /****************************************************************************************/
#side-menu {
	background:url(css-images/banner_2_1.png)
	color:white;
	width: 98%;
	display: none;
	text-align: justify;
	z-index: 100;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #000;
	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: 900px;
}
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: 900px;
}
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: 900px;
}
