html {
    width: 100%;
    height: 100%;
    background-color: White;
}

body {
    min-height: 100%;
    
    background-image: url("../images/bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left top;
    background-size: 100% 100%;
    position: relative;
    z-index: 0;
    color: black;
    display: table;
    width: 100%;
    height: 100%;
}

.color-fondo{
    background-color: rgba(0, 0, 0, 0.1);
    color: dimgray;
}

.icono{
    font-size: 2.8em;  
    color: dimgray;
}
.icono2{
    color:dimgray;
    font-size: 1.5em;
    padding: 2px;
}
a{
    text-decoration: none;
}
.icono:hover{
    background-color:gainsboro;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	
}
.rojo{
   color: darkred;    
}
.centrado{
    text-align: center;
    margin: auto;
}


@media only screen and (min-width: 768px) {
   .photo { 
   width: 640px;
    height:420px;
        display: block;
        margin: auto;        
    }
   }
.footer{
  top:91%;
  width: 100%;
}
.carousel-inner{    
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.color{
    color:black
}
.photo {   
    max-width: 800px;
    max-height:600px;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#detalles,#photo,#botonGuardar,#detalles2,#botonGuardar2,#canvasContainer,#cancelar1,#cancelar2, #modal,#canvas3,#modalDelete{
    display: none;
}
.imagen{    
    height: 420px;
}
.azulado{
    background-color: lightblue;
}
.sepia{
    background-color: #663B2A;
}
.blanconegro{
    background-color: black;
    color:white
}




