body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #380101 url(bg_top.gif) repeat-x top left;
	margin: 10px 10% 0px 10%;
	padding: 0 0 30px 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	color: #ff541f;;
	margin: 5px;
	border-bottom: 1px dotted #FF4500;
}

h1.ajaxon {
	padding: 5px;
	color: White;
	background: #FF4500;
	position: absolute;
	top:5px;
	right:5px; 
}

h1.ajax {
	padding: 5px;
	color: White;
	background: #6B8E23;
	position: absolute;
	top:5px;
	right:5px; 
}

p { color: #384149; padding:5px; margin:0; font-size:13px;}

img {
	border: 2px solid #ff541f;
}
/*
	Botones
*/
a.button {
   background: url('bg_button_a.gif') no-repeat top right;
   color: #444;
   font: normal 12px arial, sans-serif;
   text-decoration: none;
   padding: 5px 15px 4px 0px;
}
a.button span {
	background: url('bg_button_span.gif') no-repeat top left;
	padding: 5px 1px 4px 18px;
	line-height: 24px;
}
a.button:hover, a.button_sel {
    background-position: bottom right;
    color: #000;
    outline: none; 
}
a.button:hover span, a.button_sel span {background-position: bottom left;}

/*
	Estructura
*/

#header {
	background: url(renta.gif) no-repeat top left;
	width: 300px;
	height: 69px;
}

#centro {
	background: #FFF;
	padding: 10px;
}
#footer {
	color: #FFF;
	background: url(menu_bg.gif);
/*	position:fixed;*/
/*	bottom:0;
	left:0;
	width:100%;*/
	height:30px;
}
#footer div {	padding: 7px; }
/*
	MENU
*/

#menu { background: #3E4850 url(menu_bg.gif); }
#submenu { background: #FF7642; }
#menu , #submenu {
	height: 30px;
}
#menu ul , #submenu ul {
	list-style:none;
	padding:0;
	margin: 0;
}
#menu ul li , #submenu ul li{
	padding: 0;
	margin: 0;
	float: left;
}
	
#menu ul li a , #submenu ul li a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 8px;
	border-right: 1px dotted #FF733E;
}
#menu ul li a:hover {
	background: #FFF;
	color: #FFF;
}

#submenu ul li a.menu_activo {
	background: #FFF;
	color:#000;
	border-right:none;
}

#menu ul li a:hover, #submenu ul li a:hover {
	background: #FFF;
	color: #000;
}

.td_list {
	padding: 10px;
	margin:1px;
}
.td_bg1 {
	background: #FFF3DF;
}

.td_bg0 {
	background: #F5F5F5;
}
.td_bg1_sub {
	padding-left:50px;
	background: #FFF9EE;
}
.td_bg0_sub {
	padding-left:50px;
	background: #F9F9F9;
}

/*
	TABLAS
*/
table.css {	border: 1px solid #E3E3E3; }
tr td.css {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	background: #fff;
}
thead td.css{
	color: #fff;
	background-color: #FF4500;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #FFC9B5;
}
tbody td.css{	border-left: 1px solid #D9D9D9;}
tbody tr.even td.css{	background: #eee;	}
tbody tr.selected td.css{
	background: #FF733E;
	color: #ffffff;
}
tbody tr.ruled td.css{
	color: #000;
	background-color: #FF733E; 
}	

