/* reglas especificas a la aplicacion:  */
@import url( "../../app/css/flash.css" );


html {
	height: 100%;
}

body {
	font-family: Arial,sans-serif;
	text-align: center;
	margin: 4px;
	height: 100%;
}

a {
	text-decoration: none;
	border: solid 1px;
	padding: 2px;
	margin-right: 2px;
	color: darkblue;
}

div.htmlContent { display: none }

div.navigationButtons{
	position: relative;
	text-align: right;
	padding: 8px;
}

div.navigationButtons a div.accessKey {
	font-weight: bold;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: none;
}

div.error404 {
	width : 60%;
	text-align: center;
	border: solid brown 1px;
	padding : 20px;
	margin : 10px;
	background-color: pink;
}
