body{
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color: #005FA9;
	margin: 5px;
	padding: 5px;
/*	scrollbar-face-color: 006699;
	scrollbar-highlight-color: 006699;
	scrollbar-3dlight-color: 006699;
	scrollbar-darkshadow-color: 006699;
	scrollbar-shadow-color: 006699;
	scrollbar-arrow-color: ffcc66;
	scrollbar-track-color: cccccc;*/
}
h1, h2, h3 {
	padding:0px;
	margin:0px;
}
h1 {
	margin:5px;
	font-size:130%;
}
h2 {
	font-size:110%;
	font-weight:normal;
}
#sub-header h1 {
	float:left;
	font:bold 130% Tahoma, Arial, Helvetica, sans-serif;	
}
label {
	margin:0;
	padding:0;
	white-space:normal;	
}

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
hr {
	border:0;
	border-bottom:solid #f1f1f1 1px;
	border-top:solid #ccc 1px;
	margin:5px 0px;
}
/*destacado naranja*/
.orange {
	font-size:11px;
	color:#F8A23A!important;
}
.red {
	font-size:11px;
	color:#ff0000!important;
}
/* estilos de forms */
.input-btn {
	font-size:12px;
	font-weight:bold;
	background: #f7f7f7 url(../imgs/input-bg.gif) repeat-x top center;
	border: 3px double #d7d7d7;
	border-right-color: #999;
	border-botom-color: #999;
	padding:2px 5px;	
	color: #FF7E00;	
	margin:2px 5px;
}
.input-field {
	/*font-size:80%;*/
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	/* #0092C9 */
	border-left-color: #666;
	border-top-color: #666;
	padding:2px 5px;	
}
.input-field:focus, .input-msg:focus{
	color:black!important; 
	background-color: #FFE596;
}
.input-msg {
	font:12px Arial, Helvetica, sans-serif;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	border-left-color: #666;
	border-top-color: #666;
	padding:2px 5px;
}

.select-input {
	font-size:80%;
	background-color: #f7f7f7;
}
.select-input:focus{
	color:black!important; 
	background-color: #FFE596;
}
.select-input-focus {
	color:black!important; 
	background-color: #FFE596;
}
.on_focus {
	color:black!important; 
	background-color: #FFFFAA!important;
	background-image:none;
}

/** el siguiente tag se usa para resaltar informacion importante **/
em {
	font-style:normal;
	font-weight:bold;
	font-size:105%;
	color:#F08B00;
	padding:1px 3px;
	border:solid #ccc 0px;
}
/* estilos de las layers del layout */
#sub-header {
	clear:both;
	vertical-align:middle;
	text-align:center;
	position:relative;
	float:left;
	padding:0px 5px;
	margin-bottom:10px;
	border-bottom: solid #F4A62C 2px;
	background-color:#fff;
	width:99%;
}
#sub-header span.date {
	position:relative;
	float:right;
	font-size:11px;
	font-weight:bold;
	color:#666;
}
#title {
	background-color:#FFF;
	clear:both;
	position:relative;
	top:2px;
	float:left;
	width:100%;
	background-color:#FFF;
	border-bottom:solid #e7e7e7 1px;
	border-top:solid #e7e7e7 1px;
	padding:2px 0px 2px 0px;
}
div.page-tit {
	padding:3px 0px;
	text-align:center;
	width:100%;
	background-color:#e7e7e7;
}
div.page-tit p {
	color:#333;
	padding:0;
	margin:0;
	font-size:120%;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#salida-info{
	width:100%;
	position:relative;
	left:-1px;
	float:left;
	clear:both;
	text-align:center;
	color:#333333;
	font-size:100%;
	padding-top:10px;
	margin-top:5px;
	border:solid #d7d7d7 1px;
	background-color:#fff;
	z-index: 0;
	padding-bottom:10px;
}
#salida-info .menu-tit{
	color:#333333;
	font-size:110%;
	font-weight:bold;
	margin:5px;
	margin-right:10px;
	padding:0;
	padding-top:5px;
	border-top:solid #ccc 1px;
}
#salida-info p{
	text-align:left;
	color:#454545;
	font-size:110%;
	margin:0px;
	margin-left:10%;
	margin-right:10%;
}
#salida-info strong {
	color:#FF9900;
	font-size:110%;
	font-weight:bold;
}
/*lista de informacion para salida-info*/

