/* CSS Document */
/** {
font-size:11px;
}*/


/*****************/
/*   MAIN BODY   */
/*****************/


body {
		font-size:11px;
		/*font-size:100.1%;*/
		margin: 0px auto;
		padding: 0px;
		background: url(../img/img_background.gif) top center repeat-y #ffffff;
		font-family: Verdana,Tahoma,Arial,sans-serif;
		/*font-size:12px;*/
	
      }


#wrap {
		width: 776px;	
		margin: 0px auto;
		padding: 0px;
		background-color: rgb(255,255,255);
		border:none;
		/*border-left: solid 1px rgb(250,250,250);*/
		/*border-right: solid 1px rgb(150,150,150);	*/
	
	   }

/*** Correction for non-IE browsers ***/
#wrap {
		overflow: hidden;
	  }
/**************************************/


/*** Correction for IE 5.01 ***/
#wrap {
		float:inherit; 
		float: none; !important
		/*width: 78.0em;*/
		/*width: 80px;*/
	   }
/***************************************/


/******************** Correction for Safari 1.x ******************************/
* > #footer, * > form, * > #notes, * > .output {
													position: relative;
													z-index: 1000;
												}
/*****************************************************************************/


/**************/
/*   HEADERS  */
/**************/

/*** Header main banner ***/
#header-banner {
	width: 100%;
	/*height: 11.4em;;*/
	/*height: 100px;*/
	height: 114px;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(../img/img_sample_header.jpg) no-repeat;
	/*background: url(fileadmin/template/naxus_tmp/img/img_sample_header.jpg) no-repeat;*/
}


/*/*** Header navigation top ***/
#header-nav-top {
	float: left;
	/*margin: 0.7em 0.2em 0em 0em;*/
/*    margin: 10px 10px 0 0;*/
	margin: 0px;
	padding: 0px;
	font-size:8px;
}


 #header-nav-top ul {	
	margin: 0px;
	padding: 0px;
	
	list-style: none;
}	

#header-nav-top li {

    /*float:left;*/
	padding: 0;
	float:left;
	white-space: nowrap;
		border-right: solid 0.1em rgb(150,150,150);
	padding-top:4px;
	/*padding-bottom:5px;*/
}

#header-nav-top li a {
	/*display: block;
float:right;*/
/*	margin: 10px 0 0 100px;*/
	margin: 5px;
/*	padding: 0em 0.5em 0em 0.5em;*/
/*	padding: 0;*/
    padding: 0px 5px 0px 5px;
	/*background-color: rgb(255,255,255);
	color: rgb(150,150,150);*/

	text-decoration: none;
	font-size:11px;
	font-weight:bold;
	/*color: #708E9C*/
	color:#41BCF7
}

#header-nav-top a:hover, #header-nav-top .selected {
	background-color: inherit;
	/*color: #708E9C;*/
	color:#06628E;
	text-decoration: underline;
	font-weight:bolder;
}


#header-nav-top .img-flag {
    height: 1.2em;
	display: inline;
	margin: 0em;
	padding: 0em;	
	border: none;
}





/*** Header navigation bottom ***/
#header-nav-bottom {
	float: left;
	/*width: 78.0em;*/
	width: 780px;
	/*height: 2.0em;*/
/*	height: 1.7em;*/
/*	height: 1.5em;*/
/*	height: 20px;*/
	height: 14px;
	/*margin: 0em;*/
	margin: 0px;
/*	padding: 0em;*/
	padding: 3px;
	
	
/*	border-top: solid 0px rgb(69,136,176);		*/
	/*border-bottom: solid 0px rgb(69,136,176);			*/
	/*	line-height: 0.1em;*/
	/*line-height: 0.2em;*/
	background: url(../img/img_header_nav_bottom_blue.jpg);
}

#header-nav-bottom ul {	
	/*margin: 0em;
	padding: 0em;*/
	margin: -2px;
	padding: 2px;
	/*padding: 0px 5px 0px 5px;*/
	list-style: none;
	font-weight:bold;
	/*font-weight: bold;*/
	/*font-weight:lighter;*/
	font-size: 12px;
	
}	

