﻿@import url('VatesFramework.css');
@import url('CustomControlsStyleSheet.css');
@import url('Procurement.css');

/* -----------------------------------------------------
CONTROL A APLICAR: asp:LinkButton
DESCRICIÓN: Se utiliza en los
            links de menu.aspx
AUTOR: Tolosa, Nicolas
FECHA: 20/04/2007
*/
.cssLinkButton
{
	font-weight:bold;
	font-size: 12px;
	color: #0000FF;
}
/*CONTROL A APLICAR: asp:LinkButton
DESCRICIÓN: Se utiliza en los
            links de las paginas de procurement
AUTOR: DFalzoi
FECHA: 20/04/2007
*/


.cssLinkButtonProcurement
{
cursor: pointer;
text-decoration: underline;
font-size: 13px;
font-weight: normal;
color: #0000FF;
}


/* -----------------------------------------------------
CONTROL A APLICAR: SPAN
DESCRICIÓN: Se utiliza en el span
			que contiene el texto
			que señala un campo como
			obligatorio
AUTOR: Vega, Daniel
FECHA: 16/04/2007
*/
.cssRequiredSymbol
{
	color:#FF0000;
	font-weight:bold;
	font-size: 15pt; 
	font-family: Arial;
}

/* -----------------------------------------------------
CONTROL A APLICAR: TD
DESCRICIÓN: Se utiliza en la celda que 
			muestra el campo
			a editar en un formulario
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.cssDataItem
{
	border-bottom: 1px solid #C9C9C9; 
	font-weight: lighter;
	font-size: 12pt;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color: #f2f2f2;
	text-align:left;
}

/*-----------------------------------------------------
CONTROL A APLICAR: TD
DESCRICIÓN: Se utiliza en la celda que 
			muestra el nombre del campo
			a editar en un formulario
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.cssDataTitle
{
	border-bottom: 1px solid #C9C9C9; 
	width: 30%;
	background-color: Transparent;
}
.cssDataTitleDynamic
{
	background-color:Silver;
	border-bottom: 1px solid #C9C9C9;
	border-left:1px solid #C9C9C9;
	border-right:1px solid #C9C9C9;
	border-top: 1px solid #c9c9c9;
}

/* -----------------------------------------------------
CONTROL A APLICAR: TD
DESCRICIÓN: Se utiliza en la celda que 
			muestra el validator del campo
			a editar en un formulario
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.cssDataValidator
{
	border-bottom: 1px solid #C9C9C9; 
	width: 50%;
	font-weight: lighter;
	font-size: 12pt;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color: #f2f2f2;
	text-align:left;
}

/* -----------------------------------------------------
CONTROL A APLICAR: Table
DESCRICIÓN: Se utiliza en las Tablas que 
			contienen los campos de edicion
			en un formulario. Dentro de esta tabla
			las celdas(TD) usarían las clases 
			"cssDataItem", "cssDataTitle", "cssDataValidator"
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.cssEditTable
{
	border-top: 1px solid #C9C9C9; 
	border-collapse: collapse;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color: transparent;	
}
.cssEditTable tr td
{
	vertical-align: top; 
	padding-top: 7px; 
	padding-bottom: 7px;  
	padding-left: 7px; 
	padding-right: 7px; 
}

/* -----------------------------------------------------
CONTROL A APLICAR: Table
DESCRICIÓN: Se utiliza en las Tablas que 
			contienen los campos de edicion
			en un formulario. Dentro de esta tabla
			las celdas(TD) usarían las clases 
			"cssDataItem", "cssDataTitle", "cssDataValidator"
AUTOR: Falzoi, Diego
FECHA: 16/04/2007
*/
.cssEditTableDynamic
{
	Border-Style: solid;
	font-weight: bold;
	font-size: 10px;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	
}
.cssEditTable tr td
{
	vertical-align: top; 
	padding-top: 7px; 
	padding-bottom: 7px;  
	padding-left: 7px; 
	padding-right: 7px; 
}

