/* Estilo General*/
body {
	font-family:lucida grande,arial,helvetica,sans-serif;
	font-size:11px;
}
/* Para Metener el Alto con Floats*/
div.clear {
  clear: both;
}

.botright {display:block; position:absolute; bottom:0; right:0; width:173px; height:43px;}

/* Formularios*/
input[type=text],input[type=password],input[type=file], textarea, select {
background:#FFFFFF url(../images/text-bg.gif) repeat-x scroll 0 0;
border:1px solid #B5B8C8;
padding:1px 3px;
font-family:lucida grande,arial,helvetica,sans-serif;
font-size:12px;
}


  .ClaseLabelASPX {
	display:block !important;
	font-weight:bold !important;
	text-align:left !important;
	width:220px !important;
	float:left !important;
	clear:both !important;
 }


#caja-forms label {
	display:block;
	font-weight:bold;
	text-align:left;
	width:220px;
	float:left;
	clear:both;
}
.caja-forms-h label {
	display:block;
	font-weight:bold;
	text-align:left;
	float:left;
	clear:both;
	width:auto !important;
	margin: 5px 5px 0 0;
}

.caja-forms-hl label {
	display:block;
	font-weight:bold;
	text-align:left;
	float:left;
	clear:both;
	width:auto !important;
	margin: 0 5px 0 0;
	padding-bottom: 12px;
}

.campo{
margin-bottom:15px;
margin-left:220px;
}
.campo label{
	float:none !important;
	display:inline !important;
	font-weight:normal !important;
	font-size: 13px;
	line-height: 25px;
}
/* Hack Para que se vea bien en firefox */
@-moz-document url-prefix() {
.campo { min-height:20px;}
}
.pie_forms{
height:15px;
padding:5px 0px 12px 15px;
border: 1px solid #99bbe8;
}
fieldset {
	border: 1px dashed #666;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	margin:5px 0 5px 0;
}
legend {
	color: #00486b;
	font-weight:bold;
	font-size:14px;
	padding:0 5px 0 5px;
}
/* Head Web*/
#headweb {
	background-image:url(../images/cabecera.jpg);
	background-repeat:  no-repeat;
	height: 80px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3a74b4;
}
/* Menu Superior de las Tabla*/
#topmenu {
	background-image:url('../images/grid/top.gif');
	background-repeat:  repeat-x;
	height: 25px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-top-color: #99bbe8;
	border-right-color: #99bbe8;
	border-left-color: #99bbe8;
}
#titulo-tabla {
	font-weight: bold;
	color: #003399;
	font-size: 13px;
	margin:6px;
	height:10px;
	float:left;
}
#accion-botones {
	float:right;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 6px;
	text-align: right;
	height:20px;
}
/* Contenedor Datos */
#caja-forms {
	padding: 15px;
	font-size:12px;
}
/* Estilo General Tabla */
table.grid
{
	width:100%;
	border:solid 1px #99bbe8;
}
/* Estilo Primera Fila */
.grid th
{
	height: 23px;
	border-right: 1px solid #d0d0d0;
	border-bottom: 2px solid #d0d0d0;
	font-weight: bold;
	color: #3366cc;
	background-image: url('../images/grid/header.gif');
	padding-right: 6px;
	text-align: center;
	background-repeat: repeat-x;
}
.grid th:first-child {
border-left: 1px solid #99bbe8;
}
.grid th a
{
    text-align: center;
    display: block;
	text-decoration: none;
	background: url('../images/grid/ud.png') no-repeat right 50%;
}  
/* Estilo Columnas */
.grid td
{
	height:18px;
	color:#000;
	padding:2px 8px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#ededed;
}
/* Fila Over */
.grid .row-over 
{ 
	background-image:url('../images/grid/row_over.gif')
}
/* Fila Seleccionada */
.grid .row-select 
{
	background:#dfe8f6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a3bae9;
}
/* Fila Normal */
.grid .row
{
	background-color:#fafafa;
}
/* Fila Alterna */
.grid .alt-row
{ 
	background-color: White;
}
/* Primera fila */
.grid .header
{ 
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:2px;
    font-weight:bold;
    text-align:center;   
}
/* Primera Fila Acendente */
.grid .sortascheaderstyle{
	background-image: url('../images/grid/header_over.gif');
	background-repeat:  repeat-x;
}
.grid .sortascheaderstyle a{
    background: url('../images/grid/up.png') no-repeat right 50%;
}
/* Primera Fila Descendente */
.grid .sortdescheaderstyle{
	background-image: url('../images/grid/header_over.gif');
	background-repeat:  repeat-x;
}   
.grid .sortdescheaderstyle a {
    background: url('../images/grid/down.png') no-repeat right 50%;
} 
/* Pie Tabla y Paginacion */
.pagerstyle{
    color:#444444;
    font-size:x-small;
    text-align:right;
    border-bottom-color:#dfe8f6;	
    border-right-color:#dfe8f6;	
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #a3bae9;
	background-image:url('../images/grid/pagerestyle.gif')

} 
.pagerstyle td{
	border-width: 0px;
}

