/* GENERAL RULES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}

a:link {
	color: #2B99CE;
}

a:visited {
	color: #2B99CE;
}

a:hover {
	color: #237DA9;
}
	
/* PAGE STRUCTURE RULES */
#header {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	margin-top:0px;
	border: 0px;
	height: 236px;
}

#body {
	width: 995px;
	margin-right: auto;
	margin-left: auto;
	border-top:none;
	background-color: #000000;
}

#footer {
	width: 995px;
	background-color: #000000;
	background-image: url(../image/footer_bg.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#footer2 {
	width: 995px;
	background-color: #000000;
	background-image: url(../image/footer_bg2.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
}

/* HEADER ELEMENTS RULES */
#header #logo {
	float: left;
	width: 30%;
	height: 49px;
	text-align: center;
	background-image: url(../image/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/** Admin area title **/
#header h1 {
	padding-top:10px;
	font-size:16px;
	text-align:center;
	height:20px;
}

/** 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;
}

/* BODY ELEMENTS RULES */
#breadcrumbs {
	font-size:70%;
	height:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#breadcrumbs a {
}

#body #content {
	margin:0px;
	width:750px;
	padding-right: 10px;
	padding-left:0px;
	padding-top:0px;
	background-image: url(../image/int_bg.gif);
	background-position: 500px bottom;
	background-repeat:no-repeat;
}

#body .content_body {
	margin:0px;
	min-height:268px;
}

#body #content h1 {
	font-size:16px;
	color: #000000;
	padding-left: 15px;
	background-repeat: no-repeat;
}

#body #content h2 {
	font-size:14px;
	color: #EB1C24;	
	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;
}

/* FOOTER ELEMENTS RULES */
#footer #company_name {
	font-weight:bold;
}

#footer #contents{
}

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:20%;
}

/* Contenedor del menú horizontal */
#horizontal_navigation {
	background-color:#FFFFFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-bottom:solid 1px #CCCCCC;
}


/* 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;
}

/* HOME RULES */

#home {
	width:995px;
	height:673px;
	background-color: #000000;
	background-image: url(../image/home_bg.gif);
	background-repeat:no-repeat;
	background-position:32px bottom;
	border:0px;
}
#home ul{
	margin-top:150px;
}
#home li{
	margin-top:20px;
	list-style-type: none;
}
#home ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-decoration: none;
	color: #FFFFFF;
	text-indent:20px;
	display:block;
	width:304px;
	height:30px;
}

#home ul li#uno a:link,#home ul li#uno a:visited  {
	background-image: url(../image/title_bg1_off.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:26px;
}

#home ul li#uno a:hover {
	background-image: url(../image/title_bg1.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:26px;	
}
#home ul li#dos a:link, #home ul li#dos a:visited {
	background-image: url(../image/title_bg2_off.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:26px;
}

#home ul li#dos a:hover {
	background-image: url(../image/title_bg2.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:26px;	
}

#home ul li#tres a:link, #home ul li#tres a:visited {
	background-image: url(../image/title_bg3_off.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:26px;
}

#home ul li#tres a:hover {
	background-image: url(../image/title_bg3.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left:26px;	
}

/* CONTENT RULES */
.left_content {
	background-color:#1A1A1A;
	width:50%;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	font-size:11px;
	line-height: 20px;	
}
.rigth_content {
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	font-size:11px;	
}
.table_gray_bg{
	background-color: #5A5A5A;
}
.blue_text{
	color:#348DAD;
	font-weight:bold;
}
.red_text{
	color:#EB1C24;
	font-weight:bold;
	font-size:12px;
}
#body .content_body lu{
	margin:0px;
}
#body .content_body table{
	height:268px;
	line-height: 16px;	
}
#body .content_body .rigth_content table{
	height:auto;
}
#body .content_body li{
	list-style-image: url(../image/bullet.gif);
	line-height: 12px;	
}
#body .content_body table.transportation{
	text-align:center;
	width:66%;
	height:auto;
	background-color:#1A1A1A;
	padding: 6px;
}
.transportation td{
	width:33%;
	height:auto;
}
.table_black_bg{
	background-color: #000000;
}