@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	}
body {
	background-color: #292625;
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	color:#f9f5cc;
	
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#351b00;
	
}
a:link {
	text-decoration: none;
	color:#351b00;
	font-size:14px;
}
	
#caja{
	width:900px;
	height:620px;
	margin:50px auto auto auto;
			
	}

#encabezado{
	width:900px;
	height:20px;
					
	}

#contenido{
	width:850px;
	height:550px;
	font-size:14px;
	float:left;
	padding:25px;
	color: #C2BE8A;
}
	
#pie{width:900px;
height:20px;
font-size:11px;
text-align:center;
margin:auto;

}

.txt5{font-size:5px;}
.txt17{font-size:17px; color:#f9f5cc}
.interlineado{line-height:17px;}
.txt11{font-size:11px; color:#f9f5cc}
