body
{
	background-color:#000000;
	font-family: Arial;
	font-size:12pt;
	color: #CCFFFF;
}

div.cabecera
{
	width: 100%;
	height: 110px;
	position:absolute;
	top:0%;
	left: 4px;
	border-bottom : 1px solid #2F2F00;
}

div.tituloMenu
{
	width: 110px;
	height:  25px;
	position:absolute;
	top:188px;
	left:17 px;
	border: 1px solid Blue;
	background-color : Navy;
	font : 15px;
	text-align : center;
	vertical-align : middle;
	padding-top : 2px;
	z-index:2;
}

div.tituloInfo
{
	width: 110px;
	height:  25px;
	position:absolute;
	top:658px;
	left:17 px;
	border: 1px solid Blue;
	background-color : Navy;
	font : 15px;
	text-align : center;
	vertical-align : middle;
	padding-top : 2px;
	z-index:2;
}


div.menu
{
	width: 145px;
	height: 300px;
	position:absolute;
	top:180px;
	left:4 px;
	border: 1px solid Blue;
	background-color : Silver;
	z-index:1;
}

div.info
{
	width: 145px;
	height: 130px;
	position:absolute;
	top:650px;
	left:4 px;
	border: 1px solid Blue;
	background-color : Silver;
	z-index:1;
}



div.tituloEnlaces
{
	width: 110px;
	height:  25px;
	position:absolute;
	top:510px;
	left:17 px;
	border: 1px solid Blue;
	background-color : Navy;
	font : 15px;
	text-align : center;
	vertical-align : middle;
	padding-top : 2px;
	z-index:2;
}


div.enlaces
{
	width: 145px;
	height: 130px;
	position:absolute;
	top:500px;
	left:4 px;
	border: 1px solid Blue;
	background-color : Silver;
	z-index:1;
}


table.menu
{
	border : 1px solid Black;
	background-color : Gray;
}


div.areaTrabajo
{
	width: 88%;
	height: 100%;
	position:absolute;
	border-left: 1px solid #2F2F00;
	top:110px;
	left:171px;
}

div.tituloPagina
{
	width: 700px;
	height: 30px;
	border-top: 2px solid Silver;
	border-bottom: 2px solid silver;
	position:absolute;
	top:130px;
	left:171px;
	padding-top : 3px;
	background-color : Gray;
	color: White;
	font : bold 15px;
	text-transform : capitalize;
	font-style : oblique;
}

#menu div.barraMenu,
#menu div.barraMenu a.botonMenu
{
	font-family: Arial;
	font-size:18pt;
	color: white;
}

#menu div.barraMenu
{
	text-align: left;
}

#menu div.barraMenu a.botonMenu
{
	background-color: Black;
	color: white;
	cursor: pointer;
	padding: 4px 6px 2px 5px;
	text-decoration: none;
}

#menu div.barraMenu a.botonMenu:hover
 {
	background-color: Black;
	font-size:18pt;
	color: yellow;
}

#menu div.barraMenu a.botonMenu:active
{
	background-color: Black;
	color: #CCFF33;
}

td.barraMenu
{
	border : medium solid;
}

td.titulo
{
	border-bottom-width : 1px;
	border-bottom : solid;
	border-top-width : 1px;
	border-top : solid;
}

td.tituloPagina2
{
	border-bottom-width : 1px;
	border-bottom : 1px solid Blue;
	border-left-width : 1px;
	border-left: 1px solid Blue;
	border-top-width : 1px;
	border-top: 1px solid Blue;
	text-align : center;
	color : yellow;
	background-color : Gray;
	font-size : larger;
}

td.barraLateral
{
	border-left-width : 1px;
	border-left: 1px solid Blue;
}


#Menu2 a.boton
{
	background-color: transparent;
	color: white;
	cursor: pointer;
	padding: 4px 6px 2px 5px;
	text-decoration: none;
}

#Menu2 a.boton:hover
 {
	background-color: transparent;
	color: yellow;
}

#Menu2 a.boton:active
{
	background-color: Black;
	color: #CCFF33;
}