/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2003-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */

body {
	background-color: #fff;
	color: #333;
}

a:link {
	color: #000000;
   text-decoration: none;
}

a:active {
	color: #000000;
   text-decoration: none;
}

a:visited {
	color: #000000;
   text-decoration: none;
}

a:hover {
	color: #000000;
        background: #a80824;
   text-decoration: underline;
}

label.error {
	color: #A80824;
}

input {
	border: 1px solid rgb(88,90,92);
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: rgb(214,214,214);
	color: #333333;
	border: 1px solid rgb(88,90,92);
}

input.button {
	background-color: #A80824;
	color:#ffffff;
}

input.defaultButton {
	background-color: #A80824;
	color: #eee;
}

#homeRACO{
	font-size:0.8em;
	background-color: rgb(214,214,214);
	height: 25px;
}

#homeRACO a:link, #homeRACO a:visited, #homeRACO a:active
{
      color:#A80824;
	padding:0px 0px 0px 125px; 
}
#homeRACO a:hover
{     background: rgb(214,214,214);
}

#header {
	background-color: #ffffff;

}

#header h1 {
	padding: 1em 0 1em 0;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform:  uppercase;
	color: #000000;
	letter-spacing: 2px;
}

#footer {
	width: 100%;
	min-height: 35px;
	background-color: #ffffff;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}

#main h2 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color:rgb(88,90,92); 
}

#main h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #000000;
}

#navbar {
/*	border-bottom: 3px solid #A80824; */
 border-bottom: 3px solid rgb(88,90,92);
}

#navbar a:link, #navbar a:visited, #navbar a:active
{
/*	color:#A80824; */
	color: rgb(88,90,92);
}

#breadcrumb {
	color: #666666;
}

#content {
	border-top: 1px solid rgb(88,90,92);
}

#content h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #00000;
	font-weight: bold;
}

#content h4 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #666666;
}

#content h5 {
	color: #666666;
}

#leftSidebar div.block {
        padding: 0.5em 0em 1em 0em;
	border-bottom: 1px solid rgb(214,214,214);
	margin-bottom: 5px;
	color: #000000;
}

#rightSidebar div.block {
	padding: 0.5em 0;
	border-bottom: 1px solid rgb(214,214,214);
	margin-bottom: 5px;
	color: #000000;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: rgb(88,90,92);
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: rgb(88,90,92);
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: rgb(214,214,214);
}

div.separator {
	border-bottom: 2px solid rgb(88,90,92);
}

#navbar a:hover {
        text-decoration: underline;
	background: #ffffff;
}
    
#leftSidebar div.ContBlockMenuPrimer
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    padding: 28px 0px 0px 21px;
    margin-bottom: 5px;
    margin-top: 25px;
    border-bottom: 1px solid rgb(214,214,214);

}


#leftSidebar div.ContBlockMenuSegon
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 21px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(214,214,214);

}
#leftSidebar div.ContBlockMenuPrimer a, #leftSidebar div.ContBlockMenuSegon a
{
    display: block;
    float: left;
    clear: both;
    width: auto;
    height: auto;
    white-space: nowrap;
    font-size: 1.2em; 
    background: url('/img/triangle.png') no-repeat left 6px;
    line-height: 21px;
    padding-left: 9px;
}


#rightSidebar div.ContBlockMenuPrimer
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    padding: 28px 0px 0px 21px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(214,214,214);

}


#rightSidebar div.ContBlockMenuSegon
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 21px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgb(214,214,214);

}
#rightSidebar div.ContBlockMenuPrimer a, #rightSidebar div.ContBlockMenuSegon a
{
    display: block;
    float: left;
    clear: both;
    width: auto;
    height: auto;
    white-space: nowrap;
    font-size: 1.1em;
    background: url('/img/triangle.png') no-repeat left 6px;
    line-height: 21px;
    padding-left: 9px;
}


div.ContPeu
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: 45px;
    border-top: solid 1px rgb(88,90,92);
}
div.ContPeu div.ContPeuMenu1

{
    display: block;
    float: left;
    clear: none;
    width: auto;
    height: auto;
    margin: 16px 0px 0px 18px;
}

div.ContPeu div.ContPeuMenu1 a,
div.ContPeu div.ContPeuMenu1 span
{
    display: block;
    float: left;
    clear: none;
    width: auto;
    height: auto;
    font-size: 1em;
    white-space: nowrap;
}

div.ContPeu div.ContPeuMenu1 span
{
    margin: 0px 7px 0px 7px;
}

div.ContPeu div.ContPeuMenu2
{
    display: block;
    float: right;
    clear: none;
    width: 350px;
    height: auto;
}
div.ContPeu div.ContPeuMenu2 p
{
    display: block;
    float: left;
    clear: none;
    width: auto;
    height: auto;
    font-size: 0.9em;
    margin-top: 13px;
}
div.ContPeu div.ContPeuMenu2 p.Segona
{
    margin-left: 15px;
}

