@import url(main/base.css);
@import url(navigation/nav_slidingdoorII.css);
@import url(navigation/nav_vlist.css);

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #E0FFFB;
}

#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url(images/Page-BgSimpleGradient.jpg);
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 250px;
}
.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}
/* begin Logo */

.art-Logo
{
	display : block;
	position: relative;
	left: auto;
	width: auto;
	top: auto;
}

.art-Logo-text
{
	display: block;
	text-align: left;
}

.art-Logo-text, .art-Logo-text a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	padding:0;
	margin:0;
	color: #000000 !important;
	position: absolute;
	left: 130px;
	top: 35px;
}

.art-Logo-lenguatge
{
	padding:0;
	margin:0;
	position: absolute;
	left: 0px;
	top: 55px;
	display: block;
	width: auto;
}

/* end Logo */
/* begin Box, Block */
.art-Block
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Block-body
{
	position: relative;
	z-index: 1;
	padding: 0px;
}



.art-Block
{
	margin: 0px;
}

/* end Box, Block */
/* begin BlockHeader */
.art-BlockHeader
{
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.art-BlockHeader .t
{
	height: 30px;
	color: #000000;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 15px;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;	
}





.art-header-tag-icon
{
    height: 30px;
	background-position:left top;
	background-image: url('images/BlockHeaderIcon.png');
	padding:0 0 0 14px;
	background-repeat: no-repeat;
	min-height: 14px;
	margin: 0 0 0 5px;
}


/* end BlockHeader */
/* begin Box, BlockContent */
.art-BlockContent
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-BlockContent-body
{
	position: relative;
	z-index: 1;
	padding: 7px;
}



.art-BlockContent-body
{
	color:#383C16;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 13px;
}

.art-BlockContent-body a:link
{
	color: #27290F;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited
{
	color: #27290F;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover
{
	color: #777F2E;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
.loginlink {
	width: 100%;
	color: #999;
}
.loginlink a{
	font-weight:normal;
	color:#999;
}
.loginlink a:link,.loginlink a:visited{
	color:#999;
	text-decoration:none;
}
.loginlink a:active,.loginlink a:hover{
	color:#999;
	text-decoration:none;
}
/* end Box, BlockContent */
.searchbox .submit{
	color:#E4E8BF;
	font-weight:bold;
	border:1px solid #c0c0c0;
	background-color:transparent;
	background-image: url(images/search-but.jpg);
	width: 77px;
	height: 24px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.searchbox .text{
	color:#010101;
	background-color:#ffffff;
	border:1px solid #02A391;
	width: 95%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
}
/* begin ContentLayout */
.art-contentLayout
{
	position: relative;
	margin-bottom: 10px;
	width: 968px;
}
/* end ContentLayout */
/* begin Box, Post */
.art-Post
{
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Post-body
{
	position: relative;
	z-index: 1;
	padding: 3px;
}



.art-Post
{
	margin: 0px;
}
/* Content Text Font & Color (Default) */
body
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
  color: #1C1E0B;
}

.art-PostContent p 
{
	margin: 0;
}

.art-PostContent, .art-PostContent p
{
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #1C1E0B;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
}

.art-PostContent
{
	margin:0;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
letter-spacing: 1px;
  color: #777F2E;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
letter-spacing: 1px;
  color: #777F2E;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
letter-spacing: 1px;
  color: #000000;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: none;
letter-spacing: 1px;
  color: #585E22;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #545A20;
	font-weight: bold;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #545A20;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #545A20;
	font-weight: bold;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #545A20;
	font-weight: bold;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #545A20;
	font-weight: bold;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #545A20;
	font-weight: bold;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */
/* begin Footer */
.art-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 968px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.art-Footer .art-Footer-text p
{
	margin: 0;
}

.art-Footer .art-Footer-text
{
	display:inline-block;
	color:#000000;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
font-size: 12px;
font-style: italic;
font-weight: normal;
}

.art-Footer .art-Footer-text a:link
{
	text-decoration: none;
	color: #464B1B;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited
{
	text-decoration: none;
	color: #23250E;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover
{
	text-decoration: none;
	color: #E0DC71;
font-family: Tahoma, Arial, Helvetica, Sans-Serif;
text-decoration: none;
}
/* end Footer */