#header-nav-bottom li {
	float: left;
/*	padding: 0px 15px 0px 15px;*/
	/*padding: 0px 1px 0px 1px;*/
	padding: 0em 1.5em 0em 1.5em;
	border-right: solid 1px rgb(255,255,255);
	/*color: rgb(255,255,255);*/
	/*padding: 0px 5px 0px 5px;*/
	white-space:nowrap;
	color:#06628E;
		color:#000066;
}


#header-nav-bottom li a {
	display: block;
	margin: 0px;
	/*padding: 0em 1.0em 0em 1.0em;*/
	/*padding: 0em 2.0em 0em 2.0em;*/
	/*border-right: solid 1px rgb(255,255,255);	*/
	background-color: inherit;
	color: rgb(255,255,255);
	text-decoration: none;
	font-weight:bold;
}

#header-nav-bottom li a:hover, #header-nav-bottom li a.selected {
	margin: 0px;
	/*padding: 0em 1.0em 0em 1.0em;*/
	/*padding: 0em 4.0em 0em 4.0em;*/
	/*padding: 0em 2.0em 0em 2.0em;*/
	/*border-right: solid 1px rgb(255,255,255);	*/
	/*background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: none;*/
	/*color:#708E9C;*/
	color:#06628E
	

}


/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#left-column {
				clear:both;
				float: left;
				display:block;
				width: 20%;
				padding: 0px;
				padding-left:5px;
				padding-right:5px;
				/*padding-top:15px;*/
				/*margin: 0 98px 0 0;*/
				border-right: solid 0.1em rgb(200,200,200);		
				background-color: rgb(242,242,242);
				background-color: rgb(255,255,255);
				color: rgb(100,100,100);
				font-size:11px;
			 }

/************* Start Mac IE5 filter \**********************/
#left-column {
				padding-bottom: 30000px;
				margin-bottom: -30000px;
				/*margin-left: -3000;*/
			  }
/************** End Mac IE5 filter \***********************/


/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/
#middle-column {
	float: left;
	width:57%;
	/*margin: 0em;*/
	margin:0px;
	padding-left: 8px;
	padding-right: 3px;
	background-color: inherit;
	color: rgb(100,100,100);
	font-size:11px;
}

/* Start Mac IE5 filter \*/
#middle-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}


#middle-column p{
color:#666666;
font-size:13px;
margin-bottom:20px;

}

/************************/
/***   RIGHT COLUMN   ***/
/************************/
#right-column {
	float: right;
	width: 19.5%;
	margin: 0px;
	padding-right: 3px;
	/*color: rgb(100,100,100);*/
    color:#41BCF7;
	font-size:14px;
	padding-bottom:10px;
	font-weight:normal;
	text-decoration:none
}

/* Start Mac IE5 filter \*/
#right-column {
	padding-bottom: 30000px;
	margin-bottom: -30000px;
}



/*****************/
/***   FOOTER   **/
/*****************/
#footer {
	clear: both;
	/*	float: left; */
	width: 78.0em;
	height: 5em;
	margin: 1.0em 0em 0em 0.0em;
	padding: 0.5em 0em 0.5em 0em;
	border-top: solid 0.1em rgb(200,200,200);
	/*border-bottom: solid 0.1em rgb(200,200,200);	*/
	border-bottom:none;	
	background-color: rgb(255,255,255);
	text-align: center;
	color: rgb(100,100,100);
	font-size: 10px;
	font-weight:lighter
}




/*************************************************/
/***   HYPERLINKS IN MIDDLE AND RIGHT COLUMNS  ***/
/*************************************************/

/*** Hyperlinks in middle and right columns ***/
a {
	background-color:inhert;
	color:#42bcf7;
	font-size:12px;
	text-decoration: underline;
	font-weight:normal;

}

a:hover {
	text-decoration: none;
}

/*** Visited links not in use ***/
/*a:visited {
	background-color: inherit;
	color: rgb(100,100,100);
	text-decoration: underline;
} */



