/********************/
/*     LOGIN           */
/*******************/
.LoginOK {
	font-size: xx-small;
	height: 20px;
	width: 160px;
	background-color: #F0F0F0;
	border: #dcdcdc 1px solid;
	padding: 2px 6px 2px 2px
}
.LabelAzul {
	padding: 2px 2px 2px 2px;
	color: #003451;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
}
.TextBox {
	padding: 2px;
	border: #cccccc 1px double;
	font-size: xx-small;
	color: #003451;
	background-color: White;
	width: 160px;
}
.logo {
	background-color: #666666;
}
.logo img {
	vertical-align: top;
	border: none;
	margin: 0px;
	width: 219px;
}
.titulo {
	text-align: center;
	padding-top: 12px;
	background-color: #666666;
	text-decoration: none;
	color: White;
	font-weight: bold;
	font-size: 12pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
}
/********************************************************/
/*                     GENERAL                          */
/********************************************************/
#container
{
	margin: 10px 5%;
	background-color: #fff;
	color: #333;
	border: 1px solid gray;
	min-width: 800px;
}
body{
	margin:0;
	padding:0;
	/*background:#fff url(bg-main.gif) top left repeat-y;*/
}
b{
	font-size: 110%;
}
em{
	color: red;
}
label {
	font-weight: bold;
}
/********************************************************/
/*                     TOP SECTION                	             */
/********************************************************/
#topsection {
	background: transparent url(FondocabeceraNaranja.jpg) top left no-repeat;
	background: transparent url(fondogris.jpg) top left repeat-x;
	font-family: Arial, sans-serif;
	color: white;
	font-weight: bold;
	font-size: 34pt;
	text-align: center;
	padding: 2px;
}
#empresa {
	display: block;
	float:left;
	font-size: 25pt;
	font-weight: bold;
	font-style: italic;
	padding-left: 48px;
	background-image: url(Leader2.gif);
	background-repeat: no-repeat;
	height: 50px;
	color: #0000FF;
	text-decoration: none;
	cursor: hand;
}
#empresa span {
	display: block;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	margin-top: -5px;
}
#usuario {
	float: right;
	text-align: right;
	color: Black;
	font-size: 8pt;
	padding: 0px 10px 0 0;
}
/********************************************************/
/*                     MENU HORIZONTAL                  */
/********************************************************/
.logout {
	display: block;
	float: right;
}
#slantedmenu{
	font-weight: bold;
	font-size: 90%;
	background-color: #e0e0e0;
	border: 1px solid #bebebe;
	text-align: left; /*set value to "center" for example to center items*/
}
#slantedmenu ul{
	margin: 0;
	padding: 3px 0;
	text-indent: 10px;
}
#slantedmenu ul li{
	display: inline;
}
#slantedmenu ul li a, .logout {
	color: #777777;
	padding: 3px 0;
	margin: 0;
	text-decoration: none;
}
#slantedmenu ul li a {
	background: transparent url(slantdivider.gif) top right no-repeat;
	padding-right: 25px;
}
.logout {
	background: transparent url(slantdivider.gif) top left no-repeat;
	padding-left: 40px;
	padding-right: 10px;
}
#slantedmenu ul li a:hover, .logout:hover {
	color: black;
}
#slantedmenu ul li a.selected {
	font-weight: bold;
	color: #248ED7;
	text-decoration: underline;
}
/********************************************************/
/*                     MENU VERTICAL                    */
/********************************************************/
#leftnav
{
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0.3em 0.5em;
}
.menuvertical{
	list-style-type: none;
	margin: 0px;
	padding: 0;
	width: 160px;
	border-bottom-width: 0;
}
.menuvertical li a{
	background: white url(glossyback.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	padding: 3px 0;
	display: block;
	padding-left: 10px;
	text-decoration: none;
}
* html .menuvertical li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 158px;
}
.menuvertical li a:active{
	color: white;
}
.menuvertical li a:hover{
	background-image: url(glossyback2.gif);
}
.menuvertical li a.selected {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;
}
/********************************************************/
/*                     CONTENIDO                        */
/********************************************************/
#content
{
	margin-left: 177px;
	border-left: 1px solid gray;
	padding: 0.3em 0.5em;
	width : auto;
}
#content h1 {
	/* margin: 0 0 .2em 0; */
	margin: 0px;
	padding: 0 15px;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: White;
	background-color: #006B6B;
	background-color: #999999;
	background-color: #248ED7;
	font-weight: bold;
	height: 22px;
	border: 1px solid black;
}
#content dt{
	font-weight: bold;
}
/***************/
/* CAMPOS */
/***************/
table.tableFields {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border-collapse: collapse;
	border: none;
	width:100%;
}
table.tableFields tr td {
}
table.tableFields tr th {
	text-align: left;
	padding-left: 20px;
	background-color: #284B78;
	color: White;
}
table.tableFields tr td table {
	border-collapse: separate;
	margin: 0;
	padding: 0;
}
table.tableFields tr td table tr th {
	text-align: right;
	padding-left: 0;
	width: 25%;
	font-size: 9pt;
	background-color: transparent;
	color: #284B78;
}
table.tableFields tr td table tr td {
	width: 75%;
	font-size: 9pt;	
}
table.tableFields tr td table tr th input {
	font-size: 9pt;	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	background-color: DarkOrange;
	color: White;
	cursor: pointer;
}
table.tableFields tr td table tr td input, table.tableFields tr td table tr td textarea, table.tableFields tr td table tr td select {
	width: 100%;
	font-size: 9pt;	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	border: 1px solid Silver;
}
table.tableFields, table.tableFields tr th, table.tableFields tr td,
table.tableFields tr td table, table.tableFields tr td table tr th, table.tableFields tr td table tr td {
	border: 0px solid White;
}
/********************************************************/
/*                     FOOTER                           */
/********************************************************/
#footer{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #ddd;
	border-top: 1px solid gray;
}
#footer a{
	color: black;
}
/******************************************************/
/*                            ACCIONES                                    */
/******************************************************/
.acciones { /*	width:100%; */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 5px;
	height: 22px;
	border: 1px solid black;
	background-color: #e0e0e0;
	padding: 2px 15px;
}
.acciones a {
	display: block;
	float: left;
	border: 1px solid white;
	padding: 1px 8px;
	margin-right: 6px;
	text-decoration: none;
	font-size: 9pt;
	font-weight: bold;
	color: #F0EFEC;
	background-color: #666666;
	cursor: pointer;
}
.acciones a:hover {
	color: #CC9966;
	border-color: #CC9966;
	text-decoration: none;
}
/********************************************************/
/********************************************************/

