/* 
    Document   : template.css
    Created on : 28-may-2010, 16:03:34
    Author     : kim
    AuthorUrl  : http://www.joomlanetprojects.com
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.image {
    float: left;
    margin-right: 20px;
	border:1px solid #ccc;
}

.image_centrada {
	border:1px solid #ccc;
}

.destacat {
    font-weight: bold;
    color: #2f2f2f;
    font-size: 13px;
}


html,body {
    background: #b1b1b1 url(../images/background.jpg) 50% 0% repeat-x;
    font-size: 11px;
    color: #848484;
    height: 100%;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
}

a {
    color: #1f497c;
    text-decoration: none;
    font-weight: bold;
}

h1 {
	margin-left:-10px;
}

h2 {
    font-size: 17px;
    color: #ff6b0a;
	font-weight:bold;
}

h3 {
    font-size: 14px;
    color: #ff6b0a;
	font-weight:bold;
}

p {
	line-height:20px;
}

li {
	line-height:20px;
}

img {
    border: none;
}

/*
    Layout stylesheet
*/

#jp_wrapper {
    background: #fff;
    width: 950px;
    height: auto;
    min-height:100%;
    margin: -10px auto 0 auto;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}

#jp_header {
    width: 883px;
    height: 100px;
    margin-left: 35px;
}

#jp_logo {
    width: 289px;
    height: 58px;
    float: left;
    margin-top: 35px;
}

#jp_tools {
    width: 574px;
    height: 100px;
    float: right;
}

#jp_icons {
    width: 574px;
    height: 48px;
    text-align: right;
    margin-top: 10px;
}

#jp_header_separator {
    background: url(../images/header_punts.jpg) no-repeat;
    width: 574px;
    height: 7px;
}

#jp_topmenu {
    width: 574px;
    height: 20px;
}

#jp_container {
    width: 883px;
    height: auto;
    overflow: hidden;
    min-height: 545px;
    margin: 25px auto 40px auto;
}

#jp_mainbody {
    width: 617px;
    margin-left: 10px;
    margin-top: 10px;
    height: auto;
    float: left;
}

#jp_right {
    width: 222px;
    float: right;
    margin-left: 34px;
    margin-top: 5px;
}

#jp_footer {
    background: #fff;
    width: 950px;
    height: 122px;
}

#jp_footer_left {
    background: url(../images/footer_left.jpg) no-repeat;
    width: 203px;
    height: 122px;
    float: left;
}

#jp_footer_right {
    width: 746px;
    height: 122px;
    float: right;
}

#jp_footer_separator {
    background: url(../images/footer_punts.jpg) no-repeat;
    width: 716px;
    height: 5px;
    float: right;
    margin-right: 30px;
}

#jp_credits {
    float: left;
    width: 200px;
    height: 50px;
    margin: 10px;
}

#jp_credits a{
    font-size: 11px;
    color: #848484;
	font-weight:normal;
}

#jp_contact {
    width: 250px;
    height: 107px;
    float: right;
    margin-right: 30px;
}

#jp_contact p{
	line-height:12px;
}

/*
    JQueryslideMenu
*/

.jqueryslidemenu {
    width: 100%;
}

.jqueryslidemenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/

.jqueryslidemenu ul li  {
    position: relative;
    display: inline;
    float: right;
    list-style-type: none;    
}

/*Top level menu link items style*/

.jqueryslidemenu ul li a {
    display: block;
    width: auto;
    color: #1f497c;
    margin: 3px 3px;
	padding: 3px 7px;
    text-decoration: none;
    font-weight: bold;
}

* html .jqueryslidemenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
    color: #1f497c;
}

.jqueryslidemenu ul li a:hover {
    color: #fff;
    height: auto;
    display: block;
    background: #1f497c;
}

/*1st sub level menu*/

.jqueryslidemenu ul li ul {
    background: #f9f9f9;
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    z-index: 5000;
}

/*Sub level menu list items (undo style from Top level List Items)*/

.jqueryslidemenu ul li ul li {
    display: list-item;
    float: none;
    list-style-type: none;
    margin-bottom: 5px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.jqueryslidemenu ul li ul li ul {
    top: 0;
}

/* Sub level menu links style */

.jqueryslidemenu ul li ul li a {
    background: #f9f9f9;
    font: normal 12px;
    width: 160px; /*width of sub menus*/
    padding-left: 15px;
    margin: 0;
    border-top-width: 0;
}

.jqueryslidemenu ul li ul li a:hover { /*sub menus hover style*/
    background: #1f497c;
    color: #fff;
    font-weight: bold;
}

/* Joomla! Styles */

.moduletable_agenda {
    margin-bottom: 20px;
}

.moduletable_agenda h3 {
    background: url(../images/right_agenda.jpg) no-repeat;
    width: 223px;
    height: 26px;
    font-size: 0px;
    color: #fff;
}

.moduletable_prensa h3 {
    background: url(../images/right_prensa.jpg) no-repeat;
    width: 223px;
    height: 26px;
    font-size: 0px;
    color: #fff;
}


/* Agenda */

.componentheading_agenda {
    background: url(../images/agenda.jpg) no-repeat;
    width: 613px;
    height: 43px;
    margin-top: -10px;
}

.jp_agenda_module, .jp_prensa_module {
    padding-left: 25px;
    padding-top: 10px;
}

.jp_agenda_title {
    color: #ff6500;
}

.jp_agenda_row, .jp_prensa_row {
    padding-bottom: 10px;
}

.jp_agenda_readmore, .jp_prensa_readmore {
    text-align: left;
    padding-left: 28px;
}

/* Prensa */

.componentheading_prensa {
    background: url(../images/prensa.jpg) no-repeat;
    width: 613px;
    height: 43px;
    margin-top: -10px;
}

/* form ck_form */

.componentheading_contact {
    background: url(../images/contactar.jpg) no-repeat;
    width: 613px;
    height: 43px;
    margin-top: -10px;
}

.jp_form_field {
    width: 300px;
    background: #ccc;
}

.jp_form_textarea {
    background: #ccc;
}

#submit_bt {
    background: #1f497c;
    color: #fff;
}

/* articles */

.jp_article_container {
    margin-top: -30px;
}