﻿[data-slides] {
	background-image: url(imagenes/015.jpg); /* Default image. */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: background-image 1s linear;
}

.test { height:auto; width:99%; }
@media screen and (max-width: 100%) {.test {
                left: 10%;
                margin-left: -400px;
        }
}

body
{
  font-family: Calibri;
  margin: 0px 0px 0px 0px;
  overflow: hidden;
}

.Contenedor
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.Cabecera
{
  width: 100%;
  height: 40px;
  font-family: Calibri;
  font-size: 20px;
  background-color: #232939;
  color: #c0c7d8;
  padding: 15px 0px 0px 0px;
  overflow: hidden;
  margin-top: -10px;
  border-bottom-style: inset;
  border-bottom-color: #C0C0C0;
}

.Cuerpo
{
  width: 100%;
  height: 100%;
  overflow: auto;
}

.errores{-webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);background: red;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);color: #fff;display: none;font-size: 14px;margin-top: -50px;margin-left: 180px;padding: 10px;position: absolute;} 

.PieDePagina
{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 30px;
  font-family: Calibri;
  font-size: small;
  padding: 0px 0px 0px 20px;
  background-color: #232939;
  color: #c0c7d8;
  overflow: hidden;
  border-top-style: inset;
  border-top-color: #C0C0C0;
}

.PosicionFija
{
  position: absolute;
  top: 130px;
  left: 0px;
  width: 200px;
}

#BarraMenu
{
  height: 32px;
  width: 100%;
  margin: 0;
  padding: 0;
	background: #C6CEE1;
	/*
  background: transparent url('../Imagenes/btnN.jpg') 0px 0px;
	*/
  border-bottom-style: inset;
  border-bottom-color: #C0C0C0;
	
}

  #BarraMenu a
  {
    display: block;
    float: left;
  }

  #BarraMenu span
  {
    display: block;
    float: left;
    padding-right: 10px;
    cursor: pointer;
  }

  #BarraMenu a:link, #BarraMenu a:visited
  {
    padding-left: 10px;
    line-height: 32px;
    border-bottom: 1px solid #BABABA;
		background: #C6CEE1;
		/*
    background: transparent url('../Imagenes/btnN.jpg') 0px 0px;
		*/
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: medium;
    color: #000000;
  }

  #BarraMenu a:hover
  {
    background: transparent url('../Imagenes/btnM.jpg') 0px 0px;
    border-bottom: 2px solid #9A6802;
    padding-left: 10px;
  }

.BarraMenuSeleccion span
{
  font-weight: bold;
  color: #009D9D;
  border-bottom-style: groove;
  padding-left: 10px;
}

#dvLoading
{
  background: transparent url('../Imagenes/Espera.gif') no-repeat center center;
  height: 100px;
  width: 100px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}






* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

