html{
	background-color: #ffffff;
}

body {
	background-color: #ffffff;
	font-family: "Arial";
	font-size: 100%;
	font-style: normal; /* normal initial italic oblique inherit */
	font-variant: normal; /* normal small-caps initial inherit */
	font-weight: normal; /* normal bold */
	line-height: 130%;
    text-align: justify;
	color: rgb(0,0,0);
	margin: 5px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}

em{
	font-style: italic;
}

strong{
	font-weight: bold;
}

mark{
	background-color:yellow;
}

small{
	font-size: 60%;
}

address{
	display: inline;
}

h1,h2,h3,h4,h5,h6{
	font-family: "Sketch_Match", "Didot", "Times New Roman";
	font-style: normal; /* normal initial italic oblique inherit */
	font-variant: normal; /* normal small-caps initial inherit */
	font-weight: normal; /* normal bold */
	line-height: 100%;
    	text-align: center;
	margin: 0;
	border-width: 0px;
	padding: 5px;
}

h1{
	font-size: 300%;
}

h2{
	font-size: 250%;
}

h3{
	font-size: 208%;
}

h4{
	font-size: 173%;
}

h5{
	font-size: 144%;
}

h6{
	font-size: 120%;
}

p:first-letter{
	font-size:120%;
}

p{
	text-indent:0px;
	margin: 0; border: 0;
	padding: 5px 5px 5px 5px;
}

header,nav,section,footer{
	text-indent:0px;
	margin: 5px; border: 0px;
	padding: 10px 10px 10px 10px;
	border-radius: 5px; 
}

header{
	/* background-color: #ffcccc;*/

	background: RGBA(255,255,255,1);
	background: -moz-linear-gradient(-45deg, RGBA(255,255,255,1) 0%, RGBA(252,192,194,1) 39%, RGBA(254,160,160,1) 88%, RGBA(255,143,147,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(252,192,194,1) 39%, rgba(254,160,160,1) 88%, rgba(255,143,147,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(252,192,194,1) 39%, rgba(254,160,160,1) 88%, rgba(255,143,147,1) 100%);
}

nav{
    text-align: center;
}

section{
	/* background-color: #ccffcc; */

	/* http://www.cssmatic.com/gradient-generator */	
	background: RGBA(243,255,235,1);
	background: -moz-linear-gradient(-45deg, rgba(243,255,235,1) 0%, rgba(149,186,142,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(243,255,235,1) 0%, rgba(149,186,142,1) 100%);
	background: linear-gradient(135deg, rgba(243,255,235,1) 0%, rgba(149,186,142,1) 100%);
}



footer{
	/* background-color: #bbbbff; */

	/* http://www.cssmatic.com/gradient-generator */
	background: rgba(224,230,255,1);
	background: -moz-linear-gradient(-45deg, rgba(224,230,255,1) 0%, rgba(111,128,173,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(224,230,255,1) 0%, rgba(111,128,173,1) 100%);
	background: linear-gradient(135deg, rgba(224,230,255,1) 0%, rgba(111,128,173,1) 100%);
}

div{
	text-indent:0px;
	margin: 0; border: 0;
	padding: 5px 5px 5px 5px;
}


.semcv_input{
	border-radius: 5px; 
}

.semcv_input_id{
	border-radius: 5px; 
}

.semcv_coment{
	color: #ff0000;
}

#botons_inscripcio{
    text-align: justify;
}

#copyright{
	font-size: 80%;
}

.logo{
	height: 130px;
}

#imgplanol{
	width: 80%;
}

#imgprograma{
	width: 80%;
}

#ampli{
	color:#ff0000;
	font-weight: bold;
}

#planol{
	text-align: center;
}

#programa{
	text-align: center;
}

.captcha{
	width: 90px;
	vertical-align:middle;
}

#semcv_captcha img{
	width: 90px;
	vertical-align:middle;

}

#inscriute_a_la_Jornada{
	display: none;
}

br {
    line-height:180%;
}

button {
  font-size: 1em;
  padding: 0.25em 0.5em;
}

button.gran {
  font-size: 1.5em;       /* text doble */
  padding: 0.25em 0.5em;   /* espai intern també doble */
}