/*
#region Copyright CM SoftLutions 2006
/// 				CM SoftLutions
/// 			Todos los derechos reservados.
///
///	LA REPRODUCCIÓN Y/O TRANSMISIÓN TOTAL Ó PARCIAL, 
///	POR CUALQUIER MEDIO ESTÁ  PROHIBIDA SIN EL PREVIO CONSENTIMIENTO DE  
///	CM SoftLutions.-
///--------------------------------------------------------------------------
///--------------------------------------------------------------------------
/// NOMBRE ARCHIVO 	:	CMS_Styles_Sheets_WebComponent.css
/// CREADO POR		:	(MCortiz) Martha Cecilia Ortiz
/// FECHA CREACION	:	28/DECEMBER/2006
///--------------------------------------------------------------------------
/// DESCRIPCION	:
///		Esta hoja de estilo contiene las clases que le dan el estilo al texto
///		y a los controles web 
///--------------------------------------------------------------------------
///HISTORIAL DE MODIFICACIONES
///--------------------------------------------------------------------------
/// AUTOR		:	AUTORDELAMODIFICACION
/// FECHA		:	DD/MMM/AAAA
///------------------------------
/// DESCRIPCION MODIFICACION:	
///		PRIMERRENGLONDESCRIPCIONMODIFICACION
///		SEGUNDORENGLONDESCIRPCIONMODIFICACION
///		TERCERRENGLONDESCRIPCIONMODIFICACION
///--------------------------------------------------------------------------
#endregion

*/
/***** ESTILO DEFINIDO PARA EL TEXTO *****/

/* Estilo de los titulos */
.CMS_Title_S
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #002261;
}

/* Estilo de los subtitulos */
.CMS_SubTitle_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color:#002261;
}

/* Estilo del texto usado para la mayoría del texto */
.CMS_Texto_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color:#002261;
}

/***** ESTILO DEFINIDO PARA LOS MENSAJES DE ERROR *****/

/* Estilo de los Mensajes de Error de nivel_3 */
.CMS_ErrorMessageLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: red;
}

/* Estilo de los Mensajes de Error de nivel_2 */
.CMS_ErrorMessageLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: red;
}

/* Estilo de los Mensajes de Error de nivel_1 usado para la mayoría 
de las aplicaciones */
.CMS_ErrorMessageLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: red;
}

/***** ESTILO DEFINIDO PARA LAS NOTAS *****/

/* Estilo de las Notas de nivel_3 */
.CMS_NoteLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: gray;
}

/* Estilo de las Notas de nivel_2 */
.CMS_NoteLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: gray;
}

/* Estilo de las Notas de nivel_1 */
.CMS_NoteLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: gray;
}

/***** ESTILO DEFINIDO PARA LOS LABELS *****/

/* Estilo de los labels de nivel_3 */
.CMS_LabelLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: black;
}

/* Estilo de los labels de nivel_2 */
.CMS_LabelLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* Estilo de los labels de nivel_1 */
.CMS_LabelLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}


/***** ESTILO DEFINIDO PARA LOS TEXTBOX *****/

/* Estilo de los TextBox de nivel_3 */
.CMS_TextBoxLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: black;
}

/* Estilo de los TextBox de nivel_2 */
.CMS_TextBoxLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* Estilo de los TextBox de nivel_1 */
.CMS_TextBoxLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

/***** ESTILO DEFINIDO PARA LOS BUTTONS *****/

/* Estilo de los Buttons de nivel_3 */
.CMS_ButtonLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: black;
}

/* Estilo de los Buttons de nivel_2 */
.CMS_ButtonLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* Estilo de los Buttons de nivel_1 */
.CMS_ButtonLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}


/***** ESTILO DEFINIDO PARA LOS LINKBUTTON *****/

/* Estilo de los LinkButton de nivel_3 */
.CMS_LinkButtonLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

/* Estilo de los LinkButton de nivel_2 */
.CMS_LinkButtonLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: blue;
	text-decoration: none;
}

/* Estilo de los LinkButton de nivel_1 */
.CMS_LinkButtonLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