div.ContPeu div.ContPeuMenu2 a.CSUC
{
    display: block;
    float: left;
    clear: none;
    width: 58px;
    height: 20px;
    margin: 12px 0px 0px 10px;
    text-decoration: none;
    background: url('/img/CSUC.png') no-repeat left top;
}

div.ContPeu div.ContPeuMenu2 a.CSUC:hover
{
    background: url('/img/CSUC.png') no-repeat left -20px;
}

div.ContPeu div.ContPeuMenu2 a.CESCA
{
    display: block;
    float: left;
    clear: none;
    width: 48px;
    height: 20px;
    margin: 12px 0px 0px 10px;
    text-decoration: none;
    background: url('/img/CESCA.png') no-repeat left top;
}

div.ContPeu div.ContPeuMenu2 a.CESCA:hover
{
    background: url('/img/CESCA.png') no-repeat left -20px;
}

div.ContPeu div.ContPeuMenu2 a.CBUC
{
    display: block;
    float: left;
    clear: none;
    width: 31px;
    height: 25px;
    margin: 10px 0px 0px 10px;
    text-decoration: none;
    background: url('/img/CBUC.png') no-repeat left top;
}

div.ContPeu div.ContPeuMenu2 a.CBUC:hover
{
    background: url('/img/CBUC.png') no-repeat left -25px;
}
div.ContPeu div.ContPeuMenu2 a.BC
{
    display: block;
    float: left;
    clear: none;
    width: 27px;
    height: 23px;
    margin: 10px 0px 0px 10px;
    text-decoration: none;
    background: url('/img/BC.png') no-repeat left top;
}

div.ContPeu div.ContPeuMenu2 a.BC:hover
{
    background: url('/img/BC.png') no-repeat left -23px;
}

div.ContPeu div.ContPeuMenu2 a.GENCAT
{
    display: block;
    float: left;
    clear: none;
    width: 71px;
    height: 19px;
    margin: 13px 0px 0px 10px;
    text-decoration: none;
    background: url('/img/GENCAT.png') no-repeat left top;
}

div.ContPeu div.ContPeuMenu2 a.GENCAT:hover
{
    background: url('/img/GENCAT.png') no-repeat left -19px;
}

.block
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: auto;
    padding: 28px 0px 0px 21px;
    margin-bottom: 5px;

}
 div.ContItems

{
    display: block;
    float: left;
    clear: none;
    margin: 57px 0px 0px 25px;
}

 div.ContItems div.Item
{
    display: block;
    float: left;
    clear: both;
    width: 350px;
    height: auto;
}

div.ContItems div.Item span.Esq
{
    display: block;
    float: left;
    clear: none;
    width: 120px;
    /*height: 35px;*/
    line-height: 35px;
    font-size: 1.6em;
    font-weight: bold;
    color: #A80824;
    text-align: right;
}

 div.ContItems div.Item span.Dre

{
    display: block;
    float: left;
    clear: none;
    width: 200px;
    font-size: 1.4em;
    margin: 10px 0px 0px 10px;
    line-height: 18px;
}
/*
#header div.ContCercador
{
    display: block;
    clear: none;
    width: 230px;
    height: auto;
    margin: 47px 0px 0px 0px;
}
*/

#header  div.ContCercador div.Fila1

{

    display: block;

    float: left;

    clear: none;

    width: 100%;

    height: auto;
}

#header div.ContCercador div.Fila1 div

{

    display: block;

    float: left;

    clear: none;

    width: 150px;

    height: 21px;

    padding-top: 4px;

    border: solid 1px #b4b5b5;

#    border-top: solid 1px #404040;

}

#header div.ContCercador div.Fila1 div input

{

    width: 150px;

    font-size: 0.8em;

    border: 0px;

}

#header div.ContCercador div.Fila1 a

{

    display: block;

    float: left;

    clear: none;

    width: 15px;

    height: 22px;

    margin: 3px 0px 0px 5px;

    text-decoration: none;

    background: url('/img/Cercar.gif') no-repeat left top;

}


#header div.ContCercador div.Fila1 a:hover

{

    background: url('/img/Cercar.gif') no-repeat left -21px;

}


#header div.ContCercador a.CercaAvançada

{

    display: block;

    float: left;

    clear: both;

    width: 100%;

    height: auto;

    font-size: 0.7em;

    color: #A80824;

    margin-top: 5px;

}


#headerTitle {
	text-align: left !important;
	margin: 0 auto;
/*	padding: 0;
	width: 100%;*/
	width: 90%;
        padding:0px 0px 0px 125px;

}
#headerTitle div.ContCercador
{
        text-align: left !important;
        margin: 0 auto;
        padding: 0;
        width: 50%;
}

