/*---------------------------------------------------------------------------------
[ARKIX Master Stylesheet]
Project:		ACTUAR
Version:		2.0
Last change:	30/10/2008 [Ajustes de estilos para contenidos]
Assigned to:	Sebastián Echeverri Ospina
Primary use:	Master de todos los portales de ACTUAR
---------------------------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	text-align:center;
	background-image:url(/web/Portals/0/Images/general/bg_portal.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:11px;
	color:#515151;
}
UL LI{
	list-style-image:url(/web/Portals/0/Images/general/icon_ul_li.png);
	margin-left:25px;
	font-family:Tahoma;
	font-size:11px;
	color:#515151;
	margin-right:15px;
	margin-bottom:15px;
}

UL LI LI{
	list-style-image:url(/web/Portals/0/Images/general/icon_ul_li.png);
	margin-left:25px;
	font-family:Tahoma;
	font-size:11px;
	color:#515151;
	margin-right:15px;
	margin-bottom:15px;
}
OL LI{
	margin-left:25px;
	font-family:Tahoma;
	font-size:11px;
	color:#515151;
	margin-right:5px;
	margin-bottom:5px;
}
P{
	font-family:Tahoma;
	font-size:11px;
	text-align:left;
	margin-bottom:10px;}
TD{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}
H1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#004785;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-bottom:10px;}
H2{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#004785;
	border-bottom:solid 1px #004785;
	margin-bottom:10px;
	margin-left:0px;}
blockquote{
	font-size:11px;
	font-family:Tahoma;
	margin-left:50px;
	margin-right:50px;
	margin-bottom:15px;
	border-left:solid 5px #7FA2C2;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
}
select{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
}

#wrapper{
	width:990px;
	margin:0px auto;
	margin-top:10px;
}
/* Define los contenedores del home */
	#top_container{
		float:left;
		background-image:url(/web/Portals/0/Images/general/bg_top_container.png);
		background-position:top;
		background-repeat:no-repeat;
		width:990px;
	}
		#top_container_left{
		float:left;
		width:330px;
		}
		#top_container_right{
		float:left;
		width:640px;
		}
		#top_container_right p{
		text-align:right;
		padding-right:20px;
		}
			#search {
			width:290px;
			float:right;
			margin-right:15px;
			height:35px;
			margin-top:3px;
			background-image:url(/web/Portals/0/Images/general/bg_search.png);
			background-repeat:no-repeat;
			}
			#top_menu{
			width:640px;
			float:right;
			margin-right:15px;
			background-image:url(/web/Portals/0/Images/general/bg_top_menu.png);
			background-repeat:no-repeat;
			background-position:right;
			margin-top:38px;
			height:35px;}
							#top_menu P{
							margin-top:10px;
							font-family:Tahoma;
							font-size:11px;
							color:#004785;
							font-weight:bold;
							}
							#top_menu A, A:link, A:visited, A:active{
							font-family:Tahoma;
							font-size:11px;
							color:#004785;
							font-weight:bold;
							text-decoration:none;
							}
							#top_menu A:hover{
							font-family:Tahoma;
							font-size:11px;
							color:#004785;
							font-weight:bold;
							text-decoration:underline;
							}
		#main_banner{
		float:left;
		width:960px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:15px;
		/*height:230px;*/
		}
		#main_banner_content{
		float:left;
		width:960px;
		margin-left:15px;
		margin-right:15px;
		margin-bottom:15px;
		height:210px;
		background-color:#CCCCCC;}
	#quick_links{
		float:left;
		width:960px;
		height:150px;
		margin-bottom:15px;
		background-color:#CCCCCC;
		margin-left:15px;
		background-image:url(/web/Portals/0/Images/general/bg_quick_links_home.png);
		background-position:top;
		background-repeat:no-repeat;}
		#quick_links_contents{
		float:left;
		width:960px;
		height:93px;
		margin-bottom:15px;
		background-color:#CCCCCC;
		margin-left:15px;
		background-image:url(/web/Portals/0/Images/general/bg_quick_links.png);
		background-position:top;
		background-repeat:no-repeat;}
