/*
Estilo de ZumOS -- Base
Creado por Alex Barros
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font: 62.5%/1.6em "Lucida Grande", Trebuchet MS, Geneva, Helvetica, Arial, sans-serif;
	overflow: hidden;
}
img {
	border: none;
}
h1 {
	float:right;
	color: #000; 
	font-size: 3em;
}
ul {
	list-style: none;
	margin: 3px;
}
p {
	padding: 2px;
	margin: 2px;
}
table {
	width: 90%;
	border: 2px solid #000;
	background-color: #FFF;
}
table.hover:hover, td.hover:hover, tr.hover:hover {
	background-color: #E8FFCF;
	cursor: pointer;
}
.boton {
	font-weight: bold;
	cursor: pointer;
	margin: 5px;
	padding: 1px 4px;
}
#contenedor {
 	margin: 0;
	padding: 20px;
	background-image: url(../img/fondo_zumos.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #BFCF72;
	height: 100%;
}
#error {
 	position: fixed;
 	right: 20px;
 	bottom: 100px;
 	display: none;
 	width: 300px;
 	padding: 5px;
	background-color: #000;
	color: FFF;
	font-weight: bold;
	font-size: 1.4em;
	z-index: 20;
}
#aviso {
 	position: fixed;
 	left: 5px;
 	bottom: 35px;
 	width: 230px;
 	padding: 5px;
	background-color: #FFF;
	border: 1px solid #000;
	display: none;
	color: #000;
	font-size: 1.4em;
	z-index: 20;
}
div.cargando {
	width: 130px;
	height: 20px;
	background-image: url(../img/cargando.gif);
	background-repeat: no-repeat;
}
span.boton {
	font-weight: bold;
	cursor: pointer;
}
