/* Texto por defecto */
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}




/* Color de los Links */
A.SkinObject:link {
    text-decoration:    none;
    color:#d40000;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#d40000;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#d40000;
}

A.SkinObject:hover    {
    text-decoration:    underline;
    color:#d40000;
}

A.CommandButton:link {
    text-decoration:    none;
    color: #d40000;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #d40000;
}

A.CommandButton:active   {
    text-decoration:    none;
    color: #d40000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #d40000;
}

A:link  {
    text-decoration:    none;
    color:  #d40000;
}

A:visited   {
    text-decoration:    none;
    color:  #d40000;
}

A:active    {
    text-decoration:    none;
    color:  #d40000;
}

A:hover {
    text-decoration:    underline;
    color:  #d40000;
}

A.Normal:hover, A.Normal:active, A.Normal:visited, A.Normal:link
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	color:  #d40000;
}














/* Main Menu */

.MainMenu_MenuContainer {
	background-color: Transparent;
	width:100%;
	
}
.MainMenu_MenuBar {
	cursor: hand;
	height:16;
	background-color: Transparent;
	
	
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;

	
}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height:0px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	background-color: #999999;
    filter:alpha(opacity=50);  
    -moz-opacity:0.5;          
    opacity: 0.5;               

}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 1px solid; 
	border-bottom: #FFFFFF 1px solid; 
	border-top: #FFFFFF 0px solid;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}



body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
	color:#000000;
	
}

/*.mastertable
{
	background-image:url(images/main_bg.gif);
	background-repeat:no-repeat;

}*/


A.btnSearch
{
	padding-top:2px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	margin-left: 5px;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#000000;
	border: #7f9db9 solid 1px;
	vertical-align:text-top;
}






.Estilo1 {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #7c7c78;
}



TD.menu_bottom  A, TD.menu_bottom  A:active, TD.menu_bottom  A:visited, TD.menu_bottom A:hover {
	color:#000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}



.Estilo4 {font-family: Tahoma, Verdana, Arial; font-size: 10px; font-weight: bold;color: #7f7f7f; }

.Estilo5 {color: #000000}


TD.lang
{
	padding-bottom: 5px;
}

TD.buscar
{
	padding-bottom: 15px;
}


TD.menu
{
	border-top:#bfbfbf solid 1px;
	border-bottom:#bfbfbf solid 1px;
	background-image:url(images/bg_menu.gif);
	background-repeat:repeat-y;
	padding-top:5px;
	width:100%;
}

TD.contentpane
{
	vertical-align:top;
	text-align:center;
}

TD.leftpane
{
	vertical-align:top;
	background-color:#FFFFFF;
}

TD.rightpane
{
	vertical-align:top;
	background-color:#FFFFFF;
}

TD.toppane
{
	padding:5px;
}


TD.bbl_cl
{
	background-image:url(images/bg_bbl_cl.gif);
	background-repeat:repeat-y;
	background-position:right;
}

TD.bbl_cr
{
	background-image:url(images/bg_bbl_cr.gif);
	background-repeat:repeat-y;
	background-position:right;
}

TD.bbr_cl
{
	background-image:url(images/bg_bbr_cl.gif);
	background-repeat:repeat-y;
	background-position:left;
}

TD.bbr_cr
{
	background-image:url(images/bg_bbr_cr.gif);
	background-repeat:repeat-y;
	background-position:left;
}

TD.bbu_cl
{
	background-image:url(images/bg_bbu_cl.gif);
	background-position:bottom;
	background-repeat:repeat-x;

}

TD.bbu_cr
{
	background-image:url(images/bg_bbu_cr.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:right;
}

TD.bbb_cl
{
	background-image:url(images/bg_bbb_cl.gif);
	background-position:top;
	background-repeat:repeat-x;

}

TD.bbb_cr
{
	background-image:url(images/bg_bbb_cr.gif);
	background-position:top;
	background-repeat:repeat-x;

}


TD.btopl
{
	background-image:url(images/bg_top_b_l.gif);
	background-repeat:no-repeat;
}

TD.btopr
{
	background-image:url(images/bg_top_b_r.gif);
	background-repeat:repeat-x;
	background-color:#446291;
}

TD.topl
{
	background-image:url(images/bg_top_l.gif);
	background-repeat:no-repeat;
	width:387px;
}
TD.menu_top
{
	background-image:url(images/bg_top_r.gif);
	background-repeat:repeat-x;
	width:381px;
	color:#a7b5cb;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	background-color:#446291;
}

TD.menu_top  A, TD.menu_top  A:active, TD.menu_top  A:visited {

	color:#a7b5cb;


}

TD.menu_top  A:hover{

	color:#ffffff;
	
}

TD.main
{
	background-image:url(images/bg_main.gif);
	background-repeat:no-repeat;
	background-color:#f9f9f1;
	background-position:right top;
	vertical-align:top;
}

TD.bottom
{
	background-color:#f9f9f1;

}


TD.borderleft
{
	background-image:url(images/bg_left.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}

TD.borderright
{
	background-image:url(images/bg_right.gif);
	background-repeat:repeat-y;
	vertical-align:top;
}


