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

/*------------------------el cuaderno negro------------------------*/


#visual h2 {
	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:30%;
}



#visual  h1{
	font-family: 'VT323', monospace;
	font-size:72px;
	color:#fff;
	text-align:center;
    letter-spacing:20px;
	background-color:#000;
	background-size:cover;
	background-position:top;
	text-shadow: -1px .5px .7px white, -3px 3px 5px white;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	border-radius:30px;
	padding:20px 20px;
	margin:auto;
	max-width:50%
}

#visual h1:first-letter {
	font-family: 'Sansita Swashed', cursive;
	font-size:120px;
	color:#fff;
	text-shadow: 2px 1px 1px white, 1px 3px 3px white;
	}
	

#visual p {
	font-family: 'Dosis', sans-serif;
	color:#fff;
	font-size:21px;
	font-weight:400;
	background-color:#000;
	background-size:cover;
	box-shadow:0px 8px 16px 0px rgba(0, 0, 0, .2), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	border-radius:10px;
	text-align:left;
	padding:30px 30px;
	margin:20px auto;
	width:100%;
	}
	
#examples img {
	position:relative;
	padding:10px;
	width:80%;
	max-width:300px;
	margin:auto;
	}

.visuales 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(255, 255, 255, 1) double;
	border-top:3px rgba(255, 255, 255, 1) solid;
	border-left:6px rgba(255, 255, 255, 1) double;
	border-right:5px rgba(255, 255, 255, 1) double;
	border-radius:20px;
	width:100%;
	margin:20px auto;
	}
	
#visual>div:last-child div {
	display:inline-block;
	margin-top:30px;
	padding-bottom:30px;
	padding-left:0px;
	padding-right:0px;
	vertical-align:top;
	text-align:justify;
	height:auto;

}



#adjunto  {
	width:1280px;
	max-width:90%;
	margin:auto;
	
}

#adjunto h3  {
	font-family: 'Dosis', sans-serif;
	font-size:24px;
	color:#fff;
	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) double;
	border-radius:20px;
	margin:50px 100px 30px 500px;
	padding:10px;
	max-width:20%;
	
}

#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(../media/banners/oje_w.gif);
	mix-blend-mode:multiply;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display:block;
	height:60vh;
	width:100%;
	z-index:-3;
	margin: -230px auto;
	}

#gal a {
	font-family: 'VT323', monospace;
	font-size: 1.4em;
	color:red;
	text-align:left;
	background-color:rgba(255, 255, 255, 1)/*rgba(210, 210, 210, .0)*/ !important;
	text-transform:uppercase;
	text-shadow: -1px 1px 2px darkblue, -1px 5px 8px orangered!important;
	display:inline-block;
	letter-spacing:2px;
	transition: all 500ms ease-in;
	border-top:4px rgba(255, 255, 255, 1) solid;
	border-right:6px rgba(255, 255, 255, 1) solid;
	border-left:2px rgba(255, 255, 255, 1) solid;
	border-bottom:9px rgba(255, 255, 255, 1) solid;
	border-radius:30px;
    padding:4px 7px 4px 10px;
	margin:30px 10px 30px 10px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 1), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	transition: all 300ms ease;
	float:right;
}

	
    

#gal > a:first-letter {
	font-family: 'Alice', serif;
	text-transform:uppercase;
	font-size: 1.8em;
	color:#f5d600;
	text-shadow: -1px 1px 2px darkblue, -1px 5px 8px orangered!important;
	}


#gal a:hover,
#gal a:focus{
	font-family: 'VT323', monospace;
	color:rgba(0, 0, 0, 1);
	/*background-color:rgba(253, 142, 199, 1)!important;*/
	background-image: linear-gradient(to bottom right, #FFFAF0,#F0FFF0);
	text-shadow: -1px .5px .7px black, -1px 1px 2px black!important;
	border-top:4px rgba(255, 255, 255, 1) solid;
	border-right:6px rgba(255, 255, 255, 1) solid;
	border-left:2px rgba(255, 255, 255, 1) solid;
	border-bottom:9px rgba(255, 255, 255, 1) solid;
	box-shadow: 0px 0px 0px #a5a5a5,
    -1px -1px 10px #e2e2e2, inset 5px 5px 10px #b5b5b5,
    inset -5px -5px 5px #ffffff;
    padding:4px 7px 4px 10px;
	margin:30px 10px 30px 10px;
	/*box-shadow: inset 250px 0 0 rgba(91, 218, 255, 1), inset -250px 0 0 rgba(91, 218, 255, 1);**/
		}
		
