@charset "UTF-8";
/* CSS Document */
/*-------------------Publicaciones---------------------*/


	
#literatura  h4 {
	font-family: 'VT323', monospace;
	font-size:32px;
	color:#f66200;
	text-align:center;
	box-shadow: 0px 8px 16px 0px rgba(75, 0, 130, 1), 0 6px 20px 0 rgba(0, 44, 209, 0.5);
	text-shadow: -1px 1px 2px darkblue, -1px 5px 8px orangered;
	background-color:rgba(181, 245, 255, .2)/*rgba(210, 210, 210, .0)*/ !important;
	border:2px rgba(24, 126, 141, .6) dotted;
	border-radius:40px;
	margin:50px 10px 30px 30px;
	padding:10px;
	max-width:40%;
}
	
#libros h2 {
	font-family: 'Dosis', sans-serif!important;
	font-size:24px;
	font-weight:800;
	color:#fff;
	text-align:right;
    text-shadow: -1px .5px .7px black, -1px 1px 2px black;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0,20, 0.5);
	background-color:rgba(255, 255, 255, 1)/*rgba(210, 210, 210, .0)*/ !important;
	border-top:3px rgba(0, 0, 0, 1) solid;
	border-bottom:1px rgba(0, 0, 0, 1) solid;
	border-right:7px rgba(0, 0, 0, 1) solid;
	border-left:4px rgba(210, 0, 0, 1) double;
    letter-spacing:20px;
	border-radius:20px;
	padding:2px 2px;
	margin:auto 10px;
	max-width:100%
	
	}

#libros h2:first-letter {
	font-family: 'Dosis', sans-serif;
	font-size:92px;
	color:#fff;
	text-shadow: -2px 1px 5px black, -2px 2rpx 8px black;
	}

#diarios h2 {
	font-family: 'Dosis', sans-serif;
	font-size:24px;
	font-weight:300;
	color:#000;
	text-align:center;
	text-shadow: -.5px .5px .5px black, -1px .5px 1px black;
	padding:10px 10px;
	margin:auto;
	max-width:100%;
	}
	
	
#diarios h3 {
	font-family: 'Dosis', sans-serif;
	font-size:32px;
	font-weight:200;
	color:#000;
	text-align:center;
	text-shadow: -.5px .5px .5px black, -1px .5px 1px black;
	padding:10px 10px;
	margin:50px auto;
	max-width:100%;
	}

#diarios h4 {
	font-family: 'Cabin Sketch', cursive;
	color:#fff;
	text-align:center;
	text-shadow: 0 0 1px black, -1px 1px 0 black;
	font-size:18px;
	padding:20px 10px;
	}
	
#diarios p {
	color:#000;
	font-size:18px;
	background-color:rgba(255, 255, 255, 1)/*rgba(210, 210, 210, .0)*/ !important;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	text-shadow: -1px .5px .7px black, -3px 3px 5px black;
	border-radius:6px;
	text-align:center;
	padding:10px 2px;
	margin:20px auto;
	width:100%;
	}


#diarios a {
	text-align:center;
	color:#f10a0a;
	font-weight:100;
	font-size:14px;
	padding:15px 0px;
	text-shadow: -1px .5px 1px darkblue, -3px 3px 5px navy;
	margin:auto;
	text-decoration:none;
	}


#diarios img {
	display:block;
	padding:15px 15px;
	background-color:#dbfcff/*rgba(210, 210, 210, .0)*/ !important;
  	background-image: linear-gradient(to bottom left, #fff,#fff);
	box-shadow: 0px 35px 35px 0px rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
	border-top:7px #000 ridge;
	border-left:5px #000 dashed;
	border-right:4px #000 groove;
	border-bottom:2px #000 groove;
	border-radius:20px;
	width:70vh;
	margin:20px auto 20px;
	}

#libre img {
	background-size:contain;
	box-shadow: 3px 8px 16px 3px rgba(0, 0, 0, .5), 4px 9px 20px 4px rgba(0, 0, 0, 0.8);
	border-radius:20px;
	border-left: 7px rgba(255,255, 255, 1)  double;
	border-right: 14px rgba(255,255, 255, 1)  solid;
	border-top: 8px rgba(255,255, 255, 1)  solid;
	border-bottom: 20px rgba(255,255, 255, 1) double;
	height:100;
	width:800px;
	margin:-10px 450px 150px auto;
	
	}
	