#salida-info ul{
	position:relative;
	clear:both;
	left:15%;
	_left:0;
	text-align:left;
	font-size:100%;
	list-style:none none;
	width:70%;
	padding:5px;
	margin:5px;
	border:solid #999 1px;
}
#salida-info ul span {
	color:#000;
	font-weight:bold;
}
#salida-info ul li{
	color:#005FA9;
	text-align:left;
	padding-left:5px;
	font-weight:normal;
	margin-top:2px;
}
#salida-info ul li a {
	padding-left:5px;
}
#salida-info ul li a:hover {
 	color:#000;
}

/*lista de alerta*/
#salida-info ul.alert{
	background-color:#FFFBE5;
	border:solid #F8A23A 2px;
}
#salida-info ul.alert strong{
	color:#000;
	padding:3px;
}
#salida-info ul.alert img{
	border:0;
	vertical-align:text-bottom;
	margin-right:5px;
}
#salida-info ul.alert span {
	color:#000;
	font-weight:bold;
}
#salida-info ul.alert li.destaque {
	font-weight:bold;
	color:#F8A23A;
}
#salida-info ul.alert li{
	padding:2px 0px;
	border-top:solid #666 1px;
	color:#333;
	text-align:left;
	padding-left:5px;
	font-weight:normal;
	margin-top:2px;
}
#salida-info ul.alert li a {
	padding-left:5px;
}
#salida-info ul.alert li a:hover {
 	color:#000;
}

#container {
	background-color:#FFF;
	width:100%;	
	text-align:center;
	float:left;
	position:relative;
	left:-1px;
	border:solid #d7d7d7 1px;
	padding-bottom:10px;
}

/*lista de informacion para container*/
#container .menu-tit{
	color:#333333;
	font-size:110%;
	font-weight:bold;
	margin:5px;
	margin-right:10px;
	padding:0;
	padding-top:5px;
	border-top:solid #ccc 1px;
}

#container ul{
	position:relative;
	clear:both;
	left:15%;
	_left:0;
	text-align:left;
	font-size:100%;
	list-style:none none;
	width:80%;
	padding:5px;
	margin:5px;
	border:solid #999 1px;
}

#container ul span {
	color:#000;
	font-weight:bold;
}
	
#container ul li{
	color:#005FA9;
	text-align:left;
	padding-left:5px;
	font-weight:normal;
	margin-top:2px;
}

#container ul li a {
	padding-left:5px;
}
#container ul li a:hover {
 	color:#000;
}

/** segunda clase de lista de informacion **/
#container ul.info-list {
	margin:0;
}

#container ul.info-list li {
	font-weight:bold;
	color:#004F8C;
	border-bottom:solid #ccc 1px;
	margin-bottom:5px;
	padding-bottom:2px;
}
#container ul.info-list li span {
	margin-right:5px;
}

/*excepciones usado en evoluciones */
#container ul.notes h2 {
	color:#333;
	font-weight:bold;
	line-height:150%;
	padding-bottom:3px;
}
#container ul.notes li{
	padding:3px 1px;
	border-bottom:solid #e7e7e7 1px;	
}
#container ul.notes li.alt{
	color:#000;	
	background-color:#FFFBE5;
}
/* perfil */
#container a.perfilItem, a.perfilItem:visited{
	display:inline;
  	font-size: 90%;
  	color: #ccc;
	font-weight: bold;
	margin: 0px;
	padding: 4px 6px;	
}

#container a.perfilItem:hover{
	display:inline;	
	text-decoration:underline;	
}

#container a.perfilItem:active, a.perfilItem:focus{
	/*color:#FF9900;*/
	color:#005FA9;
	display:inline;
	text-decoration: none;
}

#container .perfil{	
	position:relative;
	left:0px;
	top:-10px;
	width:100%;	
	clear:both;
	margin:auto;
	z-index:1;
	background-color: #F7F7F7;
}
#container .perfil ul span.dato{
	
	color: #005FA9;
}
#container .perfil_cabezal {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:20px;
	padding:5px;
	z-index:2;	
	border:solid #999 1px;
	background-color: #F7F7F7;
}

#container .perfil_titulo{
	position:relative;
	text-align:left;
	vertical-align:middle;
	height:25px;
	float:left;
	left:0px;
	top:0px;	
	width:200px;	
	z-index:4;	
}


