* {  margin: 0px; padding: 0px; font-family: sans-serif, Arial, Helvetica; }

body { margin: 0px; height: 100%; background-color: #F8F8F8; }

p,li,div,td {
	font-size: 14px;
	color: black;
	text-align: left;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #950000;
	margin: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	text-align:left;
        border-bottom: 1px solid #cccacb;
        letter-spacing: -1px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	color: black;
	margin: 0px;
	padding-bottom: 10px;
	text-align:left;
        color: #950000;
        letter-spacing: -1px;
}


/*
 *	links
 */

a  { font: 14px sans-serif, Arial, Helvetica; color: #247e9f; text-decoration: underline; }
a:hover { text-decoration: none; }



/*
 *	GENERICS
 */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
input, textarea { font: 14px Arial, Helvetica, sans-serif; padding: 2px; }
input[type=submit] { color: black; }

ul { padding-left: 10px; line-height: 17px; margin: 10px 0px; }
li { padding-left: 5px; line-height: 17px; }


.wrapper {
    padding-top: 5px;
}

.content {
    background-image: url(../imatges/cuerpo.png);
    background-repeat: repeat-y;
    background-position: center;
}

.foto img { border: 1px solid #9A9A9A; padding: 2px; }

/*
 *	header
 */
.header {
	height: 400px;
        background-image: url(../imatges/header.png);
        background-position: 0 -6px;
        background-repeat: repeat-x;
}

.header-content {
    width: 800px;
    margin: auto;
}

.content-logos {
    position: relative;
    height: 88px;
}

.logo {
    position: absolute;
    top: 7px;
    left: 0px;
}

.phone {
    position: absolute;
    top: 37px;
    left: 581px;
}

/*
 *	MENU
 */

.subnav {

}

.menu {

}

.menu div.categoria {
    position: relative;
    float: left;
}


.menu a.menu {
	display: block;
	/* padding: 26px 23px 22px 22px; */
        /* padding: 11px 1px 9px 0; */
        padding: 5px 23px 9px 22px;
        text-align: center;
	color: #3c3a3b;
	text-decoration: none;
	font-size: 20px;
	/* font-family: "Arial Black", sans-serif, Geneva; */
        font-family: Arial;

        background-image: url(../imatges/menuseparador.png);
        background-position: right center;
        background-repeat: no-repeat;
}

.menu a.menu:hover,
.menu a.active {
    /*
	background-image: url(../imatges/subnav-a-hover.jpg)  !important;
	background-repeat: repeat-x  !important;
    */
    color: #950000;
}


.menu div.subcategoria {
    position: absolute;
    top: 34px;
    left: 1px;
    padding: 5px 1px 5px 0px;
    width: 130px;
    border-bottom: 1px solid #c0c0c0;
    z-index:20;
    background-color: #DCDBDB;

}

div.subcategoria a {
    display: block;
    padding: 10px;
    color: #19345c;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    font-family: "Arial Black", sans-serif, Geneva;
    text-transform: uppercase;
    letter-spacing: -1px;
    margin-left: -1px;
    text-align: center;

    background-image: url(../imatges/bgsubmenutop.png);
    background-repeat: no-repeat;
    background-position: top center;
}
div.subcategoria a:hover {
    color: #950000;
}

.mainnav {
    width: 800px;
    margin: auto;
}


.mainnav-content {
    padding: 15px;
}


.mainnav-content  p,
.mainnav-content  div,
.mainnav-content  td
{
	text-align: justify;
}


.apartat-contingut h1 {
	padding: 10px 0;
	margin: 0px;
	color: black;
}

.imatgeprincipal img { border:1px solid #3d4893; }

.apartat-text { color: #001b3c; }


.apartat-contingut {

}

.peufoto {
    width: 169px;
    background-color: #950000;
    color: white;
    text-align: center !important;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 13px;
}

/*
 * Footer
 */

.footer {
    height: 60px; padding-top: 15px;
    background-image:  url(../imatges/footer.png);
    background-repeat: repeat-x;
}

.footer-content {
    margin: auto;
    width: 800px;
    text-align: center;
    color: #3b3b3b;
}

.footer a { color: #3b3b3b; }

.apartat-text p {
    line-height: 17px;
    padding-bottom: 10px;
}
