/* CSS Document */
#sts{
	position:absolute;
	right:10px;
	bottom:10px;
	width:auto;
	height:auto;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#660000;
	padding:0;
	margin:0;
}

.gestor{
	background-image:url(img/fons_gestor.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#660000;
}

#intro{
	position:absolute;
	width:400px;
	height:150px;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-75px;
}

a:link {
	text-decoration: none;
	color:#FF9900;
}

a:visited {
	text-decoration: none;
	color:#FF9900;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}

a:active {
	text-decoration: none;
	color: #FF9900;
}
/*
table{
	background-color:#660000;
}

td{
	background-color:#FFFFFF;
}

th{
	background-color:#660000;
	color:#FFFFFF;
}
*/
#cap{
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-365px;
	background-image:url(img/cap_gestor.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	
	width:730px;
	height:150px;
}

#box{
	position:absolute;
	left:0;	top:0;
	width:800px;	
	height:550px;
	text-align:center;
	padding:50px;
	background-image:url(img/fons.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#capa1{
	position:absolute;
	top:100px;
	left:80px;
	width:750px;
	height:400px;
	text-align:left;
	z-index:99;
	display:none;
	overflow:auto;
}
#capa1 h1{
	font-size:14px;
	
}

#peu{
	position:absolute;
	width:800px;
	height:20px;
	left:50px;
	top:610px;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
}

#boxgestor{
	position:absolute;
	left:50%;	top:95px;
	margin-left:-350px;
	width:700px;	height:auto;
	padding:10px;
	overflow:auto;
}

h1{
	color:#660000;
}

h2{
	font-size:14px;
	color:#660000;
}

#login{	
	position:relative;
	width:100px;
	top:0px;
	left:0px;
	height:auto;
	border: 1px dotted #660000;
}