#container .perfil_cuerpo {
	position:relative;	
	left:0px;
	top:0px;
	width:100%;
	margin-top: 3px;	
	border:solid #999 1px;	
}


#container .perfil_cuerpo ul {
	position:relative;
	clear:both;	
	left:0%;
	_left:0;
	text-align:left;
	font-size:100%;
	list-style:none none;
	padding:0px;
	margin:5px;
	border:none;
}

#container .perfil_item { 
	position:absolute;
	display: inline-block;
	left:0%;
	width: 100%;
	visibility:hidden;
	z-index: 1000;
	}
#container .perfil_item:after{
content: ".";
margin:0px;
display: block;
height: 0;
clear: left;
visibility: hidden;
}
* html .perfil_item { height: 1% }
#container .perfil_item { display: block }
#container  .col1{
	position:absolute;
	left:0px;
	width:340px;
	/*float:left;*/
}
#container  .col2{
	position:absolute;
	left:350px;
	width:340;
	/*float:left;*/
}

.linkactivo{
	vertical-align:middle;
  	font-size: 110%;
	font-weight: bold;
}

/* --------------------*/
#paginado{
	background-color:#FFF;
	width:100%;	
	text-align:center;
	float:left;
	position:relative;
	left:-1px;
	border:solid #d7d7d7 1px;
	font-size:100%;
}
#paginado ul {
	font-size:120%;
	list-style: none none;
	margin:5px;
	padding:0;
}
#paginado ul li{
	padding:0;
	font-weight:bold;
	display:inline;
	_margin:1px;
	padding-top:1px;
}
#paginado ul li a:link, #paginado ul li a:visited {
	background: #f7f7f7 url(../imgs/input-bg.gif) repeat-x top center;
	margin:0;
	padding:3px 5px;
	border: solid #ccc 1px;
}
#paginado ul li a:hover {
	color:#FF9900;
	margin:0;
	padding:4px 5px;
	background-image:none;
	background-color:#fff;
}
#paginado ul li.actual {
	color:#FF9900;
	margin:0;
	padding:5px;
}

/** estilo layer alert y avisos */
#alert {
	position:relative;
	clear:both;
	left:15%;
	_left:0;
	font-size:105%;
	width:70%;
	margin:5px;
	vertical-align:middle;
	font-style:normal;
	font-weight:bold;
	font-size:105%;
	color:#003A66;
}
#alert img {
	margin-right:10px;
	border:0;
	vertical-align:middle;
}
#alert p {
	text-align:center;
	padding:3px 3px;
	margin:0;
	vertical-align:middle;
}
#alert p.ok {
	color:#005FA9;
	background-color:#FFF;
	border:solid #005FA9 1px;
}
#alert p.error {
	color:#000;
	font-size:120%;
	/*background-color:#FFCC66;*/
	border:solid #F08B00 1px;
}

/*** tablas de datos **/
caption.table-info {
	font-weight:bold;
	font-size:100%;
	color:#000;
	padding:4px 2px;
}
.table01, .table02, .table03, .table04, .table05 {	
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	/*text-align:center;*/
	padding:0;
	empty-cells:hide;	
}

/*.table04 {
	font-size:11px;
}*/
.table04 caption{
	font-size:120%!important;	
}
.table01 thead tr th, .table03 thead tr th, .table05 thead tr th{
	font-size:110%;
	font-weight:bold;
	height:100%;
	background:#E3F2F9 url(../imgs/table01-bg-titles.gif) repeat-x top left;
	padding:1px 5px 1px 5px;
	border:0;
	border-left:solid #F2F2F2 1px;
	border-bottom:solid #61B9E0 1px;
	vertical-align:middle;
}
.table01 thead tr th.left, .table01 thead tr th.right, .table03 thead tr th.left, .table03 thead tr th.right {
	border:0;
	padding:0;
	width:10px;
	vertical-align:top;
}
.table-thead-left, .table-thead-right {
	height:100%; 
	border:0!important; 
	padding:0;
	margin:0;
}
.table-thead-left tr td, .table-thead-right tr td {
	border:0!important; 
	padding:0!important;
}
/*.table01 thead tr th.left, .table03 thead tr th.left {
	background:url(../imgs/table01-imgl-titles.gif) no-repeat top right;
}
.table01 thead tr th.right, .table03 thead tr th.right {
	background:url(../imgs/table01-imgr-titles.gif) no-repeat top left;
}*/

