/* @Tablas */
#tabla_listado {
	/*width:680px;*/
	width:100%;
}

#tabla_listado caption, 
#tabla_listado thead tr th, 
#tabla_listado thead tr td, 
#tabla_listado tbody tr td, 
#tabla_listado tfoot td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	/**/	
	/*border-bottom:1px solid #FFFFFF;*/
}

#tabla_listado thead tr td, 
#tabla_listado thead tr th, 
#tabla_listado tbody tr td {
	height:24px;
	padding:3px 0px 3px 10px;
}

#tabla_listado caption {
	font-size:14px;
	font-weight:bold;
	/**/
	text-align:left;
	padding-bottom:10px;
}

#tabla_listado thead tr th {
	background-color:#FE9901;
	text-align:left;
	border-bottom:1px solid #BBBBBB;
}

#tabla_listado thead tr td {
	background-color:#E6E6E6;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid #BBBBBB;
}

#tabla_listado tbody tr td {
	color:#888888;
	border-bottom:1px #BBBBBB solid;
}

#tabla_listado tbody tr.highlight {
	background-color:#F9F9F9;
}

#tabla_listado tfoot tr td {
	background-color:#FFF;
	text-align:center;
	padding:6px 0px 0px 0px;
}

#tabla_listado tbody tr td a, #tabla_listado tbody tr td a:link {
	color:#555555;
	text-decoration:underline;
	font-weight:bold;
}

#tabla_listado tbody tr td a:hover {
	text-decoration:underline;
}

/* @Tablas formularios */
#tabla_formulario caption, #tabla_formulario tbody tr th, #tabla_formulario tbody tr td {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px;
}

#tabla_formulario caption {
	font-size:14px;
	font-weight:bold;
	/**/
	text-align:left;
	padding-bottom:20px;
}

#tabla_formulario .titulo {
	font-weight:normal;
	/**/
	height:20px;
	text-align:right;
	/*padding:0px 5px 7px 15px;*/
	padding-right:5px;
	vertical-align:top;
}

#tabla_formulario tbody tr td {
	text-align:left;
	padding-bottom:5px;
}

.separator {
	color:#333333;
	font-weight:bold;	
	padding:0px 5px 0px 5px;
}