/* -----------------------------------------------------
CONTROL A APLICAR: asp:TextBox
DESCRICIÓN: Se utiliza en los TextBox que 
			muestra el campo
			a editar en un formulario
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.cssInputData
{
	font-weight: bold;
	font-size: 10px;
	color:#666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color: #ffffff;
}

/* -----------------------------------------------------
CONTROL A APLICAR: asp:Label
DESCRICIÓN: Se utiliza en los Labels que 
			muestra el campo
			en un formulario
AUTOR: DFalzoi
FECHA: 16/04/2007
*/
.cssLabelsInputData
{
	font-weight: bold;
	font-size: 10px;
	color:#666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color:Transparent;
}

/* -----------------------------------------------------
CONTROL A APLICAR: asp:Label
DESCRICIÓN: Se utiliza en los Labels que 
			muestra el campo
			en un formulario
AUTOR: DFalzoi
FECHA: 16/04/2007
*/
.cssLabelsItemData
{
	font-size: 11px;
	color:#666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color:Transparent;
}


/*CONTROL A APLICAR: asp:RadioButtonList
DESCRICIÓN: Se utiliza en los option que 
			muestra el campo
			en un formulario
AUTOR: DFalzoi
FECHA: 16/04/2007
*/
.cssOptionList
{
	
	font-size: 11px;
	color:#666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color:Transparent;
}





/* -----------------------------------------------------
CONTROL A APLICAR: asp:Label
DESCRICIÓN: Se utiliza en los Labels que 
			muestra el nombre del campo
			a editar en un formulario
AUTOR: Verme, David
FECHA: 16/04/2007
MODIFICADOR: Melania Omonte
FECHA: 16/10/2007

*/
.cssLabelsData
{
	/*font-weight: bold;
	font-size: 13px;
	color: #1D4D9E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	text-align: left;
	background-color:Transparent;*/
	font-size: 13px; 
	font-weight: bold; 
	color: #1D4D9E; 
	width: 170px; 
}

/*  -----------------------------------------------------
CONTROL A APLICAR: TR
DESCRICIÓN: Se utiliza en las filas
			que componen el formulario 
			de inicio de sesíon
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.cssLoginTable
{

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
}

/*  -----------------------------------------------------
CONTROL A APLICAR: TD
DESCRICIÓN: Se utiliza en la celda que
			contiene el boton de inicio
			en el formulario 
			de inicio de sesíon
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.cssLoginTableBottom
{
	width: 177px;
	height: 15px;
	background-image: url(../Images/caja_ingreso_bottom.gif);
	background-repeat: no-repeat; 
	background-position:center;
}

/*  -----------------------------------------------------
CONTROL A APLICAR: TD
DESCRICIÓN: Se utiliza la celda que contiene 
			el título del formulario de 
			inicio de sesíon
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.cssLogintitle
{
	width: 177px;
	height: 33px;
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #FFFFFF;
	background-color: Transparent;
	background-image: url(../Images/login_title.gif); 
	background-repeat: no-repeat; 
	background-position:center;
	text-align:center;
}

.cssValidators
{
	/*font-weight: bolder;
	font-size: 10px;
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;	
	background-color: #f3f3f3;
	text-align: left;*/
	font-size: 11px; 
	font-weight: bold; 
	color: #FF0000; 
}

/* --------------------------MENU CONTEXTUAL-------------------------*/

/*  -----------------------------------------------------
CONTROL A APLICAR: DIV
DESCRICIÓN: Se utiliza en el DIV que contiene
			la tabla con los item de un 
			menú contextual
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.tipo0 { 
    border-right: black 2px solid; 
    border-top: black 0px solid; 
    border-left: black 0px solid; 
    border-bottom: black 0px solid; 
    padding-right: 3px; 
    padding-left: 3px; 
    padding-top: 3px; 
    padding-bottom: 3px; 
    visibility: hidden; 
    width: 150px; 
    cursor: default; 
    line-height: 20px; 
    font-family: Verdana; 
    position: absolute; 
    background-color: #B5C7DE; 
}

/*  -----------------------------------------------------
CONTROL A APLICAR: DIV
DESCRICIÓN: Se utiliza en el DIV que contiene
			la tabla con los item de un 
			menú contextual
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.tipo1 
{ 
    border-right: buttonhighlight 0px outset; 
    border-top: buttonhighlight 0px outset; 
    border-left: buttonhighlight 0px outset; 
    border-bottom: buttonhighlight 0px outset; 
    padding-right: 3px; 
    padding-left: 3px; 
    padding-bottom: 3px; 
    padding-top: 3px; 
    visibility: hidden; 
    width: 130px; 
    cursor: default; 
    color: menutext; 
    position: absolute; 
    background-color: #B5C7DE/*menu*/
}