.table01 tbody tr td, .table03 tbody tr td {
	background-color:#FFF;
	/*text-align:center;*/
	padding:2px 4px;
	color:#005290;
	border-top:solid #e7e7e7 1px;
	border-bottom:solid #CCC 1px;
	border-right:none #CCC 1px;
	border-left:solid #CCC 1px;
}
.table05 tbody tr td {
	/*background-color:#FFF;*/
	/*text-align:center;*/
	padding:2px 4px;
	color:#005290;
	border-top:solid #e7e7e7 1px;
	border-bottom:solid #CCC 1px;
	border-right:solid #CCC 1px;
	border-left:solid #CCC 1px;
}
.table01 tbody tr td.alt, .table03 tbody tr td.alt {
	background-color:#F7F7F7;
	color:#003A66;
	border-top:solid #FFF 1px;
	border-bottom:solid #CCC 1px;
}

.table01 tfoot tr td, .table02 tfoot tr td, .table03 tfoot tr td, .table04 tfoot tr td , .table05 tfoot tr td {
	border-top:solid #FFF 1px;
	background:url(../imgs/table01-bg-foot.gif) repeat-x bottom;
	height:8px;
}
.table01 tfoot tr td.left, .table01 tfoot tr td.right, .table03 tfoot tr td.left, .table03 tfoot tr td.right {
	border:0;
	height:5px;
	font-size:1px;
	background-image:none;
	background-color:#FFFFFF;
}
#table01-imgl-foot{
	float:left;
}
#table01-imgr-foot{
	float:right;
}
/* tabla de datos 2 */
caption.table-head {
	font-weight:bold;
	font-size:100%;
	color:#000;
	padding:4px 2px;
}
caption.table-head-orange {
	background: #FFE6BF url(../imgs/table04-th3-bg.gif) repeat-x top center;
	font-weight:bold;
	font-size:100%;
	color:#000;
	padding:4px 2px;
}
/*.table02 {	
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	padding:0;
	empty-cells:hide;
}*/
.table02 thead tr th{
	border-top:solid #FFF 1px;
	background:url(../imgs/table01-bg-foot.gif) repeat-x bottom;
	height:8px;
}
.table02 thead tr th.left, .table01 tr th.right {
	border:0;
	padding:0;
	width:4px;
}
.table02 thead tr th.left {
	background:url(../imgs/table01-imgl-titles.gif) no-repeat top right;
}
.table02 thead tr th.right {
	background:url(../imgs/table01-imgr-titles.gif) no-repeat top left;
}
td.left-title {
	text-align:left;
	font-size:90%;
	padding:1px 4px;
	font-weight:bold;
	background: #f7f7f7 url(../imgs/left-title.gif) repeat-x top center;
	color:#000!important;
	vertical-align:middle!important;
}
.table02 tbody tr td {
	/*text-align:left;*/
	padding:2px 4px;
	color:#005290;
	background-color:#FFF;
	border-top:solid #e7e7e7 1px;
	border-bottom:solid #CCC 1px;
	border-right:none #CCC 1px;
	border-left:solid #CCC 1px;
}
.table02 tbody tr td.alt {
	background-color:#F7F7F7;
	color:#003A66;
	border-top:solid #FFF 1px;
	border-bottom:solid #CCC 1px;
}
.table02 tfoot tr td {
	border-top:solid #FFF 1px;
	background:url(../imgs/table01-bg-foot.gif) repeat-x bottom;
	height:8px;
}
.table01 tfoot tr td.blank, .table02 tfoot tr td.blank, .table03 tfoot tr td.blank, .table04 tfoot tr td.blank  {
	border:0;
	height:5px;
	font-size:1px;
	background-image:none;
	background-color:#FFFFFF;
}
#table02-imgl-foot{
	float:left;
}
#table02-imgr-foot{
	float:right;
}
.sub-table02 {
	background-color:#e7e7e7;
	vertical-align:top;
	padding: 0!important;
}
.sub-table02 table tr td {
	background-color:#FFF;
	padding:2px 5px; 
	border:0px;
	border-bottom:solid #e7e7e7 1px;
	border-right:solid #e7e7e7 1px;
	font-size:70%;
}
.sub-table02 table tr td.alt {
	background-color:#F7F7F7;
}
.sub-table02 table tr td a:link, .sub-table02 table tr td a:visited{
	color: #0575B3;
}
.sub-table02 table tr td a:hover {
	color:#FF9900;
	text-decoration:none;
}
/** sub2-table**/
.sub2-table02 {
	background-color:#e7e7e7;
	vertical-align:top;
	padding: 0!important;
}
.subtable-head{
	font-size:80%;
	font-weight:bold;
	border-bottom:solid #e7e7e7 2px;
	background:#C0E9FE url(../imgs/table04-th2-bg.gif) repeat-x top left;
	color:#333;
}
.sub2-table02 table{
/*	height:100%;*/
}
.sub2-table02 table tr td {
	height:27px;
	background-color:#FFF;
	padding:2px 5px; 
	border:0px;
	border-bottom:solid #e7e7e7 1px;
	border-right:solid #e7e7e7 1px;
	font-size:70%;
}
.sub2-table02 table tr td.alt {
	background-color:#F7F7F7;
}
.sub2-table02 table tr td a:link, .sub-table02 table tr td a:visited{
	color: #0575B3;
}
.sub2-table02 table tr td a:hover {
	color:#FF9900;
	text-decoration:none;
}
.table04 thead tr th{
	font-size:110%;
	font-weight:bold;
	background:#A4D6ED url(../imgs/table04-th1-bg.gif) repeat-x top left;
	padding:2px 5px 2px 5px;
	border:0;
	border-left:solid #F2F2F2 1px;
	vertical-align:middle;
	color:#000;
}
.table04 thead tr th.sub1 {
	border-left:solid #61B9E0 1px;
	border-right:solid #61B9E0 1px;
}
.table04 thead tr th.sub2 {
	font-size:100%;
	background:#C0E9FE url(../imgs/table04-th2-bg.gif) repeat-x top left;
	color:#333;
}
.table04 thead tr th.turno {
	font-size:100%;
	border-top:solid #e7e7e7 1px;
	background:#fff top left;
	color:#005290;
}