/***** ESTILO DEFINIDO PARA LOS HYPERLINK *****/

/* Estilo de los HyperLink de nivel_3 */
.CMS_HyperLinkLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

/* Estilo de los HyperLink de nivel_2 */
.CMS_HyperLinkLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: blue;
	text-decoration: none;
}

/* Estilo de los HyperLink de nivel_1 */
.CMS_HyperLinkLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}


/***** ESTILO DEFINIDO PARA LOS DROPDOWNLIST *****/

/* Estilo de los DropDownList de nivel_3 */
.CMS_DropDownListLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: black;
}

/* Estilo de los DropDownList de nivel_2 */
.CMS_DropDownListLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* Estilo de los DropDownList de nivel_1 */
.CMS_DropDownListLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}


/***** ESTILO DEFINIDO PARA LOS LISTBOX *****/
/* Estilo de los ListBox de nivel_3 */
.CMS_ListBoxLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: black;
}

/* Estilo de los ListBox de nivel_2 */
.CMS_ListBoxLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* Estilo de los ListBox de nivel_1 */
.CMS_ListBoxLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}


/***** ESTILO DEFINIDO PARA LOS CHECKBOX *****/

/* Estilo de los CheckBox de nivel_3 */
.CMS_CheckBoxLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: black;
}

/* Estilo de los CheckBox de nivel_2 */
.CMS_CheckBoxLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* Estilo de los CheckBox de nivel_1 */
.CMS_CheckBoxLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

/***** ESTILO DEFINIDO PARA LOS CHECKBOXLIST *****/

/* Estilo de los CheckBoxList de nivel_3 */
.CMS_CheckBoxListLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: black;
}

/*  Estilo de los CheckBoxList de nivel_2 */
.CMS_CheckBoxListLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* Estilo de los CheckBoxList de nivel_1 */
.CMS_CheckBoxListLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

/***** ESTILO DEFINIDO PARA LOS RADIOBUTTON *****/

/* Estilo de los RadioButton de nivel_3 */
.CMS_RadioButtonLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: black;
}

/* Estilo de los RadioButton de nivel_2 */
.CMS_RadioButtonLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* Estilo de los RadioButton de nivel_1 */
.CMS_RadioButtonLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

/***** ESTILO DEFINIDO PARA LOS RADIOBUTTONLIST *****/

/* Estilo de los RadioButtonList de nivel_3 */
.CMS_RadioButtonListLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: black;
}

/* Estilo de los RadioButtonList de nivel_2 */
.CMS_RadioButtonListLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: black;
}

/* Estilo de los RadioButtonList de nivel_1 */
.CMS_RadioButtonListLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
}

/***** ESTILO DEFINIDO PARA EL GRIDVIEW *****/

/*Realiza un ajuste de texto en la celda cuando el dato a mostrar no contiene el caracter "espacio" y tiene muchos
caracteres*/
.CMS_GridView_fixed_cell
  {
    word-wrap:break-word;
    width:300px;
  }

/* Estilo general de la Grilla */
.CMS_GridView_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: #f5f5f5;
}

/* Estilo del encabezado de la Grilla */
.CMS_GridViewHeaderStyle_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: small-caps;
	color: #002261;
	background-color: #9CBF91;
	background: url(images/sprite.png) repeat-x 0px 0px;
	height: 35px;
}

/* Estilo de las filas alternas de la Grilla */
.CMS_GridViewAlternatingRowStyle_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: black;
	background-color: white;
}

/* Estilo del aréa de paginado de la Grilla*/
.CMS_GridViewPagerStyle_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #838383;
	text-align: center;
	color: White;
}






/****************************************************************************************************************/
/*****************************************  OTROS ESTILOS DE MAYOR NIVEL  ***************************************/
/****************************************************************************************************************/

/*ESTILO DEFINIDO PARA EL TEXTO DE MAYOR TAMAÑO DEL TEXTO GENERAL*/
/* Estilo de los titulos de mayor tamaño al titulo general */
.CMS_LargerTitle_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

