/* GENERAL RULES */
body {
	margin: 0px 0px 0px;
	font-size: 13px;
	color:#000000;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-weight:normal;
	background-image: url(../image/bg_apic3.jpg);
	background-repeat: repeat-x;
	background-attachment:scroll;
	background-position:top;
}

a:link {
	color:#E66C13;
	text-decoration:underline;
	font-weight:bold;
}

a:visited {
	color:#E66C13;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color: #EE893E;
	text-decoration:underline;
}

a.more_info{
	font-size:10px;
}

p{
text-align:justify;
}
	
/* PAGE STRUCTURE RULES */
#header {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	margin-top:0px;

}

#header_banner {
	padding:0px;
	display:inline;
/*	height:auto; */
}

#header_bar {
	background-image: url(../image/header_bar.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height: 23px;
	width:924px;
}

#body {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	border-top:none;
}

#footer {
	width: 100%;
	padding:0px;
	margin:0px;
	vertical-align:middle;
	
	font-size: 11px;
	color: #E9E9E9;
	background-image: url(../image/footer_site.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}

#line_links{
	background-image:url(../image/horizontal_bar.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:3px;
}

#bottom_links{
	background-image:url(../image/bg_links_bar.jpg);
	background-repeat:repeat-x;
	height:50px;
	vertical-align:middle;
	padding-bottom:8px;
}

#bottom_body {
	width:auto;
	height:1px;
	padding-bottom:1px;
}

#footer a {
	color: #E9E9E9;
	font-weight:normal;
}


#footer #links_footer {
/*	background-image: url(../image/border_site.gif);
	background-repeat:repeat-y;
	border-botton-color:#C4C4C4;
	border-bottom-style:solid;
	border-bottom-width:3px;*/
	

}

#footer #central_footer {
	height:30px;
	vertical-align:middle;
}

#footer #left_footer {
	width:19px;
	height:30px;
}

#footer #right_footer {
	width:19px;
	height:30px;
}

#footer #links_list {
	height:42px;
	vertical-align:middle;
	padding:0px;
}

#footer #links_list a {
	font-size:10px;
}

#body #right {
	width: 237px;
	vertical-align:top;
}

#body #down_left{
	background-image: url(../image/body_bottom_left.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#body #down_center{
	background-image: url(../image/body_bottom_center.jpg);
	background-repeat:repeat-x;
}

#body #down_right{
	background-image: url(../image/body_bottom_right.jpg);
	background-repeat:no-repeat;
	background-position:left;
}

.email{
	background-color:#E56C13;
	color:#FFF;
	font-size:9px;
	width:233px;
	float:right;
}

.found_list_link{
	background-image: url(../image/link_found.jpg);
	background-repeat:repeat-x;
	height:140px;
	vertical-align:middle;
}

.links {
	text-align:right;
}

.links a {
	color:#EE7B36;
}

/* HEADER ELEMENTS RULES */
#header #link_top {
	height:20px;
	vertical-align:top;
	text-align:right;
	padding-right:15px;
}

#header #link_top a {
	margin:0px;
	color:#E77521;
	font-weight:normal;
	text-decoration:none;
	vertical-align:top;
	font-size:11px;
}

#header #link_top a:hover {
	text-decoration:underline;
}

/** Admin area title **/
#header h1 {
	padding-top:10px;
	font-size:16px;
	text-align:center;

}

/** 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;
}

#top_body {
	background-image: url(../image/content_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:auto;
	height:7px;
}

/* BODY ELEMENTS RULES */
#breadcrumbs {
	padding:10px 5px 5px 20px;
	color: #FF8200;
}

#breadcrumbs a {
	color: #FF8200;
	font-weight: bold;
}

#body #content {
	position:relative;
	width:auto;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 16px;
	padding-bottom:16px;
	vertical-align: top;
	background-color:#FFF;
}

#title_section {	
}

#body #content p {
	width:auto;
}

#body #content #int_content {
	width:888px;
	margin-left:auto;
	margin-right:auto;
}
#body #content #int_content div.img_int_content{
	clear:left;
	width:156px;
	float:left;
	min-height:206px;
}
#body #content #int_content div.img_int_content img{
	display:block;
	text-align:left;
	margin-left:0px;
	margin-right:auto;
	margin-bottom:20px;
}
#body #content td.dot_line  {
	width:100%;
	margin:0px;
	background-image:url(../image/bg_dot_line.gif);
	background-position:left 23px;
	background-repeat: repeat-x;
	height:48px;
}

#body #content td.dot_line_v  {
	height:100%;
	margin:0px;
	background-image:url(../image/bg_dot_line_v.gif);
	background-position:center top;
	background-repeat: repeat-y;
	width:10%;
	text-align: center;
}

#space_title {
/*	background-image: url(../image/space_title.gif);
	background-repeat:no-repeat;
	background-position: left middle;*/
	padding-top:0px;
	padding-left:30px;
	padding-bottom:0px;
	margin:0px;
}

#body #content h1 {
	padding:0px;
	margin-top:4px;
	margin-bottom:10px;
	font-size:22px;
	font-family: "MS Reference Sans Serif", Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	background-image: url(../image/bg_title.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent:14px;
	height: 35px;
	width: 637px;
}

#body #content h1.home {
	background-image:none;
	font-size:25px;
	padding-left:0px;
	color:#000000;
	text-transform:uppercase;
}

#body #content h1.home span{
	margin-left:0px;
	color: #E66C13;
	font-size:16px;
}

#body #content #recuadro{
	margin-left:13px;
	color: #FFFFFF;
	float: right;
	position: relative;
	left: -5px;
	top: -64px;
}


#space_title_central {

	margin:0px;
}