/* Define la sección de Actualidad */	
	#header_news{
		float:left;
		width:990px;
		margin-bottom:10px;
		text-align:left;
		height:38px;
		font-family:Tahoma;
		font-size:11px;}
			#header_news P{
			font-family:Tahoma;
			font-size:11px;
			margin-bottom:10px;
			color:#515151;}
	#news_left{
		float:left;
		width:480px;
		padding-right:15px;
		text-align:left;
		border-right:solid 1px #003399;}
			#news_left P{
			font-family:Tahoma;
			font-size:11px;
			margin-bottom:10px;}
			#news_left H1{
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#004785;
			font-size:24px;
			font-weight:bold;
			letter-spacing:-1px;
			margin-bottom:10px;}
	#news_right{
		float:right;
		width:478px;
		text-align:left;
		padding-left:15px;}
			#news_right P{
			font-family:Tahoma;
			font-size:11px;
			margin-bottom:10px;}
			#news_right H1{
			font-family:Georgia, "Times New Roman", Times, serif;
			color:#004785;
			font-size:24px;
			font-weight:bold;
			letter-spacing:-1px;
			margin-bottom:10px;}
/* Fin de la sección de Actualidad */
/* Define el footer*/
#footer{
	width:100%;
	border-top:solid 1px #CCCCCC;
	text-align:center;
	margin-top:20px;
	float:left;
}
	#container_footer{	
	width:990px;
	margin:10px auto;
	}
		#left_footer{
		width:660px;
		float:left;
		margin-top:10px;
		text-align:left;
		color:#00b09c;
		font-family:Tahoma;
		font-size:11px;
		}
			#left_footer A, A:link, A:active, A:hover, A:visited{
			text-decoration:none;
			font-weight:normal;
			color:#00b09c;
			font-family:Tahoma;
			font-size:11px;
			}
			#left_footer A:hover{
			text-decoration:underline;
			font-weight:normal;
			color:#00b09c;
			font-family:Tahoma;
			font-size:11px;
			}
		#right_footer{
		width:330px;
		float:right;
		margin-top:10px;
		height:90px;
		background-image:url(/web/Portals/0/Images/general/certified.png);
		background-position:top right;
		background-repeat:no-repeat;
		}
/* Fin del footer*/
/* Inicio de los estilos para home de portal */
	#main_content{
	float:left;
	width:990px;
	font-family:Tahoma;
	font-size:11px;
	margin-bottom:10px;
	}
	#main_content ul li li{
	list-style:none;
	list-style-image:none;
	background: url(/web/Portals/0/Images/general/img_bullet.gif) left 5.5px no-repeat;
	margin:10px 5px;
	padding:0 0 0 10px;
	text-align:left;
		}
		#main_menu{
		width:180px;
		float:left;
		text-align:left;
		font-family:Tahoma;
		margin-bottom:15px;
		}
		#main_menu UL LI{
		list-style-type:none;
		margin-left:25px;
		font-family:Tahoma;
		font-size:11px;
		color:#515151;
		}
