/*Estilo del Fondo*/
	.fondoPrincipal  {
		Background-color : #000000;
		background : url(../Imagenes/fondoPrincipal.jpg);
		color : #000000;
		font-family : Arial;
		font-size : 10pt;
		text-align : center;
	}
/*Estilo de Tabla Exterior*/
	.TablaExterior {
		border-style : none;
		border-width : 0;
		width : 100%;
		text-align : center;
		vertical-align : top;
	}
/*Estilo de Tabla Interior*/
	.TablaInterior {
		background-color : #FFFFFF;
		background : url(../Imagenes/TablaInterior.jpg);
		border-style : none;
		border-width : 0;
		width : 90%;
		text-align : center;
	}
/* Estilo de Menú Superior */
	.MenuSuperior {
		border-style : none;
		border-width : 0;
		width : 100%;
		text-align : center;
		font-family : Arial;
		font-size : 8pt;
		font-weight : bold;
		color : red;
	}
	.MenuSuperior :visited {color:#FF1111;} 
	.MenuSuperior :active {color:#CCFFFF} 
	.MenuSuperior :link {color:#FF1111} 
	.MenuSuperior :hover {color:#FFFF00}
/* Estilos para el Menú Lateral */
	.MenuLateral {
		border-style : none;
		border-width : 0;
		width : 10%;
		text-align : center;
		vertical-align : top;
		font-family : Times-new-roman;
		color : #660007;
		font-size : 10pt;
	}
	.MenuLateral :visited {color:#330099;} 
	.MenuLateral :active {color:#0000FF;} 
	.MenuLateral :link {color:#330099;} 
	.MenuLateral :hover {color:#3399FF;} 

	.menutitle {
		cursor:pointer;
		margin-bottom: 5px;
		background-color:#ECECFF;
		background : url(../Imagenes/menutitle.jpg);
		color:#660007;
		width:140px;
		padding:2px;
		text-align:center;
		font-weight:bold;
		border:1px solid #000000;
	}

	.submenu {
		margin-bottom: 0.5em;
		background : url(../Imagenes/menutitle.jpg);
	}
/*Estilos de Texto*/
	.Encabezado {
		background-color : #FFFFFF;
		background : url(../Imagenes/Encabezado.jpg);
		color : #33FFFF;
		font-family : Arial;
		font-weight : bold;
		font-size : 10pt;
		text-align : center;
		vertical-align : top;
	}
	.TextoAmpliado {
		font-family : Arial;
		color : #330000;
		font-size : 10pt;
		text-align : left;
	}
	.TextoResaltado {
		font-family : Times-new-roman;
		font-weight : bold;
		color :#330099;
		font-size : 12pt;
		text-align : center;
	}
	
	.TextoFirma {
		font-family : Arial;
		color : #990033;
		font-weight : bold;
		font-size : 8pt;
		text-align : right;
	}
/*Estilos para pie de Página*/
	.PiePagina {
		font-family : sans-serif;
		font-size : 8pt;
		color : #FF1111;
		text-align : center;
	}
	.PiePagina :visited {color:#FF1111;} 
	.PiePagina :active {color:#CCFFFF} 
	.PiePagina :link {color:#FF1111} 
	.PiePagina :hover {color:#FFFF00} 