﻿body
{
	/* min-width: 90%; */
	margin: 0;
	padding: 0;
	border: 10;
	text-align: center;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-size: 70%;
}
:link
{
	color: #00C;
	background: transparent;
	text-align: center;
}
:visited
{
	color: #609;
	background: transparent;
}
a:active
{
	color: #C00;
	background: transparent;
}

h1, h2, h3, h4, h5, h6
{
	color: #0066CB;
}

h1
{
	font-size: 2.0em;
	font-weight: normal;
}

#mainwrapper
{
	margin: 0 auto;
	width: 100%;
	min-width: 100%;
	text-align: left;
}

#header
{
	/* margin-left: 0px; */ /* margin-bottom: 0px; */ /*color: #FFFFFF;*/ /*background-color: #8CA7BB;	*/
	border: solid 1px #C0C0C0; /*font-size: 2.0em;*/ /*font-weight: normal;*/ /* padding:10px;*/
	border-bottom: solid 2px Black;
}

.DestacarFilaEditada
{
	background-color: #ccccff;
}

#header-bottom
{
	width: 100%;
	font-size: 14px;
	font-style: italic;
}

#content
{
	width: 100%; /*	border:solid 1px #C0C0C0;  */
	background-color: White;
	border-top: solid 1px Black;
}

#content-left
{
	width: 180px;
	padding-top: 10px;
}

#content-right
{
	width: auto;
	border-left: 1px solid #A7A7A7;
	padding: 10px;
	vertical-align: top;
}

#breadcrumb
{
	width: 100%;
	font-family: Verdana;
	font-size: 9pt;
}

#breadcrumb a
{
	color: #0066CB;
	text-decoration: none;
}

#breadcrumb a:hover
{
	text-decoration: underline;
}

#footer
{
	width: 100%;
	font-size: 0.8em; /*font-style: italic;*/ /*text-align: left;*/
	color: GrayText;
}

.menu_nodeStyle
{
	color: Black;
	font-family: "Verdana";
	font-size: 11px; /*	padding: 5px 5px 5px 5px; */
	width: 100%;
	border: solid 1px White;
}

.menu_hoverNodestyle
{
	font-size: 11px;
	background-color: #CCCCCC;
	border: solid 1px #888888;
	cursor: pointer;
}

.menu_selectedNodestyle
{
	font-size: 11px; /* padding: 5px 5px 5px 5px;*/
	font-weight: bold;
	color: #0066CB;
}

.shiftcontainer
{
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer
{
	width: 385px; /* container width*/
	background-color: #d1cfd0;
}

.shadowcontainer2
{
	width: 670px; /* container width*/
	background-color: #d1cfd0;
}

.shadowcontainer .innerdiv
{
	/* Add container height here if desired */
	background-color: white;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -100px; /*shadow depth*/
	top: -5px;
	width: 466px;
}

.textosimple
{
	font-size: 11px;
}

.textosimplenumero
{
	font-size: 11px;
	text-align: right;
}

.TituloVentana
{
	font-size: 21px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-style: bold;
	color: #0066CB;
}

.TituloVentanaMedio
{
	font-size: 17px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-style: bold;
	color: #0066CB;
}

.TituloVentanaBajo
{
	font-size: 12px;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	font-style: bold;
	color: #0066CB;
}


.textoMarcaDeAgua
{
	font-size: 10px;
	font-style: italic;
	color: Gray;
}

.comboSimple
{
	font-size: 11px;
}

.combo
{
	font-size: 11px;
	width: 350px;
}

.comboSesion
{
	font-size: 11px;
	width: 400px;
}


.comboLargoAuto
{
	font-size: 11px; /*width:350px;*/
}


.validatorCalloutHighlight
{
	background-color: lemonchiffon;
}

.header-bottom
{
	width: 100%;
	font-size: 14px;
	font-style: italic;
}


.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}


.MaskedEditFocus
{
	background-color: #ffffcc;
	color: #000000;
}


.window
{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #E3E3E3;
	height: 100%;
	width: 100%;
	filter: alpha(opacity=90); /* Transparencia IE*/
	opacity: .8; /* Transparencia Opera y Firefox */
}

.marco
{
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 510px; /*	top:10%; */
	margin-top: 10%;
}

.marcoV2
{
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 310px;
	top: 30%;
	margin-top: 30%;
}


.MarcoTrabajo
{
	border-style: solid ;
	border:1px;
	border-color:#C0C0C0;
	width: 970px;
	text-align: left;
}
