﻿.Marca_marron {
	background-color: #D5D5AA;
}
.Marca_groc {
	background-color: #FFFF9F;
}
.Marca_vermell {
	background-color: #FFC8C8;
}
.Marca_blau {
	background-color: #DDEEFF;
}
.Marca_beix_subr {
	background-color: #FFE6E6;
	font-weight: normal;
}
.Marca_lila {
	background-color: #D2D2FF;
	font-size: inherit;
}
.Marca_verd {
	background-color: #9FC;
}
.Lletra_blau {
				color: blue;
}
.Lletra_marro {
	color: brown;
	text-decoration: underline;
}
.Lletra_verd {
	color: #006600;
	text-decoration: underline;
}

.Subr_rojo {
	 text-decoration: underline;
	  text-decoration-color: red;
}
.Subr_lila {
	text-decoration: underline;
	  text-decoration-color: purple  ;
}
.Subr_verd {
	text-decoration: underline;
	  text-decoration-color: green;
}


p {
	font-size: 1.2em;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.Lletra_gris {
	font-style: oblique;
	color: #999999;
	font-size: 23px;
	font-weight: bold;
	font-family: Candara;
}

.sb {
				margin: 0px 0px 20px 0px;
				font-family: Arial, Helvetica, sans-serif;
				color: #585858;
				padding-top: 0px;
				padding-right: 0px;
				padding-bottom: 20px;
				padding-left: 0px;
}
.preg {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
	margin: 0px;
	z-index: 1;
}
.qu {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 5px;
	margin: 0px;
	z-index: 500;
}


.miniEnllas {
	font-style: oblique;
	color: #6699FF;
	font-size: 15px;
	font-weight: bold;
	font-family: Candara;
	text-decoration: underline;
}

.subtitol {
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666;
	font-size: 1em;
	padding-top: 12px;
	text-align: center;
	margin-bottom: -10px;
}
.Div_sota_img {
	margin: 9px 15px 12px 30px;
	font-style: italic;
	color: #333;
	width: 80%;
	background-color: #E1E1E1;
	padding-left: 30px;
	padding-right: 15px;
	font-size: large;
	padding-bottom: 10px;
}
.calaix {
	padding: 7px 10px 7px 10px;
	width: 92%;
	height: 110%;
	background-color: #F1F1F1;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #030;
	border-right-color: #060;
	border-bottom-color: #060;
	border-left-color: #030;
	margin-top: 3px;
	margin-right: 30px;
	margin-left: 30px;
}
.recuadre_vermell {
	border-width: 1px 1px 3px 1px;
	margin: -25px 5px 20px 10px;
	padding: 0px 3px 9px 9px;
	font-style: italic;
	color: #000;
	width: 92%;
	font-size: 1.2em;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #800000;
	border-right-color: #A00;
	border-bottom-color: #A00;
	border-left-color: #800000;
	background-color: #FFF;
}

.Div_recuadre {

	width: 96%;
	border: 1px solid #000;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 2px;
}

.pagina {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #063;
	border: 1px solid #C60;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	float: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 15px;
	position: static;
	background-color: #EEEEFF;
}
iframe {
	background-color: #E8FFD0;
}
.unico {
	width: 100%;
	font-size: 1.4em;
	background-repeat: repeat-y;
}
.vv {
	font-style: oblique;
	font-weight: bold;
	font-size: 0.8em;
	vertical-align: text-top;
	color: #003399;
}
@media screen and (max-device-width : 480px) {
        #sidebar{
            display:none;
            }
                #unico{
               text-align:center;
               }
}
#centralitzat{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    position:absolute;
    top:0;
    background-position:50% 50%;
    background-size:cover;
}