/* Estilos publicos del sitio AISUN
Powerd By emzac

Estilos básicos
 */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px;
	font-size: 11px;
	color: #8c8c8c;
	background-color:#e9e9e9;
}

a:link {
/*	color: #0052A8;*/
}

a:visited {
/*	color: #0052A8; */
}

a:hover {
/*	color: #DFA641;*/
}

p{
text-align:justify;
padding:0px;
}
	
/* Estilos en las secciones del sitio: encabezado, cuerpo y pie */
#header {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	margin-top:0px;
	height: 100px;
	background-image: url(../image/found_unal.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color: #FFFFFF;
	border-left:#dbdbdb solid 1px;
	border-right:#dbdbdb solid 1px;	
}

#body {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	border-top:none;
	background-color: #FFFFFF;
	border-left:#dbdbdb solid 1px;
	border-right:#dbdbdb solid 1px;
}

#footer {
	width: 995px;
	padding: 15px;
	background-image: url(../image/found_footer_site.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#6d88a4;
	color:#acbbcb;
 
}

/* Estilos para los rasgos detectados en el encabezado */
#header img {
	vertical-align:middle;
}

#header #login_aisun{
	padding-left:19px;
}

#header #unal_icon{
	padding-right:28px;
}

/* Estilos para los vínculos superiores */

#top_links{
	background-image: url(../image/found_link_top.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:right;
	color:#5b7a98;
	padding-right:7px;

}

#top_links a {
	color:#5b7a98;
	text-decoration:none;
}

#top_links a:hover {
	text-decoration:underline;
}

/** Estilo área administrativa **/
#header h1 {
	text-align:center;
	height:20px;
	display:inline;
}

/** Language selector **/
#header #language {
	text-align:right;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 4px;
}

#header #language a:link{
	color: #0052A8;
}
#header #language a:visited{
	color: #0052A8;
}

/* RSS */
#header #rss {
	text-align:right;
	padding-right: 15px;
	float:right;
	margin-top: 21px;
}

/* Favorites */
#header #favorites {
	text-align:right;
	padding-right: 15px;
	float:right;
	margin-top: 21px;
}

#header #favorites a:link{
	color: #0052A8;
}
#header #favorites a:visited{
	color: #0052A8;
}

/* Contenidos del sitio */

#body #content {
	width:auto;
	padding: 24px;
	padding-top:40px; 
	height: 450px;
	vertical-align: top;
}

#body #right {
	padding-top:32px;
	padding-bottom:10px;
}

#body #content #space_title {
	padding-bottom:3px;
	border-bottom:#cccccc solid 1px;
	width:100%;
}

#body #content h1 {
	font-size:16px;
	color: #365c84;
	display:inline;
}

#body #content h2 {
	font-size:14px;
	margin-bottom: 2px;
	margin-top: 2px;
}

#body #content h3 {
	font-size:12px;
}

/* Styles used in the sitemap */
#body #content dl {
}

#body #content dl dt {
}

#body #content dl dd {
	color:#999999;
}


#body #content #category {
	font-size:12px;
	width: 200px;
	position: relative;
}

#body #content ul#category {
	list-style-type: none;
	float: right;
	top: -55px;
	padding-left: 10px;
}

#body #content #category .category_header {
	background: #DEE4EE url(../image/lesslightbluefadeout.gif) right top repeat-y scroll;
	color: #0052A8;
	font-size: 11px;
	height: 20px;
	padding-top: 4px;
	font-weight: bold;
	padding-left: -60px;
}

#body #content #category li{
	background: #F6F8FB url(../image/lightbluefadeout.gif) repeat-y scroll right top;
	border-top:3px solid #FFFFFF;
	color: #0052A8;
	font-size: 11px;
	height: 20px;
	padding-left: 10px;
	padding-top: 4px;
	list-style:none;
}
#body #content #category li a {
	text-decoration: none;
}
#body #content #category li.active {
	color: #FF8200;
}

/** Styles used in the news section **/
#body #content #news {
	background: #F6F8FB url(../image/lightbluefadeout.gif) repeat-y scroll right top;
	width: 410px;
	margin-bottom: 18px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	clear:both;
}

#body #content #news a:hover{
	background-color: #FFFFEA;
}

/* Estilos en el pie */

#footer #white_text {
	padding-top:18px;
	color:#FFF;
}

#footer #white_text_line {
	color:#FFF;
	padding-bottom:4px;
	border-bottom:#ccd6df solid 1px;
	width:98%;
	padding-left:15px;
	text-align:left;
}

#footer #white_text_line a{
	color:#FFF;	
	text-decoration:underline;
}

#footer #white_text strong, #footer #white_text_line strong {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}

#footer #white_text a {
	color:#FFF;
	text-decoration:none;
}

#footer #white_text a:hover {
	text-decoration:underline;
}

#footer #company_name {
	font-weight:bold;
}

a.external_link {
	background: url(../../resources/image/icon_external.gif) no-repeat 100% 0;
	padding: 0 20px 0 0;
}

#body #content #filter input, #body #content select{
	font-size: 10px;
	color: #0052A8;
	background-color: #DEE4EE;
}

#body #content #filter{
	font-size: 10px;
	background-color: #FFFFEA;
	border: 1px solid #D8D8D8;
	height: 24px;
	width: 410px;
	padding: 10px;
	clear: none;
	float: left;
}

/* Contenedor del menú vertical */
#vertical_navigation {
	vertical-align:top;
	padding:10px 5px 5px 0px;
	width:25%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

/* Contenedor del menú horizontal */
#horizontal_navigation {
	background-image: url(../image/found_menu_site.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#dadada;
	border-bottom-color:#365c84;
	border-bottom-style:solid;
	border-bottom-width:2px;
	width: 995px;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
}


/* CALENDAR RULES */
.non_special_date {
	color: #999999;
}
dl#glossary dt {
	margin-top: 11px;
	margin-bottom: 5px;
	color: #0052A8;
}
p#glossary_selector {
	color: #CCC;
	padding-top: 10px;
	padding-bottom: 18px;
	line-height: 20px;
	clear: none;
}
p#glossary_selector .active {
	color: #FF8200;
}
ol.pagination {
	margin-left: 0px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align:center;
	color:#CCCCCC;
}
ol.pagination li {
	display:inline;
	padding-right: 5px;
	padding-left: 5px;
}
ol.pagination li.previous_page {
	margin-right: 150px;
}
.pagination_pages {
	text-align:center;
	font-weight:bold;
}
#filter {

	margin-bottom: 0px;
}
p.content_empty {
	font-weight: bold;
	background-color: #FFFFCC;
	padding: 15px 10px;
	border: 1px dashed #FF6600;
	text-align: center;
	margin-top: 15px;
}
p.category_description {
	display:none;
}
#uno {
	position: relative;
	width: 500px;
}