/*************************************************/
/***  CONFIGURACION PARA NOTICIAS 			   ***/
/*************************************************/
/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:0px;
/*	border:1px solid #F9FFE5;*/
	border:0px

}

.news-latest-container HR.clearer {
	clear:left;
	/*padding-bottom:20px*/
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/

.news-latest-container {
	font-size:7px;
	border:0px solid #333;
	/*border:0px;	*/
	/*border:none;*/
/*	border:1px solid #333;*/
	/*background-color:#BBE53A;*/
	background:none;

}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	color:#FFFFFF;
	padding:3px;
	margin:3px;

	border:0px;
	/*background-color:#D8FA70;*/
	background-color:#FFFFFF;
    /*background-color:#769024;*/
	background-color:#FFFFFF;

}

.news-latest-gotoarchive {

	font-weight:bold;
	margin-top:5px;
}

.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;

	
}

.news-latest-gotoarchive A {
	color:#fff;

}

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;

	/* IE hack end */
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:-10px;
	padding:5px;

	
	
	margin-left:3px;
	margin-right:3px;
/*	border:1px solid #666;*/
    border:0px;
/*	background-color:#F9FFE5;*/
    background:none;

	

}

.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	/*border:1px solid #666;*/
	float:left;

}

.news-latest-item h3 a{
/*color:#708E9C;*/
color:#41BCF7;
font-size:10px;
text-decoration:none;
font-weight:normal
}

.news-latest-item a:hover {
text-decoration:underline

}

.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-date,.news-latest-morelink,.news-latest-category {
	/*font-size:8px;*/
	padding-bottom:25px
}

.news-latest-date h3{
font-size:9px;
margin-top:-6px;
font-weight:normal;
color:#333333
}

/*.news-latest-date h3 a {
font-weight:normal
}*/

.news-latest-morelink {
	height:12px;
	
	
}

.news-latest-morelink A {
	float:right;
}


/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {

	/*border:1px solid #000;*/
	border:0px;
	/*background-color:#BBE53A;*/
	/*background-color:#FFFFFF;*/
	/*background-color:#FFFFFF;*/
	background:none;

} 


.news-list-item {
	/* IE hack */
	height: 1%;
	/*line-height: 1.3;*/
	/* IE hack end */
	padding:2px;
	margin:3px;
	padding-bottom:-45px;
	/*	border:1px solid #666;*/
/*	background-color:#F9FFE5;*/
    background:none;
	border:50px;
	text-decoration:none;
	font-size:11px
}
	
.news-list-item a:hover{
text-decoration:underline;
font-weight:bold;
font-size:14;
margin-top:-50px;
/*color:: #708E9C*/
/*color:#000000*/
/*	color: #708E9C*/
/*text-decoration:none*/
/*line-height: 1.3;*/
}

.news-list-item h3 a{
font-size:14px;
text-decoration:none;
font-weight:bold;
/*font-weight:normal;*/
/*color: #708E9C*/
}

.news-list-item p{
margin-top:-6px;
margin-right:0px;
padding-right:130px;
text-align:justify;
}

.news-list-item a img{
padding-top:-80px;
}

.news-search-form {
	padding:3px;
	margin-bottom:5px;
	/*border:19px solid #666*/
	/*border:0px */
/*	background-color:#F9FFE5;*/

}

.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}

.news-list-container H3 {
	margin-bottom: 5px;
/*	padding: 2px;*/
	/*border-bottom: 1px solid #769024;*/
	border-bottom:0px 
	/*border-bottom:none;*/
	/*background-color: #769024;*/
	
}

.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	/*color:#fff;*/
	/*color: #708E9C;*/
	color:#41BCF7
	
	/*padding-left:2px;*/
}
/*.news-list-container H3 A {
	color:#fff;

}*/

.news-list-container .news-list-item H3 {
/*	margin-bottom: 5px;
	padding: 2px;*/
	background:none;
	width:100%;
	
	
}

