﻿input[type=”text”]
{
	width: 95%;
}
/************ FIELDSETS  */
.legend
{
	text-align: left;
	margin-left: 15px;
	padding: 0px 3px;
}

/************ CONTENEDORES DIV  */

.cont
{
	overflow: auto;
	word-wrap: break-word;
}
/************ CAMPOS DE TEXTO  */

.text
{
	width: 100px;
}
/************ CONTENEDOR PRINCIPAL  */

.MvcMainDiv
{
	text-align: center;
}
/************ MENSAJE DE ADVERTENCIA  */

.AdverMessage
{
	color: #AA0000;
}
/************ SUBTITULO DE TABLA  */

.SubEncabezadosGrid
{
	background-color: #f1efe2;
	color: #4A4AA3;
	border-collapse: separate;
}
/************ CELDA CON INPUT  */

.TextboxTableHonorarios
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f5f5f5;
	border-left-color: #ccffff;
	border-bottom-color: #ccffff;
	border-top-color: #ccffff;
	border-right-color: #ccffff;
	text-align: left;
}
/************ CELDA CON LABEL  */

.LabelTableHonorarios
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #f1efe2;
	text-indent: 5px;
	border-left-color: #d3d3d3;
	border-bottom-color: #d3d3d3;
	border-top-color: #d3d3d3;
	border-right-color: #d3d3d3;
	width: 25%;
}
/************ Dropdowns  */

select
{
	width: 100%;
}
/************ POPUPS  */

#dimPop
{
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: url('../Imagenes/dim.png');
	display: none;
	text-align: left;
}

.dimPop
{
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: url('../Imagenes/dim.png');
	display: none;
	text-align: left;
}

#dimPopSave
{
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: url('../Imagenes/dim.png');
	display: none;
	text-align: left;
}

#dimPopEli
{
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: url('../Imagenes/dim.png');
	display: none;
	text-align: left;
}

#dimPopConfirmar
{
	position: fixed;
	_position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: url('../Imagenes/dim.png');
	display: none;
	text-align: left;
}
.msgbox
{
	position: absolute;
	_position: absolute;
	z-index: 200;
	background: #FFF;
}
/************ CONTENIDO FUERA DE LA FORMA  */

.ContenidoMVC
{
    width: 800px;
	position: absolute;
}

.ContenidoMVCDuo
{
	margin-left: auto;
	margin-right: auto;
}
/************ CELDAS DIV  */

.Cell
{
	float: left;
	position: relative;
	line-height: 20px;
	padding: 1px 0px;
}

/************ HR y lineas horizontales  */

.hr
{
	color: #dcdcdc;
	background-color: #dcdcdc;
}

/*li.menu
{
	height: 22px;
	width: 150px;
	overflow: hidden;
	text-decoration: none;
	border-bottom: 1px none #222;
	margin-bottom: 5px;
	text-align: left;
}*/
li.menu
{
	border-radius: 1px;
	border-radius: 0px\0/IE8+9;
	box-shadow: 0px 0px 1px 1px #242424;
	height: 20px;
	/*width: 150px;*/
	width: 145px;
	overflow: hidden;
	text-decoration: none;
	border-bottom: 1px none #222;
	margin-bottom: 5px;
	text-align: left;
	background-color: #f7f6f3;
	margin-top:0px;
}

li.submenu
{
	height: 18px;
	/*width: 145px;*/
	/*width: 140px;*/
	overflow: hidden;
	text-decoration: none;
	text-align: left;
	margin-bottom: 0px;
}

a.crumb
{
	text-decoration: none;
	font-weight: bold;
	color: #507CD1;
}

a.crumb:hover
{
	text-decoration: underline;
	font-weight: bold;
	color: #507CD1;
}

/* tablesorter */
table.tablesorter thead tr .header
{
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp
{
	background-image: url('../Imagenes/Ascendente.png');
}
table.tablesorter thead tr .headerSortDown
{
	background-image: url('../Imagenes/Descendente.png');
}