.pagerstyle select{
    font-size:x-small;
}  
.previous{
    background:transparent url('../images/grid/previous.gif') no-repeat scroll center;
    height:1.3em;
    width:16px;
}
.next{
    background:transparent url('../images/grid/next.gif') no-repeat scroll center;
    height:1.3em;
    width:16px;
}  
.gotopage{
    font-size:x-small;
    width:20px;
}
/* Espaciador */
.espacio{
height:10px;
}
/* Enlaces Generales */
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}
/* Botones Top */
div.btop{
	float:left;
}
div.btop a {
	border-left: 0px solid #999;
	border-right: 0px solid #999;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	display:block;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	letter-spacing:0px;
	margin: 1px 10px 1px 1px;
	background-image: url('../images/bgbutton.gif');
	background-repeat: repeat-x;
	background-position: left center;
	font-weight: bold;
}

div.btop a span {
	display:block;
	margin: 3 -1px 3 -1px;
	padding: 3px 8px 3px 25px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #999;
}
div.btop a:hover {
	color:#003399;
	border-color: #006699;
}

div.btop a:hover span {
	border-color: #006699;

}
/* Botones General */
div.button{
	float:left;
}
div.button a {
	display:block;
	position:relative;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	letter-spacing:0px;
	background-image: url('../images/bgbutton.gif');
	background-repeat: repeat-x;
	background-position: left center;
	margin: 4px 10px 4px 1px;
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #ccc;
}

div.button a span {

	display:block;
	position:relative;
	margin: 3 -1px 3 -1px;
	padding: 3px 8px 3px 25px;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #ccc;
}
div.button a:hover {
	color:#333;
	border-color: #003c74;
}

div.button a:hover span {
	border-color: #003c74;
}
/* Tipos de Botones */
.excel {
	background-image:url(../images/icons/page_white_excel.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.nuevo {
	background-image:url(../images/icons/page_white_add.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.insertar {
	background-image:url(../images/icons/page_white_go.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.cancelar {
	background-image:url(../images/icons/page_white_delete.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.volver {
	background-image:url(../images/icons/arrow_left.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.modificar_usuario {
	background-image:url(../images/icons/user_go.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.nuevo_usuario {
	background-image:url(../images/icons/user_add.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.actualizar {
	background-image:url(../images/icons/arrow_refresh.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.aceptar {
	background-image:url(../images/icons/accept.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.tick {
	background-image:url(../images/icons/tick.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
.warning {
	background-image:url(../images/icons/error.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

/* Colapsable Fondo Gris (Panel Permisos) */
.bg-2-colapsable{
	background-image: url(../images/bg2-collapse.gif) !important;
	background-repeat: repeat-x;
	border:#CCC solid 1px;
	padding: 2px 5px 2px 5px;
	}
/* CAJAS INICIO OBN */
.screen-box{padding:20px; width:700px; font-size:12px}
.screen-box ul { margin:61px 0 0 35px}
.screen-box li {
	padding-left:15px;
	margin-bottom:10px;
	background-repeat: no-repeat;
}
.screen-box a:link, .screen-box a:visited, .screen-box a:active{text-decoration:none}
.screen-box a:hover{text-decoration:underline; color:#666}
.box-1{
	background-image: url(../images/box-1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 157px;
	width: 334px;
	margin-bottom:50px;
}
.box-1 li {background-image: url(../images/arrow-1.jpg)}
.box-2{
	background-image: url(../images/box-2.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 157px;
	width: 334px;
	margin-bottom:50px;
}
.box-2 li {background-image: url(../images/arrow-2.jpg)}
.box-3{
	background-image: url(../images/box-3.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 157px;
	width: 334px;
}
.box-3 li {background-image: url(../images/arrow-3.jpg)}
.box-4{
	background-image: url(../images/box-4.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 157px;
	width: 334px;
}
.box-4 li {background-image: url(../images/arrow-4.jpg)}
