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;*/

	/* http://www.cssmatic.com/gradient-generator */
	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-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(39%, rgba(252,192,194,1)), color-stop(88%, rgba(254,160,160,1)), color-stop(100%, rgba(255,143,147,1)));
	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: -o-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: -ms-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%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff8f93', GradientType=1 );
}

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-gradient(left top, right bottom, color-stop(0%, rgba(243,255,235,1)), color-stop(100%, rgba(149,186,142,1)));
	background: -webkit-linear-gradient(-45deg, rgba(243,255,235,1) 0%, rgba(149,186,142,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(243,255,235,1) 0%, rgba(149,186,142,1) 100%);
	background: -ms-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%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ffeb', endColorstr='#95ba8e', GradientType=1 );
}

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-gradient(left top, right bottom, color-stop(0%, rgba(224,230,255,1)), color-stop(100%, rgba(111,128,173,1)));
	background: -webkit-linear-gradient(-45deg, rgba(224,230,255,1) 0%, rgba(111,128,173,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(224,230,255,1) 0%, rgba(111,128,173,1) 100%);
	background: -ms-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%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e6ff', endColorstr='#6f80ad', GradientType=1 );
}

div{
	text-indent:0px;
	margin: 0; border: 0;
	padding: 5px 5px 5px 5px;
}

li{
	type:"disc";
}


.semcv_input{
	border-radius: 5px; 
}

.semcv_coment{
	color: #ff0000;
}

#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: 130px;
}

#semcv_captcha img{
	width: 90px;
	vertical-align:middle;

}

#inscriute_a_la_Jornada{
	display: none;
}