﻿body
{
	background:white;
	font-family:Arial;
	font-size:12px;
	margin:0px;
	color:Gray;
}

table
{
	font-family:Arial;
	font-size:12px;
}

a.AnchorTitle
{
	text-decoration:none;
	color:white;
}

a.item
{
	color:white;
	width:200px;
	height:22px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	display:list-item;
	background-image:url(../images/menu_patt.gif);
	background-repeat:repeat-x;
}

a.item_selected
{
	color:rgb(204,220,231);
	width:200px;
	height:22px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	display:list-item;
	background-image:url(../images/menu_patt_over.gif);
	background-repeat:repeat-x;
}

a.item1
{
	color:white;
	width:200px;
	height:22px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	display:list-item;
	background-image:url(../images/menu_patt.gif);
	background-repeat:repeat-x;
}

a.item1_selected
{
	color:rgb(204,220,231);
	width:200px;
	height:22px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	display:list-item;
	background-image:url(../images/menu_patt_over.gif);
	background-repeat:repeat-x;
}

a.PagOption
{
	cursor:pointer;
	color:rgb(65,122,180);
	background:rgb(200,220,230);
	text-decoration:none;
	padding-left:4px;
	padding-right:4px;
}

a.PagOption_Sel
{
	cursor:pointer;
	color:white;
	background:rgb(65,122,180);
	text-decoration:none;
	font-weight:bold;
	padding-left:4px;
	padding-right:4px;
}

div.divContentPlantilla
{
	width:670px;
}

div.DivMaximized
{
	overflow:auto;
}

div.DivMinimized
{
	height:0px;
	overflow:hidden;
}

div.divSeparatorPlantilla
{
	margin-top:5px;
	margin-bottom:5px;
	width:750px;
	height:2px;
	background:gray;
}

div.divSeparatorPlantillaShort
{
	margin-top:5px;
	margin-bottom:5px;
	width:630px;
	height:2px;
	background:gray;
}

div.divFichaVacaciones
{
	width:638px;
	height:260px;
	overflow:auto;
}

hr.hrSeparator
{
	border-top:1px dotted black;
	width:750px;
	text-align:left;
}

table.tblMargin
{
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	background-image:url(../images/page_patt.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
}

table.tblTitulo
{
	width:804px;
}

td.ImgCell
{
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}

td.MenuCell
{
	width:200px;
	vertical-align:top;
	padding-top:10px;
	background-color:rgb(65,122,160);	
}

td.tdIdioma
{
	background-image:url(../images/banner_patt.gif);
	background-repeat:repeat-x;
	width:804px;
	height:25px;
}

td.TitleCell
{
	background-image:url(../images/title_patt.gif);
	background-repeat:repeat-x;
	font-weight:bold;
	font-size:14px;
	color:white;
	padding-left:20px;
	padding-top:5px;
	vertical-align:top;
}

td.tdFichaVacaciones
{
	background-color:rgb(224,229,234);
	color:rgb(65,122,160);
	font-size:12px;
}

td.tdFichaVacacionesTitulo
{
	background-color:rgb(224,229,234);
	color:rgb(65,122,160);
	font-size:12px;
	width:650px;
}

#RightCell
{
	width:802px;
	vertical-align:top;	
	padding-top:10px;	
}

.TextBoxAdministracion
{
	border:1px solid rgb(65,122,160);
	background:white;
}

.TextBox_NoRightBorder
{
	border-width:1px 0px 1px 1px;
	border-style:solid;
	border-color:rgb(65,122,160);
	background:white;
}

.DataListAdministracion
{
    width:100%;
	border:1px solid rgb(65,122,160);
	background:white;	
}

.LinkButton_DataList
{
	width:100%;
	text-decoration:none;
	background:white;
	color:black;
	display:block;
}

.LinkButton_DataList:hover
{
	width:100%;
	text-decoration:none;
	background:rgb(65,122,160);
	color:white;
	display:block;
}

.ddLists
{
	background:white;
	position:absolute;
	left:0px;
	top:0px;
	z-index:200;
	display:none;
}

.tdMenuImages
{
	width:136px;
	height:136px;
	background-color:rgb(224,229,234);
	text-align:center;
	vertical-align:middle;
}

.tdMenuImagesPage
{
	text-align:center;
	vertical-align:middle;
	padding:3px 6px 3px 6px;
}

.tdMenuHeaderImagesPage
{
	height:15px;			
}

.tdMenuFooterImagesPage
{
	height:15px;	
}

.tblPlantilla
{
	width:749px;
	margin-left:15px;
}

.tblPlantilla1
{
	height:110px;
	width:600px;
	margin-left:40px;
}

.Calendario
{
	position:absolute;
	left:200px;
	top:150px;
	z-index:200;
}

.CalendarioTitulo
{
	background:rgb(86,113,140);
}

.StandardButton
{
	border:2px outset rgb(0,1,127);
	color:white;
	background-color:rgb(65,122,180);
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.StandardButton:hover
{
	border:2px outset rgb(0,1,127);
	color:white;
	background-color:gray;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.StandardDataGrid
{
	border:Solid 1px #74726F;	
}

.StandardDataGridHeader
{	
	background-color:rgb(65,122,160);
	font-weight:bold;
	color:White;	
}

.StandardDataGridItem
{
	background-color:White;
	color:rgb(65,122,160);
}

.StandardDataGridAlternatingItem
{
	background-color:rgb(65,122,160);
	color:White;
}

.LnkDondeEstamos
{
	color:gray;
}

.LblTituloCaso
{
	font-weight:bold;
	font-size:12px;
	color:black;
}

.LblDetalleCaso
{
	font-size:10px;
	color:gray;
	text-align:justify;
}

.LblJustified
{
	text-align:justify;
}

.LblError
{
	color:red;
	font-size:10px;
}

.MasDetalle
{
	text-decoration:none;
	color:Gray;
	font-weight:bold;
}

.BlinkButton_state0
{
	border:2px outset rgb(0,1,127);
	width:70px;
	color:white;
	background-color:rgb(65,122,180);
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.BlinkButton_state1
{
	border:2px outset rgb(1,0,102);
	width:70px;
	color:rgb(1,0,120);
	background:white;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.BlinkButton_state2
{
	border:2px outset rgb(1,0,102);
	width:70px;
	color:white;
	background:rgb(1,0,102);
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

.title_buscador
{
	color:rgb(65,122,160);
	font-weight:bolder;
	font-size:10px;
	padding-left:2px;
}

.GridItemStyle
{
	color:rgb(0,1,127);
	background-color:rgb(204,220,231);
}

.GridItemStyle:hover
{
	color:rgb(0,1,127);
	background-color:rgb(204,220,231);
	text-decoration:underline overline;
}

.GridAlternatingItemStyle
{
	color:rgb(0,1,127);
	background-color:white;
}

.GridAlternatingItemStyle:hover
{
	color:rgb(0,1,127);
	background-color:white;
	text-decoration:underline overline;
}
.imgFicha
{
	cursor:pointer;
	text-align:center;
}

.EnlaceFichaVacaciones
{
	background-color:rgb(65,122,160);
	color:white;
	padding:5px;
	text-decoration:none;	
}

.EnlaceFichaVacaciones:hover
{
	background-color:rgb(145,178,201);
	color:rgb(65,122,160);
	padding:5px;
	text-decoration:none;
}
.BtnLogin
{
	cursor:pointer;
	font-weight:bold;
	text-decoration:underline;
	color:rgb(65,122,180);
	font-size:10px;
	background:none;
	border:none;
}
