@charset "utf-8";
/* CSS Document */

body {
	background-color: #660020;
	color: #CCFF66;
	font-family: Bookman Old Style;
	font-size: 16px;
	font-style: bold; 
	}
	
pre {
	font-size: 16px;
	}
	
img {
	margin-bottom: auto;
	}
	
a:link {
	color: #660000;
	}
	
a:active {
	color: red;
    position: relative;
    top: 2px;    
	}
	
a:visited {
	color: #660000;
	}

a:hover {
	color: #6F0;
	}

#botonCapitulos {
	font: bold 12px verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	text-shadow:rgb(300,0,150) 3px 3px 5px;
	color:hsla(120, 100, 50%, 0.5);
	float:none;
	display: inline;
	position: botton;
	width: 200px;
	margin: 0px auto;
	padding: 4px;
	border: 1px solid #999999;
	background: #dddddd;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 10px 50px;
	-moz-box-shadow: rgb(150,150,150) 5px 5px;
	-webkit-box-shadow: rgb(150,150,150) 5px 5px;
	box-shadow: rgb(150,150,150) -5px -5px 20px outset;
	background: -webkit-linear-gradient(30deg, #ffffff 50%, #006699 90%);
	background: -moz-linear-gradient(30deg, #ffffff 50%, #006699 90%);
	}
	