@charset "utf-8";
/*=============== CABECERA DE ÍNDICE ==========================================*/
#cabeza {
 border-top: 0.1em solid #8B0336;
 box-shadow: 2px 2px 2px 1px rgba(118, 105, 69, 1.00);
}
header {
 text-align: center;
 padding: 0;
}
#cabecera {
 max-width: 100%;
 text-align: center;
 padding: 0.50em;
 margin-bottom: 0.3em;
}
/*===== ESTILOS PARA NOMBRE DEL TALLER ========*/
#Mi_logo, #seccion, #apartado {
 padding-top: 0.5em;
 vertical-align: middle;
 display: inline-block;
}
#logo {
 vertical-align: bottom;
}
/* ---- TALLER ----*/
#Nombrestudio {
 margin: 1px;
 margin-right: 0.25em;
 /*font-weight: bold;*/
 vertical-align: text-bottom;
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
 font-size: 1.8em;
 -webkit-background: rgba(57, 57, 57, 0.90);
 -ie-background-clip: text;
 background-clip: text;
 text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.4), 0px -1px 1px rgba(0, 0, 0, 0.3);
}
/*---- NOMBRE ----*/
#Mi_Nombre {
 font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
 font-style: oblique;
 font-size: 1.8em;
 font-weight: bold;
 -webkit-background-clip: text;
 -moz-background-clip: text;
 background-clip: text;
 color: rgba(139, 3, 54, 2);
 text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.4), 0px -1px 1px rgba(0, 0, 0, 0.3);
}
/*===========================================================*/
img {
 max-width: 100%;
 max-height: 50%;
}
h1 {
 font-weight: normal;
}
/*========= CUERPO ======================*/
article {
 /*-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;*/
 box-sizing: border-box;
 /*float: left;*/
 /* background-color: #E2E2E2;*/
 text-align: center; /*height: 400px;*/
}
#rascador {
 width: 65%;
}
footer {
 /*border-top: 5px solid #E2E2E2;*/
  /*background: url("../Imagenes/Cobre-Barra.jpg");*/
  /*padding: 1em;*/
 clear: both;
 width: 100%;
  border-bottom: 1px solid #8B0336;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
#firma {
  font-size: 0.8em;
  padding: 0.25em;
 color: #8B0336;
 text-align: right;
 font-weight: normal;
 margin: 0 1.5em 0.5em 0;
 
}
/*========== Para JavaScript ======*/
.fixed {
 position: fixed;
 width: 100%;
 top: 0;
 left: 0;
 display: block;
 transition: all .3s;
}