@charset "UTF-8";
/*
	Establecer el ancho para la pagina en la division
	#outer-wrapper
*/
*{	font-size: 12pt; }

html{overflow-y:auto}
html,body{
		margin: 0;
		padding: 0;
		text-align:center;
		font: 100% "Arial","Helvetica","Trebuchet MS", sans-serif; 
		color: #363636;

}
body{ 
	position: relative;
	}

#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}
#content-wrapper ol li, #content-wrapper ul li
{
	line-height: 1.5em;
}
h1,h2,h3{ margin: 2px 0; padding:0; }
h1
{
	font-size: 16pt;
	font-family: "Helvetica","Arial";
	color: #333;
	font-weight: lighter;
	letter-spacing: -.08em;
}
h2
{
	font-size: 10pt;
	color: #222;
	text-shadow: 0px 1px 2px #ddd;
	font-family: "Helvetica","Arial";
}
h3
{
	color: #222;
}

a,a:hover,a:visited
{
	text-decoration: none;
}
a,a:visited{ color: #00aeff; }
a:hover{ color: #4dc7ff; text-decoration: underline ;-webkit-transition: color .25s ease-out; }
p
{
	font-size: 12pt;
	color: #575757;
	text-align:justify;
} 
input[ type="submit" ],input[ type="reset" ],input[ type="button" ], button
{
		font-size: 8pt;
		padding: 2px 15px;
		font-family: "Arial";
		min-width: 50px;
		border-top: 1px solid #8b8b8b;
		border-bottom: 1px solid #282828;
		border-left: 1px solid #5f5f5f;
		border-right: 1px solid #064abb;
		background: #656565;
		color: #d8d8d8;
		box-shadow: 0px 1px 2px #ccc;
}

input[ type="submit" ]:hover,input[ type="reset" ]:hover,input[ type="button" ]:hover, button:hover
{
		background: #1454b8;
		border-top: 1px solid #1a6dee;
		border-bottom: 1px solid #002a50;
		border-left: 1px solid #064abb;
		border-right: 1px solid #064abb;
		color: #d8e0e7;
		
		box-shadow: 0px 0px 4px #05f;
		
		
		-webkit-transition: box-shadow .2s ease-out;
		-moz-transition: box-shadow .2s ease-out;
		-o-transition: box-shadow .2s ease-out;
		-webkit-transition: background-color .2s ease-out;
		-moz-transition: background-color .2s ease-out;
		-o-transition: background-color .2s ease-out;
}

input[ type="text" ],input[ type="password" ]
{
		border: 1px solid #60799b;
		background: #f7f7f7;
		height: 18px;
		width: 130px;
		color: #4b4b4b;
		padding: 0 3px;
}

input[ type="text" ]:hover,input[ type="password" ]:hover
{
		border: 1px solid #c8c8c8;
		background: #fff;
		color: #4b4b4b;
}

input[ disabled="disabled" ] 
{
	background: none;
	border: none;
}
input[ disabled="disabled" ]:hover 
{
	background: none;
	border: none;
}

select,textarea
{
	width:220px;
}

textarea
{
	padding:0;
	border: 1px solid #c8c8c8;
}

a img
{border:0;}
table tr td { padding: 2px 10px 2px 5px; }

#outer-wrapper
{
	width: 1024px;
	min-height: 700px;
	margin: 0px auto 0 auto;
	position:relative;
	background: url("../img/bodyBg.png") repeat-y;
	
}
#inner-wrapper
{
	width: inherit;
	min-height: 700px;
	margin: 0px auto;
	border-bottom: 1px solid white;
	text-align: left;
	box-shadow:0px 1px 4px #bbb;
	overflow: hidden;
}
#header-wrapper
{
	width: 100%;
	padding-top:40px;
}
#header-inner-wrapper
{
	width: 856px;
	height: 118px;
	background: url("../img/logo.png") no-repeat;
	margin: 0 auto;

}
#topMenu-wrapper
{
	width: 600px;
	float:right;
	background: white;
	text-align: right;
}

.topMenu-Nav
{
	padding: 10px 0 0 0;
	margin: 0px;
}
.topMenu-Nav li
{
	display: inline;
	margin-right: 22px;
}
.topMenu-Nav a
{
	font-size: 16px;
	color: #777;
}
.topMenu-Nav a:hover
{
	color: #222;
	text-decoration:none;
	border-bottom: 3px solid #ccc;
	padding-bottom: 1px;
}
.grayVignette
{
	background: url("../img/grayVignette.png") no-repeat;
	padding-left: 12px;
	background-position: 0px 4px;
	font-weight: bold;
}


#reloj-wrapper
{
	float:right;
	width: 240px;
	height: 40px;
	margin: 8px 15px 0  0;
	padding: 11px 10px 0 0 ; 
	background: url("../img/reloj_deco.png") no-repeat right center;
}
#reloj
{
	color: #104a90;
	font-size: 10pt;
}
#fecha
{
	color: #7b7b7b;
	font-size: 8pt;
	position: relative;
	bottom: 3px;
}
#main-wrapper
{
	width: 860px;
	padding: 0 0px;
	overflow-y: auto;
	margin: 50px auto 0 auto;
}

#content-wrapper
{
	text-align: left;
	min-height: 600px;
}
#footer-wrapper
{	
	width: 100%;
	height: 50px;
	text-align: left;
	margin: 0px  auto ;
	
}
#footer
{
	width: 860px;
	margin: 0 auto;
}
.graySep
{
	width: 860px;
	background: #d6d6d6;
	height: 3px;
	clear:both;
	margin: 0px auto 1px auto;
}

.footer-span
{
	font-size: 11pt;
	color: #575757;	
}
.footer-url
{
	font-size: 11pt;
	color: #444;
}
.footer-url:hover
{
	color: #000;
	text-decoration: none;
}
/* ACCESO */

#login-wrapper
{
	min-width: 300px;
	width: 300px;
	margin: 100px auto 0 auto;
}
/* INICIO  */


/* SECCION */

/* SECCION */

/* SECCION */

/* SECCION */


/* Estilo tabla resultado */
.tabla-resultado
{
	color: #333;
	border-spacing: 0px;
	border: 1px solid #eee;	
}
.tabla-resultado tr td:hover
{
	background: #e5e5e5;
}
.tabla-resultado tr td:first-child
{
	padding-left: 4px;
}
.tabla-resultado-titulo
{
	color: #444;
	font-weight: bold;
	text-transform: capitalize;
}

.border_bottom_blue{ border-bottom: 1px solid #05f; }

.tabla-resultado-campo
{
	border: 1px solid blue;
}

/* Barra de Status */
#status
{
	width: 30%;
	margin: 0px  auto ;
	padding-top: 15px;
	min-height: 50px;
	margin-top: 15px;
	box-shadow:0px 3px 4px #aaa;
	border-radius: 4px;
	text-align: left;
	padding-left: 60px;
	position: absolute;
	top: 200px;
	left: 35%;
}

#status-close
{
	width: 14px;
	height: 14px;	
	position: absolute;
	top:4px;
	right:4px;
}
.stat_y
{
	background: #FFF7B7 url("../img/alert.png") no-repeat  ;
	background-position: 20px 50%;
	border: 1px solid #FCAB03;
}
.stat_g
{
	background: #D1FFA4 url("../img/ok.png") no-repeat  ;
	background-position: 20px 50%;;
	border: 1px solid #609F20;
}
.stat_r
{
	background: #FFB7B7 url("../img/warn.png") no-repeat  ;
	background-position: 20px 50%;
	border: 1px solid #f00;
	color: #333;
}



/************************/
/*	ESTILOS DE CLASES 	*/
/************************/

/*	ENCABEZADO*/

.user
{
	color: #555555;
	font-size: 1em;
	margin-right: 10px;
}

.divSep
{
	width: 989px;
	height: 2px;
	margin: 3px auto;
	clear: both;
	background: url('../img/sepDiv.png');
}
.sepGray
{
	height:1px;
	background: gray;
	clear:both;
	margin: 2px auto;
}
.sepClearGray
{
	height:1px;
	background: #ccc;
	border-bottom: 1px solid white;
	clear:both;
	margin: 8px auto;
}
.sepTopMenu
{
	height: 2px;
	background: url("../img/topMenuBg.png") repeat-x ;
	margin: 1px 0;
	width:100%;
	clear:both;
}
.main-menu-header
{
	color: #c5c5c5;
	margin: 0;
	font-weight: normal;
}
.main-menu-list
{
	margin: 0;
	padding: 0;
	z-index: 999;
}

.main-menu-list li
{
	display: inline;
	float: left;
	margin-right: 30px;
	background: url("../img/topMenuLiBg.png") no-repeat ;
	background-position: 0 5px;
	padding-left: 8px;
	
}
.main-menu-list li a
{
	color: #5f5f5f;
	text-shadow: 0px 1px 1px white;
}
.main-menu-list li a:hover
{
	color: #0096ff;
	-webkit-transition: color .25s ease-out;
}

/* submenu */
.main-menu-list-submenu
{
	margin: 0;
	padding: 0;
}
.main-menu-list-submenu li
{
	display: block;
	float: none;
	margin-right: 10px;
	background: url("../img/topMenuLi2Bg.png") no-repeat ;
	background-position: 0 6px;
	padding-left: 6px;
}
.clear
{
	width : 100%;
	height:1px;
	clear:both;
}
.spacer
{
	clear:both;
	width: 100%;
}
.right{	float: right;}
.left{	float: left;}
.center{ margin: 0 auto; }
.align_right {	text-align: right; }
.align_center{	text-align: center;}
.align_left  {	text-align: left;  }
.justify{	text-align:justify;}
.color_1{	color: black;}
.color_2{	color: black;}
.color_3{	color: black;}
.border_right_color{ border-right: #ccc; }
.border_left_color{ border-left: #ccc; }
.border_top_color{ border-top: #ccc; }
.border_bottom_color{ border-bottom: #ccc; }

.italic{	font-style: italic; }
.bold{ font-weight: bold	}
.normal{	font-style: normal; }
.clear-text{ color: #979797; }
.dark-text{ color: #363636; }


.hidden{	display:none;}
.show{	display:block;}
.shadow{box-shadow: 0px 1px 2px #ccc;}
.text_shadow{ text-shadow: 0px 1px 1px #ccc; }

.w100{ width:100% !important;}

.bluePanel
{
	padding: 26px 12px 8px 12px;
	background: url("../img/bluePanelDeco.png") top repeat-x white;
	margin: 15px;
	box-shadow: 0px 1px 5px #ddd;
}
.border_left_blue
{
	border:1px solid #ccc;
	border-left: 4px solid #0096ff;	
}
.select_color
{
	border:0;
	padding-left: 3px;
	border-left: 4px solid #0096ff;
	box-shadow: 0  2px 4px #ccc;
	overflow: hidden;
	height:53px;
	margin-bottom: 5px;
}

.hovering
{
	padding: 8px;
	background: white;
	box-shadow: 0px 2px 4px #ddd;
	color: #979797;
	border-top: 1px solid #f6f6f6;
	margin: 10px;
}
.iconEdit
{
	background: url("../img/iconEdit.png") left no-repeat;
	background-position: 6px center;
	padding-left: 24px;	
}
.iconEdit:hover
{
	background: url("../img/iconEdit.png") left no-repeat white;
	background-position: 6px center;
	padding-left: 24px;	
}

.iconDelete
{
	background: url("../img/iconDelete.png") left no-repeat;
	background-position: 6px center;
	padding-left: 24px;	
}
.iconDelete:hover
{
	background: url("../img/iconDelete.png") left no-repeat white;
	background-position: 6px center;
	padding-left: 24px;	
}

.iconOk
{
	background: url("../img/iconOk.png") left no-repeat;
	background-position: 6px center;
	padding-left: 24px;	
}
.iconOk:hover
{
	background: url("../img/iconOk.png") left no-repeat;
	background-position: 6px center;
	padding-left: 24px;	
}

.iconSave
{
	background: url("../img/iconSave.png") left no-repeat !important;
	background-position: 6px center !important;
	padding-left: 26px !important;	
}
.iconSave:hover
{
	background: url("../img/iconSave.png") left no-repeat white !important ;
	background-position: 6px center !important;
	padding-left: 26px !important ;	
}
.iconAdd
{
	background: url("../img/iconAdd.png") left no-repeat !important;
	background-position: 6px center !important;
	padding-left: 26px !important;	
}
.iconAdd:hover
{
	background: url("../img/iconAdd.png") left no-repeat white !important ;
	background-position: 6px center !important;
	padding-left: 26px !important ;	
}