/*			#main_menu A, A:link, A:active, A:hover, A:visited{
			color:#79848e;
			text-decoration:none;
			}
			#main_menu A:hover{
			color:#79848e;
			text-decoration:none;
			}
			#main_menu UL LI{
			border-bottom:solid 1px #7fa2c2;
			padding:5px;
			list-style-image:none;
			list-style-type:none;
			}*/
		#main_container{
		width:788px;
		float:right;
		border-left:solid 1px #CCCCCC;
		margin-bottom:10px;
		}
		#main_container_catalogo{
		width:960px;
		float:right;
		margin-bottom:10px;
		}
			#breadcrumb{
			float:left;
			width:769px;
			margin-left:10px;
			text-align:left;
			margin-bottom:10px;
			font-family:Tahoma;
			font-size:11px;
			}
			#breadcrumb A, A:link, A:active, A:visited, A:hover{
			font-family:Tahoma;
			text-decoration:underline;
			font-weight:normal;
			color:#004785;
			}
			#breadcrumb_catalogo{
			float:left;
			width:779px;
			text-align:left;
			margin-bottom:10px;
			font-family:Tahoma;
			font-size:11px;
			}
			#breadcrumb_catalogo A, A:link, A:active, A:visited, A:hover{
			font-family:Tahoma;
			text-decoration:underline;
			font-weight:normal;
			color:#004785;
			}
			#left_column{
			width:510px;
			float:left;
			margin-left:10px;
			margin-right:10px;
			}
					#left_column H1{
					font-family:Georgia, "Times New Roman", Times, serif;
					color:#004785;
					font-size:24px;
					font-weight:bold;
					letter-spacing:-1px;
					margin-bottom:10px;
					}
					#left_column P{
					font-family:Tahoma;
					font-size:11px;
					text-align:left;
					margin-bottom:10px;}
			#right_column{
			width:239px;
			float:right;
			background-image:url(http://www.interactuar.org.co/web/Portals/0/Images/general/bg_prominents.png);
			background-position:top;
			background-repeat:no-repeat;
			height:350px;
			}
					#right_column H1{
					font-family:Georgia, "Times New Roman", Times, serif;
					color:#004785;
					font-size:24px;
					font-weight:bold;
					letter-spacing:-1px;
					margin-bottom:10px;
					margin-left:10px;
					margin-top:20px;
					line-height:20px;
					}
					#main_content H3{
					font-family:Tahoma;
					font-size:11px;
					font-weight:bold;
					color:#004785;
					border-bottom:solid 1px #004785;
					margin-bottom:10px;
					margin-left:10px;
					margin-right:10px;}
					#right_column P{
					font-family:Tahoma;
					font-size:11px;
					text-align:left;
					margin-bottom:10px;
					margin-left:10px;
					margin-right:10px;}
					#right_column UL LI{
					list-style-image:url(/web/Portals/0/Images/general/icon_ul_li.png);
					margin-left:25px;
					font-family:Tahoma;
					font-size:11px;
					color:#515151;
					margin-right:15px;
					margin-bottom:15px;
					}
					#right_column OL LI{
					margin-left:25px;
					font-family:Tahoma;
					font-size:11px;
					color:#515151;
					margin-right:15px;
					margin-bottom:15px;
					}
			#main_column{
			width:769px;
			float:left;
			margin-left:10px;
			text-align:left;
			}
			#main_column_catalogo{
			width:960px;
			float:left;
			text-align:left;
			}
					#main_column_catalogo P{
					font-family:Tahoma;
					font-size:11px;
					text-align:left;
					margin-bottom:10px;}
					#main_column_catalogo H1{
					font-family:Georgia, "Times New Roman", Times, serif;
					color:#004785;
					font-size:24px;
					font-weight:bold;
					letter-spacing:-1px;
					margin-bottom:10px;
					}
					#main_column_catalogo H2{
					font-family:Tahoma;
					font-size:11px;
					font-weight:bold;
					color:#7fa2c2;
					border-bottom:solid 1px #7fa2c2;
					margin-bottom:10px;
					margin-left:0px;
					}
					#main_column_catalogo UL LI{
					list-style-image:url(/web/Portals/0/Images/general/icon_ul_li.png);
					margin-left:50px;
					font-family:Tahoma;
					font-size:11px;
					color:#7FA2C2;
					margin-bottom:5px;
					}
					#main_column_catalogo UL LI LI{
					list-style-image:url(/web/Portals/0/Images/general/icon_ul_li.png);
					margin-left:50px;
					font-family:Tahoma;
					font-size:11px;
					color:#7FA2C2;
					margin-bottom:5px;
					margin-top:5px;
					}
					#main_column_catalogo OL LI{
					margin-left:25px;
					font-family:Tahoma;
					font-size:11px;
					color:#7FA2C2;
					margin-right:10px;
					margin-bottom:10px;
					}
.head{
	font-family:Tahoma;
	font-size:11px;
	color:#999999;
	font-weight:bold;
}
.head_news A, A:link, A:hover, A:active, A:visited{
	font-family:Tahoma;
	font-size:11px;
	color:#515151;
	font-weight:bold;
	text-decoration:underline;
}