@charset "utf-8";
/* CSS Document */
html {
cursor: url(images/cursors/01.png), auto;}


	::selection {
  color: white;
  background: #92E2DE;}

::-webkit-scrollbar {
width: 16px;
height: 10px;
}
::-webkit-scrollbar-thumb {
background-color: #fff;
background-image: url(https://i.imgur.com/Qtm9Z60.png);
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
::-webkit-scrollbar-track {
background-color: #fff;
background-image: url(https://i.imgur.com/IGXGYKz.png);
}
::-webkit-scrollbar-button:vertical:increment {
background-image: url(https://i.imgur.com/WhC8iy3.png);
width: 14px;
height: 16px;
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
::-webkit-scrollbar-button:vertical:decrement {
background-image: url(https://i.imgur.com/fQ18mrR.png);
border-top: 1px solid #bdbdbd;
border-left: 1px solid #bdbdbd;
border-right: 1px solid black;
border-bottom: 1px solid black;
width: 14px;
height: 16px;}
#s-m-t-tooltip {
    max-width:180px;
    padding: 4px;
	transition:0.3s;
    margin:20px 14px 7px 10px;
    background-color: blue;
	color:white;
  font-family: "MS Mincho";
    font-size: 10px; 
    letter-spacing: 1px;
	border: inset 1px black;
    z-index:999;
	}

body {
	color: #000000;
	background-image:url(images/backgrounds/11.jpg);
	padding: 5px;
letter-spacing:2px;
font-family:"MS Mincho";
font-size:12px;
line-height:120%;
letter-spacing:-0.5px;
text-align:justify;
color:white;
  text-shadow: 
1px 0 black, -1px 0 black, 0 1px black, 0 -1px black,
               1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
}
h1 {
text-shadow: 1px 1px black, 1px 1px black;
color:#1417cd;
text-align:center;
font-size: 22px;}
u {
text-decoration: none;
border-bottom: dotted 1px;}
ul, li {
list-style:katakana;}
b {
	
}
#contenedor {
	display: flex;
}
#izq {
	width:430px;
	padding-right:20px;
}
#der {
	padding-top:3;
}