/*  -----------------------------------------------------
CONTROL A APLICAR: asp:Label
DESCRICIÓN: Se utiliza en los Labels 
			que contienes la descripcón
			de los items de un menú
			contextual
AUTOR: Verme, David
FECHA: 16/04/2007
*/
.menuitem 
{ 
	font-size: 12px; 
	font-family: Tahoma; 
	text-decoration: none; 
	color:#294D9C
}

/* ========================================================= */
/* ESCRITORIO */
/* ========================================================= */
/* -----------------------------------------------------
CONTROL A APLICAR: asp:Label
DESCRICIÓN: Se utiliza en los Labels que 
			muestra el campo de descripciòn de los textos en el
			escritorio en la parte central
AUTOR: Jborras
FECHA: 16/11/2007
*/
.cssLabelsDesktopInputData
{
	font-weight: bold;
	font-size: 10px;
	color: #333366;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif,Verdana, Sans;
	background-color: Transparent;
}

.cssMenuDesktop
{
	background-image: url(../../Includes/images/FondoEscritorioVerdeCentro.png);
	background-repeat: repeat-y;
}

.cssSearchDesktop
{
	background-image: url(../../Includes/images/FondoEscritorioVerdeArriba.png);
	background-repeat: repeat-y;
}

.cssInformationDesktop
{
	background-image: url(../../Includes/images/FondoEscritorioVerdeAbajo.png);
	background-repeat: repeat-y;
}

.cssInformationRigthDesktop
{
	background-image: url(../../Includes/images/FondoEscritorioVerdeDerecha.png);
	background-repeat: repeat-y;
}

.cssTreeDesktopRootNode
{
	font-family: Arial;
	font-size: x-large;
	font-weight: bold;
	color: #333366;
}

.cssTreeDesktopNode
{
	font-family: Arial;
	font-size: medium;
	color: #333366;
}