/* Estilo del sub titulo de mayor tamaño al sub titulo general */  
.CMS_LargerSubTitle_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: black;
}

/* Estilo del texto de mayor tamaño al texto general */
.CMS_LargerTexto_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 12px;
}

/* ESTILO DEFINIDO PARA LOS LABELS DE MAYOR TAMAÑO DEL LABEL GENERAL */

/* Estilo de los labels de mayor tamaño a los labels de nivel_3 general*/
.CMS_LargerLabelLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}
/* Estilo de los labels de mayor tamaño a los labels de nivel_2 general*/
.CMS_LargerLabelLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight:    bold;
    color: black;
}
/* Estilo de los labels de mayor tamaño a los labels de nivel_1 general*/
.CMS_LargerLabelLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
}


/***** ESTILO DEFINIDO PARA LOS TEXTBOX DE MAYOR TAMAÑO DE LOS TEXTBOX GENERAL*****/

/* Estilo de los TextBox de mayor tamaño a los TextBox de nivel_3 general*/
.CMS_LargerTextBoxLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

/* Estilo de los TextBox de mayor tamaño a los TextBox de nivel_2 general */
.CMS_LargerTextBoxLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: black;
}

/* Estilo de los TextBox de mayor tamaño a los TextBox de nivel_1 general */
.CMS_LargerTextBoxLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

/***** ESTILO DEFINIDO PARA LOS BUTTONS DE MAYOR TAMAÑO A LOS BUTTONS GENERAL*****/

/* Estilo de los Buttons de mayor tamaño a los Buttons de nivel_3 general*/
.CMS_LargerButtonLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

/* Estilo de los Buttons de mayor tamaño a los Buttons de nivel_2 general */
.CMS_LargerButtonLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: black;
}

/* Estilo de los Buttons de mayor tamaño a los Buttons de nivel_1 general */
.CMS_LargerButtonLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

/* ESTILO DEFINIDO PARA LOS LINKBUTTON DE MAYOR TAMAÑO DE LOS LINKBUTTON GENERAL */

/* Estilo de los LinkButton de mayor tamaño a los LinkButton de nivel_3 general*/
.CMS_LargerLinkButtonLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

/* Estilo de los LinkButton de mayor tamaño a los LinkButton de nivel_2 general*/
.CMS_LargerLinkButtonLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: blue;
	text-decoration: none;
}

/* Estilo de los LinkButton de mayor tamaño a los LinkButton de nivel_1 general*/
.CMS_LargerLinkButtonLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

/* ESTILO DEFINIDO PARA LOS HYPERLINK DE MAYOR TAMAÑO DE LOS HYPERLINK GENERAL */

/* Estilo de los HyperLink de mayor tamaño a los HyperLink de nivel_3 general*/
.CMS_LargerHyperLinkLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

/* Estilo de los HyperLink de mayor tamaño a los HyperLink de nivel_2 general*/
.CMS_LargerHyperLinkLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: blue;
	text-decoration: none;
}

/* Estilo de los HyperLink de mayor tamaño a los HyperLink de nivel_1 general*/
.CMS_LargerHyperLinkLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}

/***** ESTILO DEFINIDO PARA LOS DROPDOWNLIST DE MAYOR TAMAÑO DE LOS DROPDOWNLIST GENERAL *****/

/* Estilo de los DropDownList de mayor tamaño a los de nivel_3 general */
.CMS_LargerDropDownListLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

/* Estilo de los DropDownList de mayor tamaño a los de nivel_2 general */
.CMS_LargerDropDownListLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: black;
}

/* Estilo de los DropDownList de mayor tamaño a los de nivel_1 general */
.CMS_LargerDropDownListLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
}


/***** ESTILO DEFINIDO PARA LOS LISTBOX DE MAYOR TAMAÑO DE LOS LISTBOX GENERAL *****/

/* Estilo de los ListBox de mayor tamaño a los de nivel_3 general */
.CMS_LargerListBoxLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

/* Estilo de los ListBox de mayor tamaño a los de nivel_2 general */
.CMS_LargerListBoxLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: black;
}