#space_title_central strong {
	display:inline;
	padding:0px;
	font-size:16px;
	color: #009430;
	text-transform:uppercase;
}


#body #content h2 {
	font-size:19px;
	color: #ff5f00;
	text-transform:uppercase;
	display:inline;
	padding:0px;
}

#body #content h3 {
	font-size:14px;
	margin:0px;
	color:#FFFFFF;
	width:549px;
	height:35px;
	text-indent:38px;
	vertical-align: middle;
	padding-top:0px;
}

#body #content h4 {
	font-size:14px;
	color:#FFFFFF;
	background-image: url(../image/bg_title_home.jpg);
	width:286px;
	height:24px;
	background-position: left top;
	text-indent:34px;
	vertical-align: middle;
	background-repeat: no-repeat;
	padding-top:5px;
}

#body #content h5 {
	font-size:16px;
	color:#009430;
	display:inline;
}

#body #content h5 a {
	color:#EE6F0E;
	font-weight:normal;
}

#body #content h3 a {
	color:#009430;
	font-weight:normal;
}



/* Styles used in the sitemap */
#body #content #sitemap_image{
	position: relative;
	top: -93px;
}

#body #content dl {

}

#body #content dl a {
	color:#009430;
	font-size:14px;
	word-spacing:0.1em;
	font-weight:normal;
}

#body #content dl dt {
vertical-align:middle;
}

#body #content dl dd {
	color:#000000;
	width:554px;
}


#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-image: url(../image/bar_new.gif);
	background-repeat:repeat-x;
	background-position:16px bottom;
	padding-top:12px;
}
#body #content #news a {
	font-weight: normal;
	text-decoration: underline;
}
#back_news {
	margin-bottom:12px;
	text-align:right;
}


#back_news a {
	color:#FF5F00;
}

#body #content #news a:hover{
/*	background-color: #FFFFEA;*/
}

#body #content .bullet{
	padding-right: 4px;
	padding-left: 16px;/*	background-color: #FFFFEA;*/
	padding-top: 12px;
}

/*CONTACT US*/

.border_contact{
	border-color:#E3E3E3;
	border-width:1px;
	border-style:solid;
}

.border_contact input, .border_contact select, .border_contact textarea {
	border: 1px solid #EE6F0E;
	font-size:11px;
	font-weight:normal;
	font-family: Tahoma Helvetica, sans-serif;
	margin-left:20px;
}

.border_contact img{
	margin-left:20px;
}

.con_term{
	background-color:#E1E1E1;
	padding:12px;
	width:180px;
	letter-spacing: 0.1em; 
	color:#5D5D5D;
	font-weight:bold;
	text-align:left;
	font-size:11px;
	border-bottom-color:#F4F4F4;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
.field_write{
	border-bottom-color:#F4F4F4;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

/*LINK'S AND NEW'S PANEL STYLE*/

#links_panel {
	width:233px;
	float:left;
	background-color:#F2F2F2;
	text-align:center;
}

#links_panel #links_patro_title {
	width:232px;
	background-image: url(../image/patrocinator_title.gif);
	height:23px;
}

#links_panel #links_patro_con{
	width:232px;
	background-image: url(../image/patrocinator_content.jpg);
	background-repeat:no-repeat;
	height:44px;
	padding-left:20px;
	position:relative;
}

#links_panel #links_colab_title {
	width:232px;
	background-image: url(../image/colaborator_title.gif);
	height:23px;
}

#links_panel #links_colab_con{
	width:232px;
	background-image: url(../image/colaborator_content.jpg);
	background-repeat:no-repeat;
	height:44px;
	padding-left:20px;
	position:relative;
}

#links_panel #links_allianz_title {
	width:232px;
	background-image: url(../image/allianz_title.gif);
	height:23px;
}

#links_panel #links_allianz_con{
	width:232px;
	background-image: url(../image/allianz_content.jpg);
	background-repeat:no-repeat;
	height:44px;
	padding-left:20px;
	position:relative;
}

#links_icons {
	position:absolute;
	bottom:0px;
}

#links_icons a img {
	padding:0px;
}

#panels {
	width:233px;
	float:right;
	background-image: url(../image/bg_panel_c.jpg);
	background-repeat:repeat-y;
	font-size: 11px;
}

#panels a {
	color: #000000;
	font-weight:normal;
}

#panels_footer {
	background-image: url(../image/bg_panel_b.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:3px;
	width:233px;
	float:left;
}

/* 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:25%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

/* Contenedor del menú horizontal */
#found_menu {
	background-image: url(../image/found_menu.jpg);
	background-repeat:repeat-x;
	vertical-align:middle;
}


#horizontal_navigation {
	width: 924px;
	padding:0px;
	margin-right: auto;
	margin-left: auto;
}

#menu_bar{
	background-image: url(../image/border_menu.gif);
	background-repeat:repeat-x;
	height:14px;
	width:770px;
}
/* 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: 20px;
	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: 70px;
}
.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;
}
#right_bar{
	position:absolute;
	width:233px;
	height:300px;
	top: 16px;
	right:18px;
}
#news_panel{
	position:absolute;
	width:233px;
	min-height:136px;
	top: 266px;
	right:18px;
}
#blog_panel{
	position:absolute;
	width:233px;
	min-height:136px;
	top: 436px;
	right:18px;
}
#panels_blog {
	width:233px;
	float:right;
	background-image: url(../image/bg_content_blog.jpg);
	background-repeat:repeat-y;
	font-size: 11px;
}
#panels_blog a {
	color: #000000;
	font-weight:normal;
}

#panels_footer_blog {
	background-image: url(../image/bottom_blog.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:3px;
	width:233px;
	float:left;
}