/* ========================================================= */
/* MENU Y RELOJ */
/* ========================================================= */
.cssMenu{ margin: 0; padding: 0; background-color: #EEEEEE; }

.cssMenuItem
{
	font-family: Verdana;
	font-size: 8pt;
	cursor:hand; 
	font-weight: bold; 
	background-color: #2F4A8F;
}

.cssMenuItemStatic
{
	color: #FFFFFF;
	padding: 3px;
	border: 1px;
	border-style: solid;
	border-color: #2F4A8F;
}

.cssMenuItemHover
{
	color: #F47532;
	border: 1px;
	border-bottom-color: #F47532;
	border-right-color: #F47532;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-style: solid;
}

.cssSubMenuItem
{
	background-color:	#EAF2FF;
	color:				#2F4A8F;
	padding: 2px 3px 2px 10px;
}

.cssSubMenuItemHover
{
	background-color:	#C9DDFF;
	color:				#2F4A8F;
}

.texto11Azul 	{ font-size: 11px; color: #1D4D9E; }
.cssLinkSession	{ font-size: 11px; color: #F47532; font-weight: bold;}
.texto11Negro 	{ font-size: 11px; color: #000000; }

texto13Negro {
	FONT-SIZE: 13px; COLOR: #000000
}

.texto12GrisO 	{ font-size: 12px; color: #505050; }
.gralSubtitulos {
	FONT-WEIGHT: bold; FONT-SIZE: 18px; MARGIN: 10px 0px 0px; VERTICAL-ALIGN: middle; COLOR: #1d4d9e; BORDER-BOTTOM: #d1d1d1 1px solid
}
.texto12		{ font-size: 12px !important}
.texto11Link 	{ font-size: 11px; color: #0000FF; }
/* ========================================================= */

/*A PARTIR DE AQUI LOS NUEVOS ESTILOS QUE SE NECESITEN PARA EL RELEASE 1*/

/*  -----------------------------------------------------
CONTROL A APLICAR: DIV
DESCRICIÓN: Se utiliza en los DIV que muestran
			el número de paso en un wizard.
			Es un circulo de color.
AUTOR: Verme, David
FECHA: 11/05/2007
*/
.cssRFBSubtitleNumber
{ 
	float: left; 
	background: url(../images/Step.gif) no-repeat left top; 
	width: 24px; 
	height: 24px; 
	font-size: 18px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-align: center; 
}

/*  -----------------------------------------------------
CONTROL A APLICAR: DIV
DESCRICIÓN: Se utiliza en los DIV que muestran
			el número de paso en un wizard.
			Es un circulo de color.
AUTOR: Verme, David
FECHA: 11/05/2007
*/

.cssRFBSubtitleLevel2Number
{ 
	float: left; 
	background: url(../images/BlueStep.gif) no-repeat left top; 
	width: 24px; 
	height: 24px; 
	font-size: 18px; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-align: center; 
}

.cssWarningDiv
{
	background-color: #FFFFCC;
	padding: 10px;
	border-bottom: 1px solid #DADADA; 
	border-top: 1px solid #DADADA; 
	font-size: 13px; 
	color: #1D4D9E; 
}
.cssTotalCell
{
	width: 130px;
	vertical-align: bottom;
	text-align: right;
	background-color: #0066ff;
}

.cssTotalText
{
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

.cssFilterTableRow
{
	BORDER-TOP: #c9c9c9 1px solid; 
	BORDER-BOTTOM: #c9c9c9 1px solid;
	background-color: #f2f2f2;
}

.texto12Negro
{ 
	font-size: 12px; 
	color: #000000; 
	font-weight:bold;
}

/*texto13Rojo*/
.cssBIDRedText
{
 font-size: 13px; 
 color: #FF0000; 
}

/*adquisicionCuadroDestacado*/ 
.cssBIDHighlightSquare 
{ 
	background-color: #FFFFCC; 
	padding: 10px; 
	border-bottom: 1px solid #E2E2E2; 
	font-size: 13px; 
	color: #1D4D9E; 
}
/*adquisicionCuadroDestacado con borde*/ 
.cssBIDHighlightSquare1 
{ 
	background-color: #FFFFCC; 
	padding: 10px; 
	border-bottom: 1px solid #E2E2E2; 
	font-size: 13px; 
	color: #1D4D9E; 
	border-bottom: 1px solid #C9C9C9
	
}
/*adquisicionDescripcionAnexo */
.cssBIDAttachmentDescription
{ 
	border-bottom: 1px solid #C9C9C9;
	border-top: 1px solid #C9C9C9; 
	background-color: #F2F2F2; 
	padding:5px; 
	font-size: 13px; 
	color: #1D4D9E; 
}

.cssBIDAttachmentButton
{
	cursor: hand; 
	border-style: none; 
	width: 170px; 
	height: 49px; 
	background-color: transparent;
	background-image: url(../../Includes/images/button_medium.gif); 
	background-repeat: no-repeat; 
	background-position:center;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}

.cssBIDAttachmentButton:hover {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
}

.cssBIDAttachmentMediumButton
{
	cursor: hand; 
	border-style: none;  
	width: 150px; 
	height: 30px;
	background-color: transparent;
	background-image: url(../../Includes/images/green_button_medium.gif); 
	background-repeat: no-repeat; 
	background-position:center;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}

.cssBIDAttachmentMediumButton:hover {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
}

.cssSuccessDiv
{ 
	background-color: #DFFFD5; 
	border: 1px #26B100; 
	border-style: solid none; 
	padding: 5px; 
	font-size: 18px; 
	color: #26B100; 
	font-weight:bold; 
	}
	
.cssSuccessBullet
{ 
	padding: 0px;
	margin: 0px 0px;
	float: left;
	background-image: url(../../Includes/images/ic_ok.gif); 
	background-position:left;
	background-repeat:no-repeat;
	width: 15px; 
	height: 5px; 
}

.cssSuccessText
{ 
cursor:default;
font-size: 16px;
font-weight: bold;
color: #336600;
}

/*  -----------------------------------------------------
CONTROL A APLICAR: Table
DESCRICIÓN: Se utiliza en las tablas
            que muestran la imagen de la
			cabecera de los popUps
AUTOR: Verme, David
FECHA: 06/06/2006
*/
.cssPopUpsHeader 
{
	PADDING-LEFT: 10px; 
	BACKGROUND: url(../images/cabezal_ch_fondo.gif) repeat-x left top; 
	VERTICAL-ALIGN: middle; 
	HEIGHT: 34px
}

.cssPopUpsMessageText 
{ 
	background-color: #F2F2F2; 
	font-size: 12px; 
	color: #000000;
}

/*
DESCRIPCION:Estilos Agregados de la clase AuxDavid.css
AUTOR:Melania Omonte
FECHA:03/06/2007
*/

.cssBIDSubtitle
{
	font-size: 18px; 
	color: #1D4D9E; 
	margin: 5px 0;	
}

.cssBIDDescriptionBlockTable
{ 
	border-top: 1px solid #C9C9C9; 
	background-color: #F2F2F2; 
	line-height: 1em;
	font-size: 12px; 
	color: #000000;
}
.cssBIDDescriptionBlockTable TD
{
	padding: 7px 10px; 
}

.cssBIDBidsBlockTable
{ 
	background-color : #FFFFF3;
	border-top: 1px solid #C9C9C9; 
	border-bottom: 1px solid #C9C9C9; 
	margin: 10px 0 5px 0;
	font-size: 12px; 
}

.cssBIDBidsHeaderTable
{
	font-size: 12px; 
	color: #000000;
	background-color : #EFF6FF;
}
/*modificar cssBIDBlackText por este*/
.cssBIDHigthLabel
{
	font-weight:bold;
	font-size: 12px; 
	color: #000000;
}

.cssBIDBidNumber
{
	width: 35px; 
	height: 45px; 
	background-color: #1D4D9E;
	font-size: 30px; 
	font-weight: bold; 
	color: #FFFFFF; 
	vertical-align: middle; 
	text-align: center; 
}
/*
CONTROL A APLICAR: Boton
DESCRICIÓN: Se utiliza para generar
una declaracion desierta
AUTOR: Omonte, Melania
FECHA: 04/07/2007
*/


.cssFwkButtonMediumB
{
	cursor: hand; 
	border-style: none;  
	width: 150px; 
	height: 30px;
	background-color: transparent;
	background-image: url(../Images/blue_medium.gif); 
	background-repeat: no-repeat; 
	background-position:center;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}

.cssFwkButtonMediumB:hover {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
}
/*
CONTROL A APLICAR: Boton
DESCRICIÓN: 
AUTOR: Omonte, Melania
FECHA: 04/07/2007
*/
.cssFwkButtonMediumR
{
	cursor: hand; 
	border-style: none;  
	width: 150px; 
	height: 30px;
	background-color: transparent;
	background-image: url(../Images/Button_medium1.gif); 
	background-repeat: no-repeat; 
	background-position:center;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}

.cssFwkButtonMediumR:hover {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
}
/*
CONTROL A APLICAR: Boton
DESCRICIÓN: Boton verde que contiene una frase larga
AUTOR: Omonte, Melania
FECHA: 04/07/2007
*/
.cssFwkButtonExtraLarge
{
	cursor: hand; 
	border-style: none;  
	width: 250px; 
	height: 30px;
	background-color: transparent;
	background-image: url(../Images/button_extra_large.gif); 
	background-repeat: no-repeat; 
	background-position:center;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}

.cssFwkButtonExtraLarge:hover {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
}
/*
CONTROL A APLICAR: Boton Pequeño
DESCRICIÓN: Este boton sirve para la descripcion Ver
AUTOR: Omonte, Melania
FECHA: 04/07/2007
*/
.cssFwkButtonMini
{
	cursor: hand; 
	border-style: none;  
	width: 45px; 
	height: 30px;
	background-color: transparent;
	background-image: url(../Images/Button_mini.gif); 
	background-repeat: no-repeat; 
	background-position:center;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}

.cssFwkButtonMini:hover {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
}
/*
CONTROL A APLICAR: Letra
DESCRICIÓN: Letra Verde en negrita
AUTOR: Omonte, Melania
FECHA: 04/07/2007
*/

.cssGreenTextTitle
{
	font-weight: bolder;
	font-size: 20px;
	color: #00C000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	height: 20px;
	text-align: left;
}

/*
CONTROL A APLICAR: Link
DESCRICIÓN: Link con letras medianas q no estan en negrita
AUTOR: Omonte, Melania
FECHA: 04/07/2007
*/
.cssLinkButtonGrande
{
	font-size: 13px;
	color: #0000FF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
}

/*
CONTROL A APLICAR: Link
DESCRICIÓN: Link con letras chicas sin negrita
AUTOR: Omonte, Melania
FECHA: 04/07/2007
*/
.cssLinkButtonChico
{
	font-size: 12px;
	color: #0000FF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
}

/*
CONTROL A APLICAR: RadioButon
DESCRICIÓN: Letras verdes para el radio buton
AUTOR: Omonte, Melania
FECHA: 04/07/2007
*/
.cssGreenTextTitleRadio
{
	font-weight: bolder;
	font-size: 10px;
	color: #00C000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	height: 20px;
	text-align: left;
}
/*
CONTROL A APLICAR: Link
DESCRICIÓN: Letras rojas
AUTOR: Omonte, Melania
FECHA: 04/07/2007
*/
.cssBIDRedTextBold
{
 font-weight: bold;	
 font-size: 13px; 
 color: red; 
}
/* 
CONTROL A APLICAR: Label en negrita
DESCRICIÓN: Label para el pie, en las observaciones
AUTOR: Omonte, Melania
FECHA: 11/07/2007
*/
.cssObservacionesTextBold
{
	font-weight: bold;
	font-size: 11px;
	color: #1D4D9E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	text-align: left;
	background-color:Transparent;
}
/* 
CONTROL A APLICAR: Label
DESCRICIÓN: Label para el pie, en las observaciones
AUTOR: Omonte, Melania
FECHA: 11/07/2007
*/
.cssObservacionesText
{
	font-size: 11px;
	color: #1D4D9E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	text-align: left;
	background-color:Transparent;
}
.cssObservacionesTextBlack
{
	font-size: 11px;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	text-align: left;
	background-color:Transparent;
}
/* 
CONTROL A APLICAR: Label Titulo
DESCRICIÓN: Label para los titulos azules con subrayado
AUTOR: Omonte, Melania
FECHA: 11/07/2007
*/
.cssFwkLabelTitleAzul
{
	font-size: 18px; 
	font-weight: bold; 
	color: #1D4D9E; 
	border-bottom: 1px solid #8495CA; 
	margin: 20px 0 10px 0;
}
/* 
CONTROL A APLICAR: Label Titulo
DESCRICIÓN: Label para los titulos negros sin subrayado
AUTOR: Omonte, Melania
FECHA: 11/07/2007
*/
.cssLabelTitleLarge
{
	font-size: 22px; 
	font-weight: bold; 
	color: #000000; 
}
/* 
CONTROL A APLICAR: Label
DESCRICIÓN: Label transparente
AUTOR: Omonte, Melania
FECHA: 12/07/2007
*/
.cssInputDataTransparent
{
	font-weight: bold;
	font-size: 10px;
	color:#666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color: Transparent;
}

.cssInputDataGrande
{
	
	font-size: 13px;
	color:#000006;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color: Transparent;
}
.cssLabelItem
{
	border-bottom: 1px solid #C9C9C9; 
	font-weight: lighter;
	font-size: 13pt;
	color: #000006;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color: #f2f2f2;
}
/* 
CONTROL A APLICAR: Label
DESCRICIÓN: Label transparente para combos y txt
AUTOR: Omonte, Melania
FECHA: 12/07/2007  
*/
.cssInputDataComboTxt
{
	
	font-size: 13px;
	color:#000006;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-color: white;
}
/* 
CONTROL A APLICAR: TreeView, fondo
DESCRICIÓN: Label transparente para combos y txt
AUTOR: Omonte, Melania 
FECHA: 12/07/2007 
*/
.cssTreeView
{
	cursor: hand;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	background-image: url(../Images/FondoTreeView1.jpg);
	background-color: transparent;
	background-repeat: no-repeat; 
	background-position:center;
}
.cssTreeView:hover {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
}
/* 
CONTROL A APLICAR: Nodo
DESCRICIÓN: Label transparente para combos y txt
AUTOR: Omonte, Melania 
FECHA: 12/07/2007 
*/
.cssTreeViewNodo
{
	font-weight: bold;
	font-size: 12px;
	color:#1D4D9E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	
}
/* 
CONTROL A APLICAR: NodoHijo
DESCRICIÓN: Label transparente para combos y txt
AUTOR: Omonte, Melania 
FECHA: 12/07/2007 
*/
.cssTreeViewChildNodo
{
	
	font-size: 12px;
	color:#1D4D9E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif,Verdana,  Sans;
	
}
/*
CONTROL A APLICAR: Boton ExtraLarge
DESCRICIÓN: 
AUTOR: Omonte, Melania
FECHA: 24/07/2007
*/
.cssButtonExtraLarge
{
	cursor: hand; 
	border-style: none;  
	width: 250px; 
	height: 30px;
	background-color: transparent;
	background-image: url(../Images/blue_large02.jpg); 
	background-repeat: no-repeat; 
	background-position:center;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}
.cssButtonExtraLarge:hover {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
}

/*
CONTROL A APLICAR: Boton Large
DESCRICIÓN: 
AUTOR: Omonte, Melania
FECHA: 24/07/2007
*/
.cssButtonLarge
{
	cursor: hand; 
	border-style: none;  
	width: 200px; 
	height: 30px;
	background-color: transparent;
	background-image: url(../Images/BlueLarge.jpg); 
	background-repeat: no-repeat; 
	background-position:center;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}
.cssButtonLarge:hover {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
}

/*
CONTROL A APLICAR: Boton Small
DESCRICIÓN: 
AUTOR: Omonte, Melania
FECHA: 24/07/2007
*/
.cssButtonSmall
{
	cursor: hand; 
	border-style: none;  
	width: 69px; 
	height: 22px;
	background-color: transparent;
	background-image: url(../Images/BtnChico.gif); 
	background-repeat: no-repeat; 
	background-position:center;
	text-align: center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	color: white; 
	text-decoration: none;
}
.cssButtonSmall:hover {
	color: white; 
	background-color: transparent; 
	text-decoration: none;
}
.gralSubtitulosExtra 
{
	float: right; 
	font-size: 13px; 
	font-weight: normal; 
	color: #7777CC; 
	cursor: hand;
text-decoration: underline;
}

.gralSubtitulosExtra2 {
	FONT-WEIGHT: normal; FONT-SIZE: 11px;  COLOR: #404040;FONT-FAMILY: "Trebuchet MS"
}
.adquisicionTablaResultadosOfertas table 
{ 
	border-collapse: collapse; 
}
.adquisicionTablaResultadosOfertas td 
{ background-color: transparent; 
	padding: 2px; 
	border-style: solid none none none; 
	vertical-align: middle; 
}
.adquisicionTablaResultadosOfertasPrimCelda 
{
	border-top: 0 none !important; 
	padding-left: 5px !important; 
}
.adquisicionTablaResultadosFila1 
 { padding: 0; 
	background-color: #F8FAEE; 
	border-right: 0 none #FFFFFF; 
	text-align:left;
}
.adquisicionTablaResultadosFila2
{
	padding: 0; 
	background-color: #FFFFF0; 
	border-right: 0 none #FFFFFF; 
	text-align:left;
	}
.adquisicionTablaResultadosFila3
{
	border-right:none;
	text-align:left;
	border-top:none;
	border-bottom:none;
	border-right:none
}

.adquisicionTablaResultadosOfertasCab 
{
	background-color: #F47331 !important; 
	
}

.cssFwkItemStyleOferta td
{ 
	/*Border-Style: None;*/
	Border-Color: #404040;
	padding: 1pt 5pt 1pt 5pt;
	vertical-align:top;
	text-align: left;
	border-top:1px solid #C9C9C9; 
}
