﻿body
{
	margin:0px;
}

body,table
{
	font-family:Arial;
	font-size:12px;
	background:white;
	color:rgb(44,57,136);
}

tbl.tblLogin
{
	width:225px;
}

tbl.tblTitulo
{
	width:790px;
	margin-left:10px;
	margin-top:10px;
	border:1px solid red;
}

td.MenuCell
{
	width:200px;
	vertical-align:top;
	padding-top:17px;
	border-right:2px solid rgb(233,233,245);
}

td.TitleCell
{
	background-image:url(../images/title_patt.png);
	background-repeat:repeat-x;
	width:740px;
	padding-left:10px;
	padding-bottom:4px;
}

a.AnchorTitulo
{
	font-size:16px;
	font-weight:bold;
	color:rgb(44,57,136);
	text-decoration:none;
}

a.item
{
    vertical-align:middle;
	color:rgb(44,57,136);
	font-size:14px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	cursor:pointer;
	display:list-item;
	list-style-type:none;
}

a.item table
{
	color:rgb(44,57,136);
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

a.item_selected
{
    vertical-align:middle;
	background-color:rgb(233,233,245);
	color:rgb(44,57,136);
	font-size:14px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	cursor:pointer;
	display:list-item;
	list-style-type:none;
}

a.item_selected table
{
	background-color:rgb(233,233,245);
	color:rgb(44,57,136);
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
}

a.item1
{
    height:25px;
    line-height:25px;
	color:rgb(44,57,136);
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
	display:list-item;
	list-style-type:none;
}

a.item1_selected
{
    height:25px;
    line-height:25px;
	background-color:rgb(233,233,245);
	color:rgb(44,57,136);
	font-size:12px;
	text-decoration:none;
	cursor:pointer;
	display:list-item;
	list-style-type:none;
}

span.TituloGrupo
{
	font-size:16px;
	font-weight:bold;
	color:rgb(100,100,100);
}

hr.hrSeparator
{
	border-top:1px solid rgb(233,233,245);
	width:750px;
	text-align:left;
}

div.DivSeparator
{
	background-color:rgb(189,189,225);
	width:198px;
	height:1px;
	font-size:1px;
}

div.DivMinimized
{
	height:0px;
	overflow:hidden;
}

div.DivMaximized
{
	overflow:auto;
}

#DivContentHome
{
	border:2px solid rgb(233,233,245);
	padding:10px;
}

#textCentral
{
	font-size:16px;
	font-weight:bold;
}

.LabelTitulo
{
	font-size:16px;
	font-weight:bold;
	color:rgb(44,57,136);
}

.LabelTituloBuscador
{
	color:rgb(44,57,136);
	font-weight:bold;
}

.LabelTop
{
	color:rgb(44,57,136);
	font-weight:bold;
	font-size:11px;
}

.TextBoxTop
{
	border:0px;
	width:110px;
	font-size:11px;
	color:rgb(44,57,136);
}

.ButtonTop
{
	border-style:none;
	background-color:White;
	color:rgb(44,57,136);
	width:50px;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
}

.ddLists
{
	background:white;
	position:absolute;
	left:0px;
	top:0px;
	z-index:200;
	display:none;
}

.ddLists_overflow
{
	background:white;
	border:1px solid rgb(112,136,184);
	position:absolute;
	left:0px;
	top:0px;
	z-index:200;
	display:none;
	overflow:auto;
}

.ddLists_v
{
	background:white;
	position:absolute;
	left:0px;
	top:0px;
	z-index:200;
	display:inline;
}

.DataListAdministracion
{
    width:100%;
	border:1px solid rgb(112,136,184);
	background-color:white;
}

.DataListAdministracion_NoBorder
{
    width:100%;
	background-color:white;
}

.LinkButton_DataList
{
	width:100%;
	text-decoration:none;
	color:rgb(44,57,136);
	background-color:white;
	display:list-item;
	list-style-type:none;
}

.LinkButton_DataList:hover
{
	width:100%;
	text-decoration:none;
	background:rgb(112,136,184);
	color:white;
	display:list-item;
	list-style-type:none;
}

.TextBox_NoRightBorder
{
	border-width:1px 0px 1px 1px;
	border-style:solid;
	border-color:rgb(55,66,136);
	background:white;
	color:rgb(44,57,136);
}

.TextBoxAdministracion
{
	border:1px solid rgb(112,136,184);
	background:white;
	color:rgb(55,66,136);
}

.TextBoxBuscador
{
	border:1px solid rgb(55,66,136);
	background:white;
	color:rgb(55,66,136);
}

.StandardDataGrid
{
	border:1px solid rgb(112,136,184);
}

.StandardDataGridHeader
{	
	background-color:rgb(235,233,227);
	font-weight:bold;
}

.StandardDataGridItem
{
	background-color:white;
}

.StandardDataGridAlternatingItem
{
	background-color:rgb(235,233,227);
}

.LabelAreaPrivada
{
	font-size:12px;
	font-weight:bold;
	color:rgb(44,57,136);
}

.GridItemStyle
{
	font-size:10px;
	color:rgb(44,57,136);
}

.GridAlternatingItemStyle
{
	font-size:10px;
	color:rgb(44,57,136);
	background-color:rgb(233,233,245);
}

.PanelTop
{
	background-color:rgb(233,233,245);
}

.PanelTop table
{
	background-color:rgb(233,233,245);
}

.StandardButton
{
	border:1px solid rgb(44,57,136);
	font-size:12px;
	font-weight:bold;
	color:rgb(44,57,136);
}

.StandardButton:hover
{
	background-color:rgb(233,233,245);
	border:1px solid rgb(44,57,136);
	font-size:12px;
	font-weight:bold;
	color:rgb(44,57,136);
}

.tblPlantilla1
{	
	width:600px;
	height:420px;
	
}

.tbFormular
{
	border: solid 1px rgb(55,66,136);
	color:rgb(55,66,136);
}