@charset "UTF-8";
/* Comisión de la Verdad - Palacio de Justicia - CSS Document */

/* BODY */
html {
	overflow-y: scroll;
}
body {
	background-color:#000000;
	font-family:Calibri, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height:16px;
}
p {
	font-size:13px;
	margin-top:2px;
}
a {
	color:#0066CC;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}
h1 {
	margin-top:0px;
	font-size:130%;
}
h2 {
	margin-top:4px;
	font-size:120%;
}
h3 {
	margin-bottom:0px;
	margin-top:0px;
	margin-left:0px;
	font-size:115%;
}
h4 {
	margin-bottom:0px;
	margin-top:0px;
	padding:2px;
	font-size:100%;
}
/*ul {
	font-size:14px;
	}*/
	
li {
	font-size:13px;
	line-height: 16px;
}
img {
	behavior: url(iepngfix.htc);
	border:none;
}
/* LAYOUT */

#container {
	width:968px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:968px;
	height:170px;
	background-color:#E8E4D6;
	background-image:url(http://verdadpalacio.org.co/Assets/Layout/headerBack.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
}
#content {
	width:968px;
	margin-left:auto;
	margin-right:auto;
	background-color:#BEAF89;
	overflow: visible;
	background-repeat: repeat-y;
	height: auto;
}
#leftColumn {
	width:200px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-left:6px;
	margin-right:2px;
	margin-bottom:10px;
	background-color:#C8BB95;
	text-align:left;
	font-size:12px;
}
#leftColumn p {
	margin-left:20px;
	margin-right:20px;
	margin-top:8px;
	margin-bottom:8px;
}
#mainColumn {
	width:554px;
	height:auto;
	float:left;
	margin-top:10px;
	margin-left:4px;
	margin-right:2px;
	margin-bottom:10px;
	background-color:#D1C18D;
	border: solid 2px #DDCB8C;
	padding:4px;
	text-align:justify;
}
#rightColumn {
	width:158px;
	height:auto;
	margin-top:10px;
	margin-left:4px;
	margin-right:4px;
	margin-bottom:10px;
	background-color:#D1C18D;
	border: solid 2px #DDCB8C;
	padding:0px;
	font-size:12px;
}
#rightColumnNews {
	width:160px;
	height:auto;
	margin-top:10px;
	margin-left:2px;
	margin-right:4px;
	margin-bottom:10px;
	background-color:#D1C18D;
	border: solid 2px #DDCB8C;
	padding:4px;
	font-size:12px;
	display:none;
}
#rightFix {
	width:170px;
	float:right;
	margin-right:14px;
}
#contentImage {
	background-color:white;
	padding:4px;
}
#contentImagePlacement {
	float:right;
	color:#333333;
	margin:8px;
	width: auto;
}
#contentImagePlacement p {
	line-height:normal;
	margin-top:0px;
	color:#333333;
}
#footer {
	clear:left;
	width:968px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	background-color:#BEAF89;
	font-size:65%;
	padding-top: 10px;
}
#DateYear {
	font-size:18px;
	background-color:#CAAB6A;
	margin-top:0px;
	margin-bottom:0px;
	width: 70px;
	padding-right:4px;
	font-weight:600;
}
#DateMonth {
	font-size:12px;
	background-color:#000;
	margin-top:1px;
	color: white;
	width: 70px;
	padding-right:4px;
}
/* Styles */
 
.FotoCredit {
	margin-top:0px;
	font-size:80%;
	font-style:italic;
	text-align:right;
}
.Downloads {
	margin-top:0px;
	font-size:90%;
	text-align:left;
}
.Tabular {
	margin-top:0px;
	font-size:80%;
	text-align:left;
}
.atencion{
	color:#600;
}
/* png ie transparency */
.png_hack {
	background-image:url(blank.gif);
!important;
	background-image: none;
	filter: none !important;
 filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’img/the_image.png’);
}
