/* CSS Document */

/**/
.w3-row img {margin-bottom: -8px}

* {box-sizing: border-box}
/*
body {font-family: Verdana, sans-serif; margin:0}*/
.mySlides {	display: none;
}
img {
	vertical-align: middle; 
	max-height:500px; /* se debe reducir a 300px en pantalla apaisada chica*/
	max-width:100%
}

/* Slideshow container */
.slideshow-container {
  height:500px;  
  background-color:#000000;   
text-align:center;
  /* max-width: 400px; */
  width: 90%;
  position: relative;
  margin: auto;
  padding-top: 30px
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;   /*se puede fijar en 100-200px según alto de pantalla*/ 
  width: auto;
  padding: 50px 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  cursor: pointer;
  position: absolute;
  top: 50%; 
  right: 0;
  width: auto;
  padding: 50px 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  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, datos de la obra */
.text {
  color:#99CCFF;
  font-size: 0.8em;
  padding: 8px 12px;
  position: auto;
  bottom: -5px;
  width: 100%;
  text-align: center;
}
/* Título de la obra, encima de la foto */
.titulo-obra {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  text-align:center;
  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}
}

* {
    box-sizing: border-box;
}

/*arte-sincich.html*/
/* Create  equal columns that floats next to each other */
.column {
    float: left;
    width: 25%;
    padding: 10px;
    /* height: 250px; Should be removed. Only for demonstration */
}
/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Responsive layout - makes the  columns stack on top of each other instead of next to each other */
@media (max-width: 700px) {
    .column {
        width: 100%;
		vertical-align:middle;
    }
}

body {font-family: "Raleway", Arial, sans-serif; width;100%}
.idiomas{padding:3px 10px 5px 10px; text-align:right}
.cabecera{background-color:#006699; font-size:2em; width:100%;padding:15px;padding-bottom:10px; margin-bottom:0px; color:#999999}
a{text-decoration:none}
.cabecera-nombre-pagina{font-family:Arial narrow; font-weight:bold;font-size:0.7em;float:left; padding:10px 10px 20px 10px}
.cabecera-apellido-pagina{font-family:Arial narrow; font-size:1.2em;float:left}
.cabecera-contacto{font-size:0.8em; text-align:right}
.enlace-index{background-color:#CCCCCC;font-size:0.8em; color:#999999;padding:10px}
.legado{color:#666666;font-size:0.8em;}
.titulo{font-size:1.1em; max-width:100%; text-decoration:none}
.articulo{font-size:0.8em; text-align:justify; padding:0px 15px 20px 15px; max-width:600px}
.formulario{font-size:0.8em; align:center; padding-left:15px; max-width:400px}
.boton{color:#FFFFFF; padding:15px; background-color:#666666; border-radius:10px; min-width:200px}
input{border-radius:10px}
footer{float:left; opacity:0.5; background-color:#CCCCCC; padding:5px; width:100%; text-align:center} 
/*footer{opacity:0; }eliminar en pantallas angostas
 <400*/
/* alejandro.html */
.menu-grafico{color:#bbb; width:100%; margin:20px;}
.menu-grafico-celda{max-width:100%;}/*incluye el nombre de la imagen // text-align:center*/
.menu-grafico-a{padding-top:10px}
.menu-grafico-img{max-width:100%} /*abarca solo img*/

.infancia{float:left; width:120px; padding:5px}
.bio{float:left; padding:25px; width:100%} /*abarca foto de infancia y articulo bio*/


