#content {}

#content  .box-news {
	width: 434px;
	background-image: url(imgs/objetos/box-shadow-sides.gif);
	background-repeat: repeat-y;
	background-color: #f2f2f2;
	margin-top:  20px;
	margin-left: 0px;
	margin-right: 14px;
	float: left;
	position: relative;
}
	#content .box-news .box-top,
	#content .box-news .box-bottom {
		width: 434px;
		height: 17px;
		background-repeat: no-repeat;
	}
	#content .box-news .box-top {
		background-image: url(imgs/objetos/box-shadow-top.gif);
	}
	#content .box-news .box-bottom {
		background-image: url(imgs/objetos/box-shadow-bottom.gif);
		margin-bottom: 0px !important; /* Estándar */
		margin-bottom: -3px; /* IE6- */
	}
	.box-news .box-content {
		width: 384px;
		margin: 0px 15px;
		padding: 0px 0px 0px 10px;
	}
		#content  .box-news .box-content H1.box-titulo{
			font-size:14px;
			margin:15px 0px -10px 0px;
			padding-bottom:10px;
		}
		
		/**
		 *	Clearfix importado a .box-content solamente para estándares
		 */
		.box-news .box-content:after { /* (estándar) */
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		.box-news .box-content {display: inline-block;}
		/**
		 *	FIN Clearfix
		 */
		 
		#content .box-news .box-content H1 {
			font-size: 12px;
			color: #61a0d6;
			letter-spacing: 0.5px;
			margin-top: 15px;
		}
			#content .box-news .box-content H1 A {
				color: #61a0d6;
			}
			
		#content .box-content P,
		#content .box-content P A {
			margin-left: 0px;
			margin-top: 5px;
			margin-bottom: 5px;
			font-size: 11px;
			margin-bottom: 15px;
			color: #808080;
		}
		.box-content img {
			float: left;
			clear: left;
			width: 71px;
			height: 64px;
			padding: 10px;
			margin-right: 10px;
			margin-top: 7px;
			background-image: url(imgs/objetos/box-news-bg-img.gif) ;
			background-repeat: no-repeat;
		}
	#content .titulo_inferior  {
		float: right;
		position: relative;
		padding: 10px;
		margin-bottom: -120px;
		font-size: .7em;
	}	
	
	#content .box-news .hr {
		background-image: url(imgs/blue-dot.gif);
		background-repeat: repeat-x;
		height: 2px;
		width: 90%;
		margin: 0 auto;
		padding: 0px;
		margin-top: 5px;
		margin-bottom: -5px !important;
		margin-bottom: -25px; /* Por alguna razón en IE6- de dejaba un margin-bottom muy grande estando este a 0px*/
	}
	
	
.noticias { margin-top: 15px; }
	#content .noticias IMG { float: left; padding: 0px 10px 10px 0px; margin-top: -10px; border: 0px;  }
	#content .noticias H1 { margin: 0px; margin-left: 80px; font-size: .8em; text-transform: capitalize; }
	#content .noticias H2 { font-size: .7em; }
	#content .noticias P { font-size: .7em; }
	#content .noticias A { color: #343434; }
	#content .noticias H1 A { color: #0A568A; }
	.noticias:after {
		content: '.';
		visibility: hidden;
		display: block;
	}
	
	
#content .content-box {
	background-image: url(imgs/content-box-bg.gif);
	background-repeat: repeat-y;
	margin: 20px 0px 0px 0px;
	width: 350px;
	overflow: hidden;
	float: right; /*IE 6*/
	clear: both;
}	
	#content .content-box P {
		color: #000;
		font-size: .7em;
		margin: 0px;
		padding: 0px 15px;
		width: 320px; /* 350 - 30( 2 paddings) */
	}
	#content .content-box .top {
		background-image: url(imgs/content-box-top.gif);
		background-repeat: no-repeat;
		height: 30px;
		padding: 14px 0px 0px 35px;
		color: #535353;
	}
		#content .content-box .top H1 {
			font-size: .9em;
		}
	#content .content-box .bottom {
		background-image: url(imgs/content-box-bottom.gif);
		background-repeat: no-repeat;
		height: 20px;
	}


.submenu {
	width: 183px;
	background-image: url(imgs/objetos/submenu-corners-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
	
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	letter-spacing: 0.3px;
	text-transform: uppercase;
	padding-bottom: 15px;
}
	.submenu UL {
		list-style-type: none;
		padding: 3px;
		padding-right: 0px;
		border-left-width: 1px; 
		border-left-style: solid;
		border-left-color: #f5f5f5;
	}
		.submenu UL LI {
			margin-top: 3px;
			line-height: 20px;
			width: 100%;
			text-indent: 10px;
		}
			.submenu UL LI H1 {
				width: auto !important;
				font-size: 1em !important;
			}
			.submenu UL LI A {
				display: block;
				color: #343434;
				text-decoration: none;
			}
			.submenu UL LI A:hover {
				background-color: #FFF;
			}
		.submenu .submenu-corners-top {
			background-image: url(imgs/objetos/submenu-corners-top.gif);
			background-repeat: no-repeat;
			width: 183px;
			height: 15px;
		}

.hr {
	background-image: url(imgs/blue-dot.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin: 0 auto;
	width: 900px;
}

	
	