/* CSS Document */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#666666;
	text-align:center;
	}
#contenedor {
	width:780px;
	border:1px solid #333333;
	background-color:#FFF8F0;
	margin:10px auto;
	text-align:left;
	}
#encabezado {
	margin:10px;
	padding:10px;
	width:730px;
	height:200px;
	border:1px solid #333333;
	background-color:#CC6600;
	float:left;
	display:inline;
	}
#encabezado h1 {
	font-size:18px;
	font-weight:bold;
	width:500px;
	border-bottom:6px solid #FFFFFF;
	color:#FFFFFF;
	margin:0;
	text-transform:uppercase;
	padding-bottom:10px;
	}
#menu {
	float:left;
	margin:10px 10px auto 0;
	border:1px solid #333333;
	width:780px;
	height:24px;
	}

#contenido {
	width:780px;
	clear:both;
	padding:0px;
	}
#contenido h2 {
	font-size:16px;
	color:#CC3300;
	width:246px;
	text-transform:uppercase;
	border-bottom:1px dotted #CC3300;
	}
#contenido h3 {
	width:246px;
	font-size:14px;
	color:#999900;
	border-bottom:1px dotted #999900;
	}
#footer {
	width:560px;
	text-align:right;
	padding:10px;
	font-size:80%;
	font-style:italic;
	color:#999999;
	}

