body{
	font-family: "Courier New";
	background-color: #D3B06C;
}

#imgHome{
	z-index:2;
	position:relative;
}

#DivInfoUsuario {
	padding:3px;
	WORD-BREAK:KEEP-ALL;
	z-index:1;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	width: 749px;
	text-align:right;
}

#DivInfoUsuario a:link, #DivInfoUsuario a:visited, #DivInfoUsuario a:active { 
	font-weight: bold;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: none;
}

#DivInfoUsuario a:hover {
	font-weight: bold;  
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration: underline;
}

#banner {
	z-index:2;
	position:relative;
}

#DivContenido {
	z-index:2;
	position:relative;
	width:98%;
	height: 100%;
	background-color:#D3B06C;
}

.titulo{
	font-size:40px;
	font-weight: bold;
}	
