
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font:14px/1.6 Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	color:#333;
	background:#007b00;
	font-family: Tahoma;
    font-size: 13px;
}

a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}


.slider-wrapper { 
	width: 940px; 
	margin: 5px auto;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}


.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
	z-index:1;
	
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
	z-index:1;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}



.theme-dark.slider-wrapper {
    background: #222;
    padding: 10px;
	z-index:-5;
}
.theme-dark .nivoSlider {
	position:relative;
	background:#fff url(dark/loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    overflow: visible;
}
.theme-dark .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-dark .nivoSlider a {
	border:0;
	display:block;
}

.theme-dark .nivo-controlNav {
	text-align: left;
	padding: 0;
	position: relative;
	z-index: 10;
}
.theme-dark .nivo-controlNav a {
	display:inline-block;
	width:10px;
	height:10px;
	background:url(dark/bullets.png) no-repeat 0 2px;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-dark .nivo-controlNav a.active {
	background-position:0 100%;
}

.theme-dark .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
	top: auto;
	bottom: -36px;
	z-index: 11;
}
.theme-dark .nivo-directionNav a:hover {
    background-color: #333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.theme-dark a.nivo-nextNav {
	background-position:-16px 50%;
	right:0px;
}
.theme-dark a.nivo-prevNav {
    background-position:11px 50%;
    left: auto;
	right: 35px;
}

.theme-dark .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-dark .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-dark .nivo-caption a:hover {
    color:#fff;
}

.theme-dark .nivo-controlNav.nivo-thumbs-enabled {
	width: 80%;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-dark .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

 .logo  {

    list-style-type: none;
    margin: 0 auto; /* si queremos centrarlo */
    padding:0;
    /* la altura y su ancho dependerán de los textos */
    height: 90px; 
    width: 960px;
	  }

/* el menú en si mismo */
  .mi-menu  {

    list-style-type: none;
    margin: 0 auto; /* si queremos centrarlo */
    padding:0;
    /* la altura y su ancho dependerán de los textos */
    height: 34px; 
    width: 960px;
	z-index:2;
    /* el color de fondo */
    background: #523d00;
    background: -moz-linear-gradient(#886501,#523d00);
    background: -webkit-linear-gradient(#886501,#523d00));
    background: -o-linear-gradient(#886501,#523d00);
    background: -ms-linear-gradient(#886501,#523d00);
    background: linear-gradient(#886501,#523d00);
  }

  /* 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: 34px;
	width:160px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
	z-index:2;
	

  }
  .mi-menu li a {
    border-left: 1px solid #000;
    border-right: 1px solid #666;
    color: #fff;
    display: block;
    font-family: Tahoma;
    font-size: 13px;
   	text-align:center;
    line-height: 23px;
    padding: 0 0px;
    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: #ccccff; }

  /* los submenús */
  .mi-menu ul {

    left: 0;
    margin: 0;
    opacity: 0; /* no son visibles */
    position: absolute;
    top: 34px; /* se ubican debajo del enlace principal */
    /* el color de fondo */
    background: #523d00;
    background: -moz-linear-gradient(#886501,#523d00);
    background: -webkit-linear-gradient(#886501,#523d00);
    background: -o-linear-gradient(#886501,#523d00);
    background: -ms-linear-gradient(#886501,#523d00);
    background: linear-gradient(#886501,#523d00);
    /* 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: 0px;
	width:85px;
    /* 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: 40px;  /*  los mostramos */
    overflow: visible;
    padding: 0px ;
	width: 170px;
	text-align:left;
	
  }
  .mi-menu ul li a {
    border: none;
    border-bottom: 1px solid #111;
	height:40px;
	line-height:34px;
    margin: 0px 0px;
	text-align:left;
    /* el ancho dependerá de los textos a utilizar */
    padding: 0px;
    width: 140px;
  }
  /* el último n otiene un borde */
  .mi-menu ul li:last-child a { border: none; }
  
  .pie  {

    margin: 0 auto; /* si queremos centrarlo */
    padding:0;
	  width:960px;
	  height:34px;
 font-family: Tahoma;
    font-size: 13px;
		text-align:center;
    line-height: 30px;
	color:#FFF;
 background: #523d00;
    background: -moz-linear-gradient(#886501,#523d00);
    background: -webkit-linear-gradient(#886501,#523d00);
    background: -o-linear-gradient(#886501,#523d00);
    background: -ms-linear-gradient(#886501,#523d00);
    background: linear-gradient(#886501,#523d00);
  }
  
  .pie2 {
	   	  height:34px;
 font-family: Tahoma;
    font-size: 13px;
    line-height: 30px;
	text-align:center;
	color:#FFF;
  background: #523d00;
    background: -moz-linear-gradient(#886501,#523d00);
    background: -webkit-linear-gradient(#886501,#523d00);
    background: -o-linear-gradient(#886501,#523d00);
    background: -ms-linear-gradient(#886501,#523d00);
    background: linear-gradient(#886501,#523d00);
   }