/* Estilo de los ListBox de mayor tamaño a los de nivel_1 general */
.CMS_LargerListBoxLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
}


/***** ESTILO DEFINIDO PARA LOS CHECKBOX DE MAYOR TAMAÑO DE LOS CHECKBOX GENERAL *****/

/* Estilo de los CheckBox de mayor tamaño a los de nivel_3 general */
.CMS_LargerCheckBoxLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

/* Estilo de los CheckBox de mayor tamaño a los de nivel_2 general */
.CMS_LargerCheckBoxLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: black;
}

/* Estilo de los CheckBox de mayor tamaño a los de nivel_1 general */
.CMS_LargerCheckBoxLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

/***** ESTILO DEFINIDO PARA LOS CHECKBOXLIST DE MAYOR TAMAÑO DE LOS CHECKBOXLIST GENERAL *****/

/* Estilo de los CheckBoxList de mayor tamaño a los de nivel_3 general */
.CMS_LargerCheckBoxListLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

/* Estilo de los CheckBoxList de mayor tamaño a los de nivel_2 general */
.CMS_LargerCheckBoxListLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: black;
}

/* Estilo de los CheckBoxList de mayor tamaño a los de nivel_1 general */
.CMS_LargerCheckBoxListLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

/***** ESTILO DEFINIDO PARA LOS RADIOBUTTON DE MAYOR TAMAÑO DE LOS RADIOBUTTON GENERAL  *****/

/* Estilo de los RadioButton de mayor tamaño a los de nivel_3 general */
.CMS_LargerRadioButtonLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

/* Estilo de los RadioButton de mayor tamaño a los de nivel_2 general */
.CMS_LargerRadioButtonLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: black;
}

/* Estilo de los RadioButton de mayor tamaño a los de nivel_1 general */
.CMS_LargerRadioButtonLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
}

/***** ESTILO DEFINIDO PARA LOS RADIOBUTTONLIST DE MAYOR TAMAÑO DE LOS RADIOBUTTONLIST GENERAL  *****/

/* Estilo de los RadioButtonList de mayor tamaño a los de nivel_3 general*/
.CMS_LargerRadioButtonListLevel3_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: black;
}

/* Estilo de los RadioButtonList de mayot tamaño a los de nivel_2 general */
.CMS_LargerRadioButtonListLevel2_S
{
	font-family: Verdana, Helvetica, sans-serif;
    font-size:  13px;
    font-weight: bold;
    color: black;
}

/* Estilo de los RadioButtonList de mayor tamaño a los de nivel_1 general */
.CMS_LargerRadioButtonListLevel1_S
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;
}



/* Clases Nuevas Para los grupos de datos */

.CMS_DataGroup_Table
{
	border-right: steelblue 1px solid;
    border-top: steelblue 1px solid; 
    border-left: steelblue 1px solid; 
    border-bottom: steelblue 1px solid;    
}

.CMS_DataGroup_TableCaption
{
	border-bottom: steelblue 1px solid;
	padding-right: 4px; 
	padding-left: 4px; 
	padding-bottom: 4px; 
	padding-top: 4px; 
	background: url(images/sprite.png) repeat-x 0px 0px
}

.CMS_DataGroup_TableCell
{
	padding-left:4px;	
}

.CMS_LabelInfo
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	overflow:auto;
	color:Navy;
}

.CMS_GridViewSelectedRowStyle_S
{	
	background-color:InactiveCaptionText;
}

.CMS_BlueBorderBox_White
{
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid; 
    border-left: steelblue 1px solid; 
    border-bottom: steelblue 1px solid;    
}

.CMS_BlueBorderBox_Blue
{
    border-right: steelblue 1px solid;
    border-top: steelblue 1px solid; 
    border-left: steelblue 1px solid; 
    border-bottom: steelblue 1px solid;    
    background-color:#eef1fa
}

.CMS_BlockPanel_Inactive
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.CMS_BlockPanel_Active
{
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    z-index: 999;
    filter:alpha(opacity=60);
    -moz-opacity:0.60;
    padding-top: 20%;
}

/*Clases para los Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#F8F8FF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}