body{

  background: #EAEAEA
}

header {
	background: grey;
	color: white;
}

.main {
	background:#EAEAEA;
	color: black;
}

.color1 {
  background:#EAEAEA;
  color: black;
}

.color2 {
	background: #3b014a;
	color:#fff;
}

.color3 {
	background: #4a1701;
	color:#fff;
}

.color4 {
	background: #0f4a01;
	color:#fff;
}
.navbar {

  background: red ;
  color: black;
}
aside {
	background:#01104a;
	color:#fff;
}

footer {
	background: grey;
  color:#fff;
}

.nav .navbar-nav .navbar-header .navbar-inverse  .navbar-1 li a{
	color: black !important;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.img-fluid {
	max-width: 100%;
	height: auto;
	}

	* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.Rvideo-box 
  {
  background-color: #000000;
  text-align: center;
  padding: 0px;
  margin: 0px auto 0px auto;
  width: 100%;
  max-width: 1080px;
  height: auto;
  border: 1px solid #000000;
  }

.Rvideo-box video 
  {
  width: 100%;
  height: auto;
  display: block;
  padding: 0px;
  margin: 0px;
  }

.Rvideo-caption 
  {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 8px 5px 8px 5px;
  }

.Rvideo-nosupport
  {
  color: #FFFFFF;
  padding-top: 110px;
  padding-bottom: 110px;
  }
img{
  width: 100%;
    text-align: center;
}
  .carousel-item{
    width:100%;
    text-align: center;
  }
  .carousel{
    width:100%;
    text-align: center;
  }
  .contenedorfoto {
   float:left;
   width:21p0x;
   height:180px;
   margin: 10px;
   padding:5px;
   background-color:#f5f7f9;
   border-right: #a5a7aa solid 1px;
   border-bottom: #a5a7aa solid 1px;
   text-align:center;
} 
/*Estilo para el listado de imagenes*/
#listimages img {width:100px;height:100px;}

/*Estilo para el fondo de pantalla cuando estamos mostrando la imagen grande*/
#background {
    display:none;
    position: absolute;
    top:0px;left:0px;width:100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    background-color: #000;
    z-index: 1;
}

/*Estilo para la capa que contendra la imagen grande y la cruz de cerrar*/
#preview {
    display: none;
    position: absolute;
    width: 500px;
    height: 500px;
    border: 1px solid #D8D7D8;
    background-color: #FFF;
    box-shadow: 1px 1px 5px #DDD;
    z-index: 2;
}

/*Estilo para el contenedor de la imagen grande*/
#content {
    width:100%;
    height:100%;
}

/*Estilo para el boton cerrar*/
#close {
    position: absolute;
    border:0px solid;
    width:16px;
    height:16px;
    right:2px;
    top:2px;
    background:url('close.png');
}

.url {text-align:center;margin-top:20px;}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}