.news-list-container .news-list-item H3 A {
/*	color:#000000;*/
	/*color: #708E9C*/
	color:#41BCF7

}

.news-list-container P {
	padding-left:3px;
	
}
.news-list-date {
/*	float: right;*/
	/*color: #3E551C;*/
	color:#000000;
	
	text-align: right;
	height: 20px;
	margin-top: -2px;
	margin-right: -2px;
	font-size: 9px;
	font-weight: normal;
/*	background-color: #F9FFE5;*/
background-color:#FFFFFF;
	}
	

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {

	float: right;
	border:none;
	/*border:none;*/
	/*margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;*/
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
	margin-top:-12px;
	font-weight:none;
}

.news-list-morelink a  {
text-decoration:underline;
font-weight:none;
font-size:12px;
}
.news-list-morelink a:hover  {
text-decoration:none;
/*font-weight:200;*/
font-weight:normal;
font-size:12px;
}

.news-list-browse {
	text-align: center;
}



	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	
	border:0px solid #41BCF7;
	/*border:0px solid #708E9C;*/
	/*border:none;*/
	padding:3px;
	background-color:#FFFFFF

}

.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
/*	background-color: #BBE53A;*/
	border:2px solid #41BCF7;
	background-color:#FFFFFF;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:5px;
	margin-bottom:5px;
	/*border:1px solid #666;*/
	background-color:#FFFFFF;
	border:none
/*	background-color:#F9FFE5;*/

}
.news-single-item H2 {
	font-size: 15px;
	font-weight:bold;
	/*color: #85A600;*/
	/*color:#708E9C;*/
	color:#41BCF7;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
	
}

.news-single-item p {
text-align:justify;
/*padding-top:-40px;
margin-top:-13px*/
}

.news-single-img {
	float: right;
	
}

.news-single-img a img{
margin:10px;

}



.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {

	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
	
}
.news-single-author {
	padding-bottom: 3px;
	
}



.news-single-additional-info {

	margin-top:0px;
/*	padding:3px;*/
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	margin:0px;
	margin-bottom: 3px;
/*	padding:3px;*/
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333
	/*border:10px solid #333*/
	/*border:none*/
/*	background-color:#BBE53A;*/
}
/*.news-amenu-container LI {
	padding-bottom:1px;
}*/
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	/*border:1px solid #666;*/
	/*border:0px;
	/*border:none;*/
	background-color:#F9FFE5;
	list-style-type: none
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	/*border:1px solid #666;*/
	border:0px;
	/*background-color:#769024*/
	/*background-color:#FFFFFF*/
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:0px;
	margin:0px 0px 0px 0px;
	/*border:1px solid #666;*/
	/*border:0px*/
/*	background-color:#F9FFE5;*/
}

.news-catmenu-header {
	font-size:11px;
	font-weight:normal;
	text-align:center;
	text-decoration:none
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}




/* Titulo en corto*/
.right-column-title-standard{
/*text-align:center;*/
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
margin-top:10px;
/*margin-bottom:5px;*/
font-weight:bold;
/*color:#708E9C*/
color:#41BCF7
}




.tx-gooffotoboek-pi1 table tr td h1{
font-size:12px;
font-weight:700
}

.tx-gooffotoboek-pi1 table tr td a{
color:#708E9C;
font-size:12px;
font-weight:normal;
text-decoration:none;
margin-top:10px;
margin-bottom:10px
}

.tx-gooffotoboek-pi1 table tr td a:hover{
text-decoration:underline
}

.tx-guestbook-list-row{
color:#666666;
font-size:11px
}

.tx-guestbook-list-header{
background-color:#41BCF7
/*color:#41BCF7*/
}

/*.right-column-title-standard a{
color:#41BCF7
}*/

/*.tx-guestbook-list-table{
color:#41BCF7
}*/


#right-column li a{
font-size:12px;
/*color:#999999;*/
color:#666666;
font-weight:bolder;
text-decoration:none;
text-align:left;
margin-bottom:40px
}

