body {background-color: #ffffff;
background:url(images/fondo.jpg) repeat-x top;
font-family: 'Lucida Grande', Verdana; text-align: center; font-size: 14px; color: #CCC093; margin: 0px;}

a {
	color: #707070;
	text-decoration: none;
}
a:hover {color: #4587E8; text-decoration: none;}
a.ok {
	color: #990000;
	text-decoration: none;
}
code {color: #CCC093; background-color: #825948; padding: 2px;}

#wrapper {width: 500px; margin: auto; text-align: center; }
#wrapper p {text-align: left;}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #DB4646;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 16px;
	text-align: left;
}

#panel {
	background: #4587e8;
	height: 30px;
	display: none;
}
.slide {
	margin: 0;
	padding: 0 0 0 5px;
	border-top: solid 4px #4587e8;
	height: 30px;
}
.btn-slide {
	float: left;
	background: #4587e8 url(white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 100px;
	height: 20px;
	padding: 5px 10px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}

ul.list {margin: 0px; padding: 8px 0px 0px 10px; list-style: none;}
ul.list li {float: left; width: auto;}
ul.list a {text-decoration: none; background: #4587e8; color: #fff; margin: 5px; padding: 2px;}
ul.list a:hover {text-decoration: none; background: #fff; color: #039;}

ul.list li.buscar {float: right; margin-right: 5px;}
ul.list li.buscar input {background-color: #4587e8; border: 0px; color: #fff; font-size: 16px; margin: 0px; width: 300px;}

