/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    /*font-weight: normal;*/
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}






/*********** Estils generals******************/

a {
    cursor:pointer;
}

a:link,a:visited {
    color:#606060;
    text-decoration:none;
    cursor:pointer;
}

a:hover,a:active {
    text-decoration:none;
}

b,strong,.negreta {
    font-weight:bold;
    color:black;
}

i,em,.cursiva {
    font-style:italic;
}

.majuscula {
    text-transform:uppercase;
}

.corporatiu {
    color:#ed7e0a;
}

.gris {
    color:#a7a7a7;
}

h1 {

}

h2 {

}

h3 {

}

p {

}



.netejar {
    clear:both;
}


html {
    width:100%;
    height:100%;
}

body {
    width:100%;
    height:100%;

    font-family: 'Libre Baskerville', serif;
    font-style:italic;
    font-size:14px;
    letter-spacing:1px;
    color:#606060;
    background-color:white;

    line-height:18px;

    text-align:center;
}

.tot {
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    width:960px;
}

.cap {
    width:100%;
    height:185px;
    margin-top:20px;
    border-bottom:solid 1px #c6c4c5;
}

.logo {
    float:left;
    width:160px;
    height:150px;
}

.menu {
    float:left;
    margin-left:30px;
    margin-top:70px;
    font-size:14px;
}

.menu ul {
    list-style-type:none;
}

.menu ul li {
    float:left;
    margin-right:10px;
    border:solid 1px transparent;
}

.menu ul li:hover, .menu ul li.marcat {
    border:solid 1px #ed7e0a;
}

.menu ul li a {
    display:block;
    padding:12px;
}

.menu ul li a:hover, .menu ul li a:marcat {

}

.separadormenu {
    width:100px;
    height:1px;
    background-color:#c6c4c5;
    margin-top:90px;
    float:left;
}

.menublog {
    float:left;
    margin-left:23px;
    margin-top:83px;
    font-size:14px;
}

.menublogimg {
    float:left;
    margin-left:5px;
    margin-top:45px;
}

.central {
    clear:both;
    margin-top:15px;
}

.text_cap {
    text-align:center;
    padding-bottom:15px;
}

.fons {
    width:100%;
    height:320px;
}


.marc_fix {
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    width:960px;
    height:320px;

    overflow:hidden;
    position: relative;
}

.marc_lliscant {
  width: 10000px;
  position:relative;
  height:321px;
}

.foto_marc {
  float: left;
  width: 480px;
  height: 320px;
  overflow: hidden;
}

.foto_marc img {
  display:block;
}

.text_marc {
    float:left;
    width:480px;
    height:320px;
    overflow:hidden;
    background-color:#a99983;
    color:white;
    text-transform:uppercase;
    text-align:center;
}

.fons_elisabet {
    background-image:url('../img/elisabetesquerra.jpg');
}

.fons_ruben {
    background-image:url('../img/rubennordicwalking.jpg');
}

.text_marc_text {
    padding-top:120px;
    font-size:15px;
    line-height:22px;
    letter-spacing:2px
}

.text_central {
    text-align:center;
    clear:both;
    margin-top:15px;
    border-top:solid 1px #c6c4c5;
    padding-top:15px;
}

.text_central_esquerra {
    text-align:left;
}

.text_central ul {
    list-style-type:none;
    margin-left:20px;
}

.text_central ul li {
    margin-bottom:3px;
}

.text_central h1, .text_central h2, .text_central h3 {
    text-transform:uppercase;
}

.text_central h2 {
    color:#ed7e0a;
    margin-top:10px;
    margin-bottom:10px;
}
.text_central h2 b, .central_esquerra b, .central_dreta b {
    color:#ed7e0a;
}

.text_central h3 {
    color:#ed7e0a;
    margin-top:10px;
    margin-bottom:10px;
    font-size:16px;
    line-height:20px;
    letter-spacing:1.5px;
}

.central_esquerra {
    float:left;
    width:469px;
    border-right:solid 1px #c6c4c5;
    padding-right:10px;
    text-align:right;
    height:200px;
    margin-bottom:15px;
    line-height:20px;
}

.central_dreta {
    float:left;
    width:470px;
    padding-left:10px;
    text-align:left;
    line-height:20px;
}

.text_central_destacat {
    width:100%;
    clear:both;
    border-top:solid 1px #c6c4c5;
    padding-top:15px;
    font-weight:bold;
    font-size:16px;
    line-height:21px;
}

.submenu {
    float:left;
    width:45%;
    text-align:center;
    padding-top:5px;
}

.submenu a {
    display:inline-block;
    margin:auto;
}

.submenu_esquerra {
    clear:left;
    text-align:right;
    margin-right:5%;
}

.submenu_dreta {
    text-align:left;
    margin-left:5%;
}

.puntsubmenu {
    width:14px;
    height:14px;
    float:left;
    border-radius:7px;
    background-color:#c6c4c5;
    margin-top:3px;
}

.puntsubmenu.marcat, .submenu a:hover .puntsubmenu {
    background-color:#ed7e0a;
}

.textsubmenu {
    float:left;
    margin-left:5px;
    font-size:14px;
    padding-top:2px;
}

.cua {
    clear:both;
    margin-top:20px;
    text-align:center;
    line-height:17px;
    border-top:solid 1px #c6c4c5;
    padding-top:15px;
}

.text_central_table {
    border-top:0px;
}

.text_central table {
  width: 80%;
  margin: auto;
  font-size: 21px;
  border-collapse: collapse;
	border: solid 1px #ff7200;
	border-top: 0px;
}

.text_central table th {
  text-transform: uppercase;
  text-align: center;
	border: solid 1px transparent;
	border-bottom: solid 1px #ff7200;
	padding: 15px;
	color: #ff7200;
	font-style: normal;
  font-size: 24px;
}

.text_central table td {
  padding: 25px;
  text-align: center;
	border:solid 1px #ff7200;
	color: #ff7200;
	font-style: italic;
  font-weight: 500;
  line-height: 25px;
  white-space:nowrap;
}

.text_central table td.hora {
  text-align: left;
  padding-right: 25px;
	min-width: 130px;
  font-weight: 600;
  font-style: normal;
}

.text_central table td.meditacio {
  background-color: #ffdcbf;
	font-style: italic;
}

.text_central table td.ruben {
  background-color:#ed7e0a;
}

.text_central table td.elisabet {
  color: #ff7200;
	min-width: 130px;
	font-style: italic;
}

.text_central_table img {
    vertical-align:middle;
}

.cua a , .central_esquerra a , .central_dreta a {
    color:#ed7e0a;
}

.cua a:hover, .central_esquerra a:hover ,central_dreta a:hover {
    color:#606060;
}

.credits {
    clear:both;
    padding-top:10px;
    padding-bottom:20px;
    font-size:11px;
    color:#c6c4c5;
}

#googlemaps {
    width:960px;
    height:320px;
}

.background-black {
	background: black;
}

.horaris {
  font-family: 'Montserrat', sans-serif;
}

.foto_qui_som {
  text-align: center;
}

.semibold {
  font-weight: 600;
}