#insta-erotique  ul li a {
	margin:auto 500px 100px auto;
	}

#insta-erotique  a {
	font-family: 'VT323', monospace;
	border: 1px rgba(170, 255, 193, 1) solid;  
	color:#b6fcff;
	padding: 5px 5px;
	letter-spacing: 2px;
	font-size: 1.8em;
	text-shadow: -1px .5px 1px darkblue, -3px 3px 5px orangered;
	display:inline-block; /*es para que respeten su línea, los paddings se pegan a la línea*/
	border-radius: 50px;
	background: rgba(144, 255, 182, .2); /*éste es un color que se desplegará con hover*/
	transition: all 500ms ease-in;/*esta es la transiciçon*/

}
	
#insta-erotique a:hover,
#insta-erotique :focus{
		box-shadow: inset 105px 0 0 rgba(204, 93, 255, 1), inset -105px 0 0 rgba(204, 93, 255, 1);
		list-style:none;
		text-decoration:none; 
		}
		
#diarios embed {
	color:#3cb35f;
	font-size:24px;
	padding:20px 20px;
	}
	
#libroprimero {
	color:#3cb35f;
	margin:10px auto;
}
#librosegundo {
	margin:10px auto;
}

#libroframes p {
	color:#3cb35f;
}
#libroframes p {
	color:#3cb35f;
}


#libroframes h2 {
	color:#3cb35f;
}
#libroframes h2 {
	color:#3cb35f;
} 
#librosframes {
	width:1002px;
	height:1002px;
	padding:10px 10px;
	margin:15px auto;
	border:10px;
}
#separacion {
	width:1002px;
	height:1002px;
	padding:10px 10px;
	margin:15px auto;
	border:10px
	
}
embed:focus { 
    outline: none;
}

#share img {
	width:100%;
	max-width:100px;
	
}

#share  a {
width: 50px;
border: 2px rgba(255,255, 255, 1) solid; 
border-bottom: 3px rgba(255,255, 255, 1) solid; 
border-right: 5px rgba(255,255, 255, 1) solid; 
text-shadow: 0 0 1px black, -2px 2px 5px black;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
padding: 5px 5px;
letter-spacing: 2px;
font-size: 1.4em;
display:inline-block; /*es para que respeten su línea, los paddings se pegan a la línea*/
border-radius:50%;
background-image: linear-gradient(to bottom right, #ddffa1,#beffd5);/*éste es un color que se desplegará con hover*/
margin:20px 10px 0px 80px;
transform: scale(1,1) rotate(0deg);
transition: all 300ms ease;
}


#share a:hover,
#share a:active {
	background: rgba(105,207, 255, .6);
	background-image: linear-gradient(to bottom right, #00e4ff,#d6fbff);/*éste es un color que se desplegará con hover*/
	list-style:none;
	text-decoration:none;
	border-radius: 50%;
	border-bottom: 3px rgba(0, 0, 0, 1) dashed;
	border-left: 2px rgba(0, 0, 0, 1)  dashed;
	border-right: 5px rgba(0, 0, 0, 1)  groove;
	border-top: 2px rgba(0, 0, 0, 1)  dotted;
	box-shadow: 3px 4px 7px 3px rgba(172, 246, 255, 1), 2px 5px 7px 2px rgba(172, 246, 255, 0.5);
	transform: scale(1.5,1.5) rotate(360deg);
	
}
		
#share p {
font-family: 'VT323', monospace;
	font-size:24px;
	/*-font-weight:700;*/
	color:#ff2850!important;
	text-shadow: -1px 1px 2px darkblue, -1px 5px 8px orangered!important;
	text-align:left;
	margin:20px 100px 0px 100px;
}
	

#redes a {
	font-family:'FontAwesome';
	color:black;
	font-size:30px;
	height:auto;
	box-sizing:border-box;
	}

