/* hide from ie on mac \*/
html { height: 100%;}
#simpleViewer { height: 600px;}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #333333;
	color:#FFF;
}
p {
	width: 20%;
	font-family: arial, helvetica;
	font-size: 70%;
	margin-left: 80%;
	
}

.Estilo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

	#header {
		text-align: center;
		background-color: #333333;
		width: 100%;
		height: 110px;
		padding: 0 0 0 0;
		
	}
	
	#footer {
		text-align: center;
		background-color: #333333;
		color:#FFFFFF;
		width: 100%;
		height: 20px;
		padding: 0 0 0 0;
	}