.table04 thead tr th.left {
	background:url(../imgs/table01-imgl-titles.gif) no-repeat top right;
}
.table04 thead tr th.right {
	background:url(../imgs/table01-imgr-titles.gif) no-repeat top left;
}
.table04 tbody tr td {
	background-color:#FFF;
/*	text-align:center;*/
	padding:1px 3px;
	color:#005290;
	border-top:solid #e7e7e7 1px;
	border-bottom:none #CCC 1px;
	border-right:none #CCC 1px;
	border-left:solid #999 1px;
}
.table04 tbody tr td.alt {
	background-color:#F7F7F7;
	color:#003A66;
}
.total-row {
	border-top:solid #ccc 1px;
	background-color:#e7e7e7!important;
	font-weight:bold;
}
/* estilos de volver arriba */
a.top, a.top:visited{
	vertical-align:middle;
  	font-size: 100%;
	font-weight: bold;
}
a.top:hover{
	color:#FF9900;
	text-decoration: none;
}
a.top img{
	vertical-align:middle;
	margin-right:5px;
}
/*estilo del layer flotante*/
.layernombre {
	height:13px;
	_height:22px;
	width:50%;
	z-index:3; 
	position:relative; 
	top:-20px; 
	left:-20px;
	background:url(../imgs/input-bg.gif) top left repeat-x;
	border: solid #ccc 1px;
	border-bottom-width:3px;
	padding:3px 5px;
	font-size:100%;
	font-weight:bold;
	visibility: visible;
}
.layernombre-hover {
	color:#000;
	background-img:none;
	background-color:#FFFFFF;
	border: solid #000 1px;
	border-bottom-width:3px;
}
.layernombre a:link, .layernombre a:visited {
	padding:3px 3px;
	color:#FF9900;
} 
.layernombre a:hover{
	color:#024CC6;
}
.layernombre a img, .layernombre img  {
	border:0;
	margin-right:5px;
	vertical-align:middle;

}
/*** logout styles **/

.logout-bodybg {
	background: #CED6DD url(../imgs/body-grad.gif) repeat-x top left;
	margin:20px;
	padding:0;
}
a.logout, a.logout:visited{
	font-weight: bold;
}
a.logout:hover{
	color:#FF9900;
	text-decoration: none;
}

.fecha_ex{
	font-size:80%;
	color:#ccc;
}