#redes p {
font-family: 'VT323', monospace;
	font-size:24px;
	/*-font-weight:700;*/
	color:#ff2850!important;
	text-shadow: -1px 1px 2px darkblue, -1px 5px 8px orangered!important;
        margin:20px 100px 20px 100px;
}

#redes {
	text-align:center;
	margin:-150px 300px 200px -50px;
	height:auto;
	padding:12px 12px;
	box-sizing: border-box;
	}

#redes ul {
	margin:auto;
	height:auto;
	box-sizing: border-box;	}
	
#redes ul li {
	display:inline-block;
	margin:5px;
	border-top:2px rgba(0, 0, 0, 1) solid;
	border-right:5px rgba(0, 0, 0, 1) groove;
	border-left:3px rgba(0, 0, 0, 1) groove;
	border-bottom:5px rgba(0, 0, 0, 1) ridge;
	border-radius:50%;
	width:40px;
	height:40px;
	line-height:40px;
	}


#redes ul li a {
	color:#000;
	background: white;
	background-image: linear-gradient(to bottom right, #ddffa1,#beffd5);/*éste es un color que se desplegará con hover*/
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	width:38px;
	height: 38px;
	border-radius: 50%;
	display: inline-block;
	margin-left: 0px;
	margin-right: 0px;
	transform: scale(1,1) rotate(0deg);
	transition: all 300ms ease;
}

#redes ul li a:hover,
#redes ul li a:active {
	background: rgba(255,255,255,1);
	background-image: linear-gradient(to bottom right, #00e4ff,#d6fbff);/*éste es un color que se desplegará con hover*/
	list-style:none;
	text-decoration:none;
	box-shadow: 3px 4px 7px 3px rgba(172, 246, 255, 1), 2px 5px 7px 2px rgba(172, 246, 255, 0.5);
	transform: scale(1.5,1.5) rotate(360deg);
}

.banner3 {
	background-image:url(../images/a_l/floresillas.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	border: 2px #fff solid;
	border-radius:10px;
	display:block;
	height:52vh;
	width:80%;
	z-index:-3;
	margin: -80px auto;
	}
	
/*#colecciondeapuntes img {
	position:relative;
	padding: 10px;
	margin:auto;
	}*/

	

#videosalmacen {
      background-position:center;
	  padding-top:30px;
	  padding-bottom:30px;
	  padding-left:0px;
	}
	
.videoContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-top:30px;
	height: 0; 
	overflow: hidden;
}
.videoContainer iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
}

#colecciondeapuntes img {
	display:block;
	padding:5px 5px;
	background-color:rgba(255,255,255, 1)/*rgba(210, 210, 210, .0)*/ !important;
  	background-image: linear-gradient(to bottom right, #fff,#fff);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	border-bottom:8px rgba(0, 0, 0, 1) double;
	border-top:3px rgba(0, 0, 0, 1) solid;
	border-left:6px rgba(0, 0, 0, 1) double;
	border-right:5px rgba(0, 0, 0, 1) double;
	border-radius:20px;
	width:55vh;
	margin:20px auto 20px;
	}
	
.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding:0px 20px;
  background-color:rgba(255,246, 0, 1)/*rgba(210, 210, 210, .0)*/ !important;
  background-image: linear-gradient(to top right, #fff,#fff);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  border-bottom:10px rgba(196, 196, 196, 1) ridge;
  border-top:5px rgba(0, 0, 0, 1) groove;
  border-left:7px rgba(0, 0, 0, 1) double;
  border-right:8px rgba(0, 0, 0, 1) double;
  border-radius:20px;
  max-width:450px;
} 
	

div.contain {
  padding: 5px 5px;
  margin:auto 5px 5px 5px;
 
}

div.contain h21 {
  font-family: 'Dosis', serif;
  font-size:14px;
  color:#000;
  text-shadow: -1px .5px .7px black, -3px 3px 5px silver;
  width:20%;
  padding:2px 3px;
  margin:auto;
}

div.polaroid {
	display:none;
	}

@media screen and (max-width:800px){
	#share  {
	display:none;
	
}

#redes  {
	display:none;
	
}
	#diarios img {
	position:relative;
	width:100%;
	margin:auto;
	}
	