#right-column li a:hover{
text-decoration:blink;
color:#FF0000;
}

.p{
color:#FF0000
}

.external-link{
/*color:#708D9B;*/
color:#41BCF7;
text-decoration:none
}

.external-link:hover{
text-decoration:underline
}


/*#level1-active{
text-decoration:none;
}

#level1-active a {
font-weight:bolder;
text-decoration:line-through
}*/


/*Esta aquí
#level1, #level1-active{
	display: block;
	text-decoration: none;
	font-weight:lighter;
	color:#41BCF7;
	font-size:10px;
	text-align:right;
}
#level1 a, #level1-active a{
	display: block;
	margin: 0.5em 0em 0em 0em;
	padding: 0.3em 0.7em 0.2em 0.4em;
	border-right: solid 4px #41bcf7;
	text-decoration: none;
	color:#41BCF7;
	font-weight:normal
}

#level1 a:hover , #level1-active a:hover{
color:#41BCF7;
text-decoration:underline;
}
Hasta aquí*/


#level1, #level1-active, #level1-current{
	display: block;
	font-size:10px;
	text-align:right;
}
#level1 a, #level1-active a, #level1-current a{
	display: block;
	margin: 1px 0em 0em 0em;
	padding: 0.3em 0.7em 0.2em 0.4em;
/*	border-right: solid 5px #bb3d00; */
	border-right: solid 5px #077BB4;
	background-color:#41BCF7;;
	text-decoration: none;
	color:#077BB4;
	color:#FFFFFF;
	font-weight:normal;
}
#level1-current a
{		border-right: solid 5px #077BB4;
	/*background-color:#FFCC00;*/
	font-weight:bold;

}


#level1 a:hover , #level1-active a:hover{
color:#BB3D00;
color:#FFFFFF;
/*text-decoration:underline;*/
}

/*###############3*/

#level2, #level2-active{

	font-size:10px;
	text-align:right;
    border-right: solid 2px #bb3d00;
	margin:5px 0px 0px 1px;
/*	width:80%;*/
}
#level2 a, #level2-active a{
	display:none;
	display: block;
	text-decoration: none;
	font-weight:normal;
	margin:0px 12px 0px 0px;
}

#level2 a:hover , #level2-active a:hover{
text-decoration:underline;
}




/*ESTILOS PARA GUESTBOOK*/
    
	.tx-guestbook-list-table { border-style: solid; border-color: #FFFFFF; border-width: 1px; }
    .tx-guestbook-list-header { background-color: #41BCF7; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-list-row { background-color: #FFFFFF; }
    .tx-guestbook-list-rowleft { background-color: #EEEEEE; }
    .tx-guestbook-list-entrycomment-title {font-weight: bold; }
    .tx-guestbook-list-entrycomment { font-style: italic; }
    .tx-guestbook-list-small { font-size: 9px; color: #666666; }
	.tx-veguestbook-pi1 *{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px
	}
    .tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #666666; }
    .tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell { font-weight: bold; }
    .tx-veguestbook-pi1-browsebox-SCell { background-color: #EEEEEE; }
    .tx-guestbook-latest-header { background-color: #41BCF7; color: #FFFFFF; font-weight:bold; }
    .tx-guestbook-latest-row { background-color: #FFFFFF; }
    .tx-guestbook-latest-small { font-size: 9px; color: #666666; }
    .tx-guestbook-form-inputfield-med { border-style: solid; border-width: 1pt; border-color:#41BCF7; font-size:14px; color:#333333; width:100px; }
    .tx-guestbook-form-inputfield-big { border-style: solid; border-width: 1pt; border-color:#41BCF7; font-size:14px; color:#333333; width:150px; }
    .tx-guestbook-form-textarea { border-style: solid; border-width: 1pt; border-color:#41BCF7; font-size:14px; color:#333333; width:250px; }
    .tx-guestbook-form-obligationfield { color: #CC0000; }
    .tx-guestbook-form-error { color: #CC0000; }


.news-single-related dd a
{      
       font-size: 10px; 
}

