/* CSS por Shaggyz - 2008 */
/* Layouts */

html{
	text-align: center;
}

body{
	background: #FFF;
	text-align: center;
	font-family: Arial, Verdana;
	font-size: 11pt;
}

/* Estilos */

div#titulo{
	text-align: left;
	background: #005B94;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #003366;
}

div#subtitulo{
	text-align: left;
	background: #5790AF;
	color: #fff;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 15px;
	margin-bottom: 20px;
	border: 1px solid #003366;
}

table.archivos{
	width: 500px;
	margin-left: 30%;
}

div.submenu{
	text-align: center;
}

table.archivos td{
	padding-left: 20px;
	padding-right: 20px;
}

table.archivos td{
	border-bottom: 1px #4F4F4F dotted;
}

table.archivos tr:hover, table.archivos tr.resalt:hover{
	background-color: #DFE8FF;
}

table.archivos tr.resalt{
	background-color: #EFF3FF;
}

a{
	cursor: pointer;
	_cursor: hand;
}

div#titulo span, div#subtitulo span{
	padding-left: 10px;
}

/* Menu */

.applemenu{
margin: 5px 0;
padding: 0;
width: 100%; /*width of menu*/
}

.applemenu div.silverheader{
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url(../img/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../img/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}