/* CSS , Carles Sora */
#body{
text-align: center;
	margin: 0;
	padding: 0;}

#page{
width: 700px;
margin: 0px auto;
text-align: left;
}


#header h1{
display:none;
font-size: 0.5em;
}


#cursos ul li{
list-style-type: none;
padding:0;
margin:0;
}

#color{
background-color: #212021;
}




p{
font-family:Arial;
font-size:12pt;
//font-weight:bold;
color:#1B4572;
}

h3{
font-family: Arial;
font-size: 12pt;
color:#b8f710;
padding: 4px 12px 4px 12px;
font-weight:bold;
}

h2{
font-family:Arial;
font-size:12pt;
font-weight:bold;
color:#1B4572;
}

a{
font-family:Arial;
font-size:12pt;

text-decoration: underline;
color:#1B4572;
}


a:visited {
	font-family:Arial;
	font-size:12pt;
	color:#1B4572;
	text-decoration: underline;
}
a:hover {
	font-family:Arial;
	color:#000000;
	text-decoration: underline;
	background-color:#b8f710;

}




/********************************************************/


