/* CSS Document */
/****Cabecera*******/
/*******************/
.tabla_limpia TD
{
	border: 0px;
	padding: 0px;
}

/*
// ############
// TABLA TITULO
// ############
*/
.tabla_titulo
{
	color: #FFFFFF;
	background-color: #386898;
	background-image:  url(./IMG/tablas_bg.gif);
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tabla_titulo a:link
{
	color: #FFF;
	TEXT-DECORATION: none;
}
.tabla_titulo a:visited
{
	color: #FFF;
	TEXT-DECORATION: none;
}
.tabla_titulo a:hover
{
	color: #FFF;
	TEXT-DECORATION: underline;
}


a.tabla_menu_enlace, a.tabla_menu_enlace_marcado
{
        text-transform:capitalize;
        letter-spacing:1px;
        /*font-variant:small-caps;*/
        font-size:11px;
		#height:30px;
		padding-left:2px;
		background-position:-1px center;
		background-repeat:no-repeat;
}

a.tabla_menu_enlace img, a.tabla_menu_enlace_marcado img
{
        vertical-align:text-bottom;
}

a.tabla_menu_enlace
{
        display:block;
        line-height:18px;
        /*Por explorer*/
        //width:140px;
       // height:18px;
        color: #1B6C8F;
		font-size:11px;
        background-color: #E8E8E8;
        border-style: solid;
		border-width: 1px 0px;
		border-color: #FAFAFA #CCC #CCC #FAFAFA;
		background-image:URL('./IMG/blue_soft.gif');
}

a.tabla_menu_enlace:visited
{
        color: #238DBA;
}

a.tabla_menu_enlace:hover
{
        background-color: #D8D8D8;
        color: #11455B;
        text-decoration: none;
		background-image:URL('./IMG/blue_dark.gif');
}

a.tabla_menu_enlace_marcado
{
        display:block;
		line-height:18px;
        /*Por explorer*/
        //width:140px;        
		//height:18px;
        color: #484848;
		font-size:11px;
        background-color: #C8C8C8;
        border-top:solid 1px #aaa;
        border-bottom:solid 1px #dadada;
		font-weight: bold;
		background-image:URL('./IMG/black_selected.gif');
		font-weight:bold;
}

a.tabla_menu_enlace_marcado:hover
{
        /*background-color: #C8C8C8;*/
        color: #484848;
        text-decoration: underline;
}



