/* CSS Document */
html {
	background-color: #F8F8F8;
}

img {
    border: 0;
}

h1 span {
font-size: 1em;
}
/* botons superiors */

.botosup{
    text-decoration: none;
	width: 320px;
    padding: 10px;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    background-color: #004B99;
    /* border-radius: 6px; */
    border: 1px solid #004B99;
	text-align: center;
  }
  
.botosup:hover{
	color: #ffffff;
    background-color: #4C81B7;
    border: 1px solid #004B99;
  }
  
.botogran{
    text-decoration: none;
	width: 320px;
    padding: 10px;
	margin: 40px;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
    background-color: #004B99;
    /* border-radius: 6px; */
    border: 1px solid #004B99;
	text-align: center;
  }

.botogran:hover{
	color: #ffffff;
    background-color: #4C81B7;
    border: 1px solid #004B99;
  }
  
/* botons abaix */

.botoinf{
    text-decoration: none;
	width: 220px;
    padding: 10px;
    /* font-weight: 600; */
    font-size: 14px;
	background-color: #F1F1F1;
  }
  
.botoinf:hover{
	color: #fff;
    background-color: #666;
    /* border: 1px solid #004B99; */
  }
  
/* boto escut */

.botoescut{
    text-decoration: none;
	width: 280px;
    padding: 10px;
    /* font-weight: 600; */
    font-size: 15px;
	vertical-align: middle;
    /*color: #ffffff;*/
    background-color: #f1f1f1;
    /* border-radius: 6px; 
    border: 1px solid #004B99; */
  }
  
.botoescut:hover{
	color: #fff;
    background-color: #666;
    /* border: 1px solid #004B99; */
  }

/* capses amb fotos */  

div.galeriaCom {
    border: 1px solid #ddd;
	list-style: none;
    background-color: #ffffff;
}

div.galeriaCom:hover {
    border: 1px solid #ddd;
	background-color: #f4f4f4;
}

div.galeriaCom img {
   width: 90%;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   margin-top: 20px;
   display: block;
}

div.h1 {
    padding: 15px;
    text-align: left;
	color: #004B99;
	font-size: 1.1em;
}

div.desc {
    padding: 15px;
    text-align: left;
}

* {
    box-sizing: border-box;
}

.responsiveCom {
    padding: 0 6px;
    float: left;
    width: 33.33%;
}


@media only screen and (max-width: 700px) {
    .responsiveCom {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px) {
    .responsiveCom {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

table{
width: 100% !important;
}

table tbody  { 
 font-size:13px;
}

table tbody td { 
 padding: 5px;
 border: 2px solid white;
 vertical-align: middle;
}

tfoot td {
 padding: 5px;
 font-size:13px;
 border: 2px solid white;
 vertical-align: middle;
}


table tbody tr:nth-child(2n) {
background-color: #F8F8F8;
}


