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

body {font-size:20px;
}

h1 {
    color: #abc;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    font: 50px 'ChunkFiveRegular';
	text-align: center;
	border:2px solid #a1a1a1;
	padding:1px 25px; 
	background:#C33;
	border-radius:25px;
}

h2 {
    font-family: "Apple Casual", "Century Schoolbook";
    padding: 3px 0 5px 10px;
    background: #fff url(lazyh2bg.jpg) repeat-y;
    color: #000;
    border: 1px solid #ccc;
    letter-spacing: .2em;
    font-size: 24px;
}

h3 {
    color: #990000;
    font-size:3em;
    font-family: "Times New Roman", "verdana", Times, Serif;
    font-weight: 300;
    letter-spacing: 0.01em;
    padding: 0.1em 0;
    margin: 0.5em 0;
    border-bottom: 2px solid #555;
	background: #5b1 repeat-y
}

h4 {
    border-bottom: 1px solid #666;
    left: -0.3em; 
    bottom: -0.6em; 
    padding: 1px 0.5em; 
    margin: 0; 
    border-style: solid; 
    border-width: 1px 1px 1px 0.8em;  
    border-color: #666 #666 #666 #008;
    background-color: #ddd;
	font-size:2em;

}

h5 {
    margin: 15px;
	border-bottom: 2px solid gray;
    border-bottom: 4px solid red;
	font-size:1.6em;
    font-family: "Times New Roman", "verdana", Times, Serif;
	color: #000;
}

hr {
    border: 0;
    height: 5px;
    background: #63C;
    background-image: -webkit-linear-gradient(left, #C9F, #63C, #C9F);
    background-image: -moz-linear-gradient(left, #C9F, #63C, #C9F);
    background-image: -ms-linear-gradient(left, #C9F, #63C, #C9F);
    background-image: -o-linear-gradient(left, #C9F, #63C, #C9F);
}

a:link, a:visited {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	margin:0;
	width: 120px;
   /* height: 15px;*/
    padding: .5em .5em;
    background: #03C ;
    color: #FFF;
    border: solid 1px #20538D;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
	font-family:Tahoma, Geneva, sans-serif;
}
a:hover {
    background: #CF0;
    border: solid 1px #2A4E77;
    text-decoration: none;
	color: #000;
}

li {
   list-style: none;
   text-align: left;
   font-size: 14px;
   display: inline-table;
   margin: 2px 1px 2px 1px;
}
li a
{
   display: block;
   padding: 0.25em 0.5em 0.25em 0.75em;
   border-left: 1em solid #AAB;
   background: #03c;
   text-decoration: none;
}

li a:link { color: #fff; }
li a:visited { color: #fff; }
li a:hover { border-color: #FE3; color: #FFF; background: #332; }

table {
	border:2px solid
	-moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
}

td {
    vertical-align:top;
	text-align:center;
	padding:5px;
	border-bottom:	3px solid #C03;
}

#navlist {
   padding: 0 1px 1px;
   margin-left: 0;
   font: bold 12px Verdana, sans-serif;
}
#navlist img {
	border:3px solid #00C
}
#navlist li {
   list-style: none;
   text-align: left;
   font-size: 14px;
   display: inline-block;
   margin: 2px 1px 2px 1px;
   text-align:center;
   vertical-align:top;
   border-top: 3px solid #C00;
   border-bottom: 3px solid #C00;
   height:260px;
}

#navlist li a {
   display: block;
   padding: 0.25em 0.5em 0.25em 0.75em;
   border-left: 1em solid #AAB;
   background: #CFF;
   text-decoration: none;
   text-align:center;
   vertical-align:top;
   width:220px;
}

#navlist a:link {
	background:#6FF;
    border: solid 1px #77e4a2;
    text-decoration: none;
	color: #000;
}
	
#navlist a:visited {
	background: #6FF;
    border: solid 1px #77e4a2;
    text-decoration: none;
	color: #000;
}

#navlist a:hover { border-color: #FE3; color: #FFF; background: #332; }

.Titulo {
	font-size: 18px;
}

#lista li
{
   list-style:decimal;
   text-align: left;
   font-size: 20px;
   display:list-item;
   line-height: 25px;
   background: linear-gradient(
  		to bottom,
  		#3ff,
  		#3ff 95%,
  		#ccc 5%,
  		#ccc
   );
   background-size: 100%;
}
#preg li
{
   list-style:decimal;
   text-align: left;
   font-size: 20px;
   display:list-item;
   line-height: 25px;
   background: linear-gradient(
  		to bottom,
  		#cf6,
  		#cf6 95%,
  		#ccc 5%,
  		#ccc
   );
   background-size: 100%;
}
#expre li
{
   list-style:decimal;
   text-align: left;
   font-size: 20px;
   display:list-item;
   line-height: 25px;
   background: linear-gradient(
  		to bottom,
  		#6c9,
  		#6c9 95%,
  		#ccc 5%,
  		#ccc
   );
   background-size: 100%;
}
