﻿/* Master */

html
{
	width:100%;
	height:100%;
	background-color:#F9F9F9;
}

body
{
	margin:0px auto;
	padding:0px;
	width:100%;
	font-family:Verdana;
	font-size:8pt;
	color:#666;
	min-width:780px;
	min-height:450px;
}

#encabezado
{
	width:100%;
	margin:0px auto;
	height:66px;
	background:#EFEFEF url(/Imagenes/EncabezadoFondo.jpg) repeat-x;
}

#cuerpo
{
	width:100%;
	margin:10px auto;
}

#cuerpo .centro
{
}

#cuerpo .centro .login
{
	margin:25px auto; 
	width:335px; 
	height:195px; 
	padding:60px 80px; 
	background:transparent url(/Imagenes/FondoLogin.png) no-repeat center;
}

.contenido
{
	margin:0px auto;
	border:solid 1px #DDDDDD;
	background:#FFF;
}

.contenidoSinMenu
{
	width:98%;
	margin:0px auto;
	border:solid 1px #DDDDDD;
	background:#FFF;
}

.titulo
{
	margin:0px auto;
	border-bottom:solid 1px #DFE8FB;
	height:40px;
	background:#EFEFEF url(/Imagenes/TituloFondo.jpg) repeat-x;
}

.datos
{
	margin:0px auto;
	padding:0px 5px 5px;
}



#pie
{
	margin:0px auto;
	padding:5px;
	color:#BBB;
	text-align:center;
	font-size:11px;
}

.menuDefault ul
{
	list-style:none;
}

.menuDefault ul li
{
	line-height:25px;
}

.menuDefault ul li a
{
	color:#0076E1;
	text-decoration:none;
}

.menuDefault ul li a:visited
{
	color:#0076E1;
	text-decoration:none;
}

/* Pantalla de Acceso denegado y Error */

#AccesoDenegado
{
	width:430px;
	height:250px;
	background:url('/Imagenes/accesoDenegado.png') no-repeat center;
	padding:25px 0px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	cursor:pointer;
}

#error
{
	width:430px;
	height:250px;
	background:url('/Imagenes/error.png') no-repeat center;
	padding:25px 0px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	cursor:pointer;
}

/* Contenido */

h1
{
	font-size:18px;
	padding:10px 10px 5px;
	margin:0px;
	font-weight:normal;
}

h2
{
	margin:0px;
	padding-left:10px;
	font-size:9px;
	font-weight:normal;
}

.formulario
{
	border-collapse:collapse;
	width:100%;
}

.formulario tr
{
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}

.formulario tr .requerido
{
	padding-top:10px; 
	text-align:center; 
	width:15px; 
	background-color:#F0F0F0; 
	color:Red;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}

.formulario tr .etiquetas
{
	padding-left:5px;
	padding-top:8px;
	width:200px;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}

.formulario tr .controles
{
	padding-left:5px;
	background-color:#EFEFEF;
	height:25px;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}

/* Controles */

.textBox, .dropDownList, .TextBoxTexto, .TextBoxCodigo, .TextBoxNumero, .TextBoxTextoChico, .listBox
{
	border: solid 1px #CCC;
	color:#666;
}

.textBox
{
	min-width:150px;
}

.dropDownList
{
	min-width: 150px;
	max-width: 250px;
	height:20px;
}

.contenedorFormulario
{
	padding: 10px;
	min-height: 250px;
}

.textBoxTexto
{
	width: 400px;
}

.textBoxCodigo
{
	width: 70px;
}

.textBoxNumero
{
	width: 100px;
	text-align: right;
}

.textBoxTextoChico
{
	width: 150px;
}

.textBoxFecha
{
	width: 120px;
	text-align: center;
}

.chekBox tr
{
	border:0;
}

.listBox
{
	min-width:300px;
}

.RowStyle td
{
	padding: 2px 3px;
}

a:hover
{
	text-decoration: underline;
}

/* Update Progress */

.updateProgress
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	visibility: hidden;
	opacity: 0.5;
	background-color: #FFF;
}

.updateProgressImagen
{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background: transparent url(/Imagenes/loading.gif) no-repeat center center;
	z-index: 50;
	visibility: hidden;
}

/* GridView */

.gridView
{
	width: 100%;
	border-top: solid #CCC 1px;
	border-bottom: solid #CCC 1px;
	border-left: solid #EEE 1px;
	border-right: solid #EEE 1px;
}

.headerStyle
{
	background: #EFEFEF;
	height: 28px;
}

.headerStyle a
{
	color: #999;
	text-decoration: none;
	padding: 0px 10px;
}

.footerStyle
{
	background-color: #EEE;
	height: 25px;
}

.rowStyle
{
	background-color: #FFF;
	height: 26px;
}

.rowStyle:hover
{
	background-color: #FAFAFA;
	height: 26px;
}

.alternatingRowStyle
{
	background-color: #FFF;
	height: 26px;
}

.alternatingRowStyle:hover
{
	background-color: #FAFAFA;
	height: 26px;
}

.selectedRowStyle
{
	background-color: #E8FFE8;
	height: 26px;
}

.selectedRowStyle:hover
{
	background-color: #E1FFE1;
	height: 26px;
}


.pagerStyle
{
	display: table-row;
	height: 26px;
	width: 100%;
	font-size: 12px;
	background-color:#F6F6F6;
}

.pagerStyle a
{
	color: #333;
	text-decoration: none;
	padding: 1px 4px;
	background-color: #FFFFFF;
	text-align: center;
	border: solid 1px #CCC;
}

.pagerStyle a:hover
{
	background-color: #DDD;
}

.pagerStyle span
{
	color: #333;
	text-decoration: none;
	padding: 1px 4px;
	background-color: #EFEFEF;
	text-align: center;
	font-weight: normal;
	border: solid 1px #666;
}

.columnaBoton
{
	width: 30px;
	text-align: center;
}

.columnaBotonGrande
{
	width: 60px;
	text-align: center;
}

.columnaNumero
{
	text-align: right;
	padding: 0px 10px;
}

.columnaTexto, .columnaLink
{
	text-align: left;
	padding: 0px 10px;
}

.columnaLink a
{
	color:#0076E1;
	text-decoration:none;
	display:block;
}

.columnaLink a:visited
{
	color:#0076E1;
	text-decoration:none;
	display:block;
}

.columnaCentro
{
	text-align: center;
	padding: 0px 10px;
}

/* Popups */

.popUpMensaje
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	background-color: Blue;
	display: none;
}

/* Menu */

.ImagenCalendario
{
	padding: 0px;
	margin: 0px;
	margin-bottom: -7px;
}

.EmptyDataRowStyle
{
	border: solid 1px #CCC;
	height: 25px;
	text-align: center;
	padding: 10px;
}

.HeaderContent
{
}

.Content
{
	width: 400px;
	border: 1px;
	border-color: #1052a0;
	border-style: double;
}

/* Archivos */

.listaArchivos
{
	margin:5px 5px 0px 0px;
	list-style:none;
	padding:0px;
	height:40px;
}

.listaArchivos li
{
	float:left;
	margin-right:5px;
}