body {
background: #b6cc4d;
font: 10px Arial, Helvetica, sans-serif;
text-align:center;
}
	
	div#wrap {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	}
		div#top {
		background: url(images/top-bg.jpg) repeat-x;
		width: 1000px;
		height: 49px;
		}
			div#top-left {
			width: 274px;
			height: 49px;
			float: left;
			}
				div#topMenu{
				text-align:left;
				padding:8px 0 0 37px;
				height:19px;
				font-size:12px;F
				color:#666;
				}
					div#topMenu li{
					float: left;
					list-style: none;
					border-right:#666 2px solid;
					padding:0 3px;					
					}
					
					div#topMenu a{
					text-decoration:none;
					list-style: none;
					font-weight:bold;
					color:#666;
					}
					
				div#topFecha{
				padding-left:37px;
				text-align:left;
				height:22px;
				font-size:19px;
				color:#663;
				}
				
				.TopFecha {
                font-size:14px;
                color:#663;
				text-transform:capitalize;
                }
					
			div#topCintillo {
			background: url(images/cintillo.jpg) no-repeat;
			width: 445px;
			height: 49px;
			float: left;
			}
			div#topBuscador {
			text-align:right;
			width: 251px;
			height: 34px;
			float:left;
			padding: 15px 30px 0 0;
			}
		div#barra {
		background: #616f70;
		width: 1000px;
		height: 20px;
		}
		
		div#barra a{
		color:#616f70;
		}
		
		#contMain{
		width:940px;
		}
			#header {
			height: 71px;
			text-align:left;
			}
			#navegacion {
			width:940px;			
			height:58px;
			background: #FFF;
			font-size:16px;
			color:#333;
			text-align:left;
			}

			#rastro {
			margin: 9px 0 10px 0;
			background: #144e5a;
			width: 940px;
			height: 22px;
			text-align:left;
			
			}
				
				#rastro p {
				margin-left: 12px;
				color: #b6cc4d;
				font-weight: bold;
				padding-top:  5px;
				}
				
				#rastro a:hover{
				text-decoration: underline;
				font-weight: bold;
				color: #b6cc4d;
				font-size: 10px;
				}
				
				#rastro a:active{
				text-decoration: none;
				font-weight: bold;
				color: #b6cc4d;
				font-size: 10px;
				}

				#rastro a:link{
				text-decoration: none;
				font-weight: bold;
				color: #FFF;
				font-size: 10px;
				}

				.LinkRastro a:visited{
				text-decoration: none;
				font-weight: bold;
				color: #FFF;
				font-size: 10px;
				}

			#contenido{
			width:940px;
			}
			
			#footer {
			clear: both;
			background: url(images/footer-bg.gif) repeat-x;
			width: 1000px;
			height: 49px;
			text-align:right;
			}
			
					#footer_left1{
					float:left;
					width:30px;
					height:49px;
					}
					#footer-left {
					text-align:left;
					float: left;
					width: 408px;
					height:49px;
					cursor:pointer;
					}
					
					#footer-center {
					float:left;
					background: url(images/center-bg.gif) no-repeat;
					width: 124px;
					height: 49px;
					}
					
					#footer-right {
					background: url(images/footer-bg.gif) repeat-x;
					width: 408px;
					height: 49px;
					float: left;
					}
					
						#nav-footer {
						padding-top:3px;
						height:18px;
						font-size:11px;
						color:#FFF;
						}
							#nav-footer li {
							list-style: none;
							float: left;
							}
								#nav-footer a {
								color: #FFFFFF;
								text-decoration: none;
								}
									#nav-footer a:hover {
									text-decoration:underline;
									}
									
							.LinkDown {
							color: #FFFFFF;
							text-decoration: none;
							}              

						#footer-right-b {
						font-size:11px;
						height: 27px;
						text-align:right;
						}
						
							#footer-right-b a {
							color:#FFF;
							text-decoration:none;
							}
							
								#footer-right-b a:hover {
								text-decoration:none
								}
						
						.FooterRightB {
						color: #FFFFFF;
						text-decoration: none;
						}
						
						#content{
						padding:0 30px;
						width:940px;
						}

/**********************************************/

.main_dnnmenu_container {
	background-color: transparent;
}
.main_dnnmenu_bar {
	cursor: pointer; 
	cursor: hand;
	font:16px normal;
	color:#333;
}
.main_dnnmenu_item{ /*TD if menu option for using tables is on*/
	background:lightgray;
}
.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
	cursor: pointer; 
	cursor: hand;
	background: url(images/li-bg.gif) no-repeat;
	width:128px;
	height:21px;
	text-align:center;
	float:left;
	margin:3px;
	padding-top:37px;
	font-family:Arial, Helvetica, sans-serif;
}
.main_dnnmenu_itemhover {
	cursor: pointer; 
	cursor: hand;
	background: url(images/liover-bg.gif) no-repeat;
	color:#fff;
	text-decoration:none;
}
.main_dnnmenu_itemhover td {
}
.main_dnnmenu_icon {
}
.main_dnnmenu_submenu {
}
.main_dnnmenu_break {
}
.main_dnnmenu_arrow {
}
.main_dnnmenu_rootmenuarrow {
}