@media (min-width:801px) and (max-width:1251px){	


#visual  h1{
	font-family: 'VT323', monospace;
	font-size:48px;
	color:#fff;
	text-align:center;
    letter-spacing:20px;
	background-color:#000;
	background-size:cover;
	background-position:top;
	text-shadow: -1px .5px .7px white, -3px 3px 5px white;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	border-radius:20px;
	padding:20px 10px;
	margin:auto;
	max-width:50%
}

#adjunto  {
	width:1024px;
	max-width:90%;
	margin:auto;
	
}

#adjunto h3  {
	font-family: 'Dosis', sans-serif;
	font-size:24px;
	color:#fff;
	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) double;
	border-radius:20px;
	margin:50px 100px 30px 300px;
	padding:10px;
	max-width:20%;
	}
	
	
#visual p {
	font-family: 'Dosis', sans-serif;
	color:#fff;
	font-size:21px;
	font-weight:400;
	background-color:#000;
	background-size:cover;
	box-shadow:0px 8px 16px 0px rgba(0, 0, 0, .2), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	border-radius:10px;
	text-align:left;
	padding:30px 30px;
	margin:20px auto;
	width:95%;
	}

	
}
@media screen and (max-width:800px){
#visual  h1{
	font-family: 'VT323', monospace;
	font-size:38px;
	color:#fff;
	text-align:center;
    letter-spacing:20px;
	background-color:#000;
	background-size:cover;
	background-position:top;
	text-shadow: -1px .5px .7px white, -3px 3px 5px white;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	border-radius:20px;
	padding:20px 10px;
	margin:auto;
	max-width:80%
}

#visual h1:first-letter {
	font-family: 'Sansita Swashed', cursive;
	font-size:52px;
	color:#fff;
	text-shadow: 2px 1px 1px white, 1px 3px 3px white;
	}
	

#visual p {
	font-family: 'Dosis', sans-serif;
	color:#fff;
	font-size:18px;
	font-weight:600;
	background-color:#000;
	background-size:cover;
	box-shadow:0px 8px 16px 0px rgba(0, 0, 0, .2), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	border-radius:10px;
	text-align:left;
	padding:30px 30px;
	margin:20px auto;
	width:90%;
	}

	

#adjunto  {
	width:720px;
	max-width:90%;
	margin:auto;
	
}

#adjunto h3  {
	font-family: 'Dosis', sans-serif;
	font-size:24px;
	color:#fff;
	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) double;
	border-radius:20px;
	margin:50px 100px 30px 200px;
	padding:10px;
	max-width:50px;
	
	
	}
	
	}

@media screen and (max-width:560px){

#visual  h1{
	font-family: 'VT323', monospace;
	font-size:27px;
	color:#fff;
	text-align:center;
    letter-spacing:20px;
	background-color:#000;
	background-size:cover;
	background-position:top;
	text-shadow: -1px .5px .7px white, -3px 3px 5px white;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, .2), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	border-radius:20px;
	padding:20px 10px;
	margin:auto;
	max-width:80%
}

#visual h1:first-letter {
	font-family: 'Sansita Swashed', cursive;
	font-size:38px;
	color:#fff;
	text-shadow: 2px 1px 1px white, 1px 3px 3px white;
	}
	

#visual p {
	font-family: 'Dosis', sans-serif;
	color:#fff;
	font-size:16px;
	font-weight:600;
	background-color:#000;
	background-size:cover;
	box-shadow:0px 8px 16px 0px rgba(0, 0, 0, .2), 0 9px 20px 0 rgba(0, 0, 0, 0.5);
	border-radius:10px;
	text-align:left;
	padding:30px 30px;
	margin:20px auto;
	width:80%;
	}
		
#adjunto  {
	width:480px;
	max-width:90%;
	margin:auto;
	
}

#adjunto h3  {
	font-family: 'Dosis', sans-serif;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin:auto;
	padding:auto;
	max-width:100%;
	
	
	}
	
	}
/*#elcuadernoenissuu 
section img {
	width:50px;
	margin:60px 60px 60px 60px;
	}
	
#elcuadernoenissuu h4 {
	font-size: 35px;
	color:#000;
	padding-top:40px;
	padding-bottom:0px;
	padding-left:10px;
		}*/
	
