/* CSS Document */
body {
	font-family:tahoma, "Times New Roman", Times, serif;
	font-size:11px;
	color:#666666;
	text-align:center;
	}

#encabezado {
	margin:0px;
	padding:0px;
	width:864px;
	height:30px;
	/*border:1px solid ##CCCCCC;
	/*background-color:##CCCCCC;
	/*float:left;
	display:inline;*/
	}
	
#encabezado h1 {
	font-size:12px;
	font-weight:bold;
	/*width:auto;*/
	/*border-bottom:16px solid #FFFFFF; */
	color:#3F1C00;
	margin:0;
	text-transform:none;
	padding-bottom:2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-left: 2px;
	background-position: center;
	}
#menu {
	float:right;
	border:0;
	width:700px;
	height:22px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: auto;
	margin-left: 0;
	}
	
#menupie {
	float:right;
	border:0;
	width:860px;
	height:30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	}
mp a:link, A:visited { text-decoration: underline }
mp a:hover { text-decoration: none }


#contenido {
	width:200px;
	clear:both;
	padding:2px;
	}
#contenido h2 {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
	font-size:12px;
	width:297px;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffffff;
	margin: 1px;
	padding: 1px;
	}
#contenido h3 {
	color:#3F1C00;
	border-bottom:1px dotted #3F1C00;
	font-size:12px;
	width:548px;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F1C00;
	margin: 1px;
	padding: 1px;
	}
	
	#contenido h4 {
	color:#CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	font-size:12px;
	width:262px;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 1px;
	padding: 1px;
	}
		#contenido h5 {
	color:#CCCCCC;
	border-bottom:1px dotted #CCCCCC;
	font-size:12px;
	width:535px;
	text-transform:uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin: 1px;
	padding: 1px;
	}
#footer {
	width:860px;
	text-align:right;
	padding:0px;
	font-size:11px;
	font-style:normal;
	color:#660000;
	}