#diarios p {
	color:#000;
	font-size:18px;
	background-color:rgba(255, 255, 255, 1)/*rgba(210, 210, 210, .0)*/ !important;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
	text-shadow: -1px .5px .7px black, -3px 3px 5px black;
	border-radius:6px;
	text-align:center;
	padding:10px 2px;
	margin:20px auto;
	width:100%;
	}
	

#diarios h2 {
	font-family: 'Dosis', sans-serif;
	font-size:14px;
	font-weight:300;
	color:#000;
	text-align:center;
	text-shadow: -.5px .5px .5px black, -1px .5px 1px black;
	padding:10px 10px;
	margin:auto;
	max-width:100%;
	}

#diarios h3 {
	font-family: 'Dosis', sans-serif;
	font-size:36px;
	font-weight:200;
	color:#000;
	text-align:center;
	text-shadow: -.5px .5px .5px black, -1px .5px 1px black;
	padding:10px 10px;
	margin:20px auto;
	max-width:100%;
	}
	

#diarios h4 {
	font-family: 'Cabin Sketch', cursive;
	color:#fff;
	text-align:center;
	text-shadow: 0 0 1px black, -1px 1px 0 black;
	font-size:14px;
	padding:20px 10px;
	margin:10px 10px 10px 10px;
	padding:10px;
	}
		


#insta-erotique  ul li a {
	margin:auto 50px 50px auto;
	}

#insta-erotique  a {
	font-family: 'VT323', monospace;
	border: 1px rgba(170, 255, 193, 1) solid;  
	color:#b6fcff;
	padding: 5px 5px;
	letter-spacing: 2px;
	text-shadow: -1px .5px 1px darkblue, -3px 3px 5px orangered;
	font-size: 1.8em;
	display:inline-block; /*es para que respeten su línea, los paddings se pegan a la línea*/
	border-radius: 50px;
	background: rgba(144, 255, 182, .2); /*éste es un color que se desplegará con hover*/
	transition: all 500ms ease-in;/*esta es la transiciçon*/

}
	
#insta-erotique a:hover,
#insta-erotique :focus{
		box-shadow: inset 105px 0 0 rgba(204, 93, 255, 1), inset -105px 0 0 rgba(204, 93, 255, 1);
		list-style:none;
		text-decoration:none; 
		}

	
	#ubicaciones {
		display:none;
	}
.row {
    display:none;
}

.column {
   display:none;
} 
	

div.contain {
   display:none;
 
}

div.contain h21 {
  display:none;
}

#colecciondeapuntes img {
	display:block;
	padding:15px 15px;
    background-color:rgba(255,255,255, 1)/*rgba(210, 210, 210, .0)*/ !important;
  	background-image: linear-gradient(to bottom right, #fff,#fff);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	border-bottom:20px rgba(0, 0, 0, 1) solid;
	border-top:3px rgba(0, 0, 0, 1) solid;
	border-left:8px rgba(0, 0, 0, 1) solid;
	border-right:7px rgba(0, 0, 0, 1) double;
	border-radius:10px;
	padding:0px 20px;
	width:45vh;
	margin:20px auto 20px;
	}

div.polaroid {
  display:block;
  width:45vh;
  background-color:rgba(255,246, 0, 1)/*rgba(210, 210, 210, .0)*/ !important;
  background-image: linear-gradient(to top right, #fff,#fff);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
  border-bottom:12px rgba(196, 196, 196, 1) ridge;
  border-top:5px rgba(0, 0, 0, 1) solid;
  border-left:8px rgba(0, 0, 0, 1) double;
  border-right:10px rgba(0, 0, 0, 1) solid;
  border-radius:20px;
  padding:0px 20px;
  margin:15px auto;

}

div.container {
  display:block;
  width:100%;
  text-align:center;
  padding: 5px 10px;
  margin:15px auto;

}

div.container h8 {
  display:block;
  font-family: 'Dosis', serif;
  font-size:14px;
  color:#000;
  text-shadow: -1px .5px .7px black, -3px 3px 5px silver;
  width:100%;
  text-align:right;
  padding: 2px 3px;
  margin:auto;
}
	

	}
