body {
	margin:0px;
	padding:0px;
	background-color:black;
	color:white;
	font-family:Verdana;
	font-size:11px;
}
#header {
	overflow: hidden;
	height:311px;
	width:100%;
}

#flashcontent {
	width:100%;
}
#wrapper {
	width:686px;
	background-color:black;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
}
img {
	border:0px;
}
a {
	color: white;
	text-decoration:none;
	border:0px;
}
a:hover {
	text-decoration:underline;
}

a.volver {
	padding:18px;
}

#left {
	float:left;
	width:335px;
}
	#left table {
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 15px;
	}
	p{
		color:#969696;
		padding:0px 0px 0px 0px;
		margin:16px 0px 8px 15px;
		line-height:15px;
		
	}
	#section {
		margin:5px 0px 20px 15px;
		border-top:1px solid #870102;
		border-bottom:1px solid #870102;
		padding:7px 0px 7px 5px;
	}
	.section_left {
		width:145px;
		float:left;
	}
	.section_right {
		width:160px;
		float:right;
		margin:0px 0px 0px 5px;
	}
	h4 {
		margin:0px 0px 0px 15px;
		padding:0px;
		font-size:18px;
		color:#D40001;
		font-weight:normal;
	}
	.more {
		width:75px;
		height:19px;
		display:block;
		background:transparent url(/templates/images/more.jpg) 0px 0px;
		margin:10px 0px 0px 0px;
		text-decoration: none;
	}
	.more:hover {
		text-decoration: none;
	}
#center {
	float:left;
	width:680px;
}	
	#item {
		margin:5px 0px 20px 15px;
		border-top:1px solid #870102;
		padding:7px 0px 7px 0px;
	}
	.item_left {
		width:145px;
		float:left;
		padding:0px 5px 0px 0px;		
	}
	.item_right {
		width:510px;
		float:right;
		margin:0px 0px 0px 5px;
	}

#right {
	width:296px;
	margin:25px 15px 20px 20px;
	float:right;
}
	#right .top {
		width:296px;
		background:transparent url(/templates/images/right_top.jpg) 0px 0px;
		height:55px;
	}
	#right .top .title {
		padding:10px 10px 10px 20px;
		font-weight:bold;
	}
	#right .center {
		background-color:#870102;
		padding:5px 20px 10px 20px;
	}
	#right .bottom {
		width:296px;
		background:transparent url(/templates/images/right_bottom.jpg) 0px 0px;
		height:25px;
	}
	.right_title {
		font-weight:bold;
		padding:8px 0px 8px 0px;
		float:left;
	}
	.right_body {
		clear:both;
		padding:0px 0px 0px 0px;
	}
#footer {
	width:100%;
	margin:0px auto 0px auto;
}
	#footer .bg {
		background:transparent url(/templates/images/bg.jpg) no-repeat;
		margin:0px auto 0px auto;
		width:686px;
		height:39px;
	}
	#footer .ft {
		background:transparent url(/templates/images/footer.jpg) repeat-x;
		height:133px;	
		width:100%;
		padding:20px 0px 0px 0px;		
		color:#959595;
		font-size:10px;
		text-align:center;		
	}
	#footer .ft a {
		text-decoration:underline;
		color:#959595;	
	}
	#footer .ft .tx {
		width:686px;
		margin:0px auto 0px auto;
		line-height:15px;
	}
	#footer .ft .txl {
		float:left;
	}
	#footer .ft .txp {
		float:right;
		text-align:right;
	}

hr .margin{
	background-color: #870102;
	color: #870102;
	height: 1px;
	border: 0;
	margin:5px 0px 5px 15px;
	padding:0px;
}	
hr {
	background-color: #870102;
	color: #870102;
	height: 1px;
	border: 0;
	margin:5px 0px 5px 0px;
	padding:0px;
}		
.clear {
	clear:both;
}
.nav {
	text-align:center;
	padding:20px 0px 0px 0px;
}
.navlist {
}
.nav div {
	display:inline;	
}
.nav a{
	color:#969696;
}
	
