* {
	margin: 0em;
	padding: 0em;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1em solid #FF00CC;
	text-align: center;
	background-color: #000000;
	}
body.enlaces {
	background: url("images/fons_index.jpg") repeat-y center top;
	}
body.instructor {
	background: url("images/fons_index1.jpg") repeat-y  center top;
	}
body.galeria {
	background: url("images/fons_index2.jpg") repeat-y  center top;
	}
body.formacion {
	background: url("images/fons_index4.jpg") repeat-y  center top;
	}
body.presentacion {
	background: url("images/fons_index5.jpg") repeat-y  center top;
	}
body.nadal {
	background: url("images/fons_index5_nadal.jpg") repeat-y  center top;
	}

body.inici {
	background:  url("images/fons_index3.jpg") repeat-y  left top;	
	}
div#face {
	position: fixed;
	top: 340px;
	right: 0px;
	}
div#twit {
	position: fixed;
	top: 230px;
	right: 0px;
	}

a {
	text-decoration:none;
	}
a:hover {
	text-decoration:none;
	}
img {
	border: 0em;
	}
object {
	width: 350px;
	height: 288px;
	margin: 0em 2em 5em 0em;
	line-height: 60px;
	}
object.principal {
	width: 500px;
	height: 411px;
	margin: 0em 0em 5em 0em;
	line-height: 60px;
	}
img.oferta {
	float: right;
	margin-right: 0.6em;
	}
p {
	line-height: 1.5em;
	font-size: 0.8em;
	padding: 1em 0em 0em 12em;
	text-align: left;
	width: 600px;
	color: #CCCCCC;
	}
h1 {
	padding: 0.7em 0em 0em 1em;
	}
h2 {
	padding: 1em 0em 0em 2em;
	font-size: 2em;
	color: #FF00CC;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -3px;
	}
h3 {
	padding: 1em 0em 0em 6em;
	font-size: 0.9em;
	letter-spacing: 0.15em;
	color:#FF00CC;
	text-align: left;
	}
h4 {
	padding: 1em 0em 0em 4em;
	font-size: 0.9em;
	text-align: left;
	}
hr {
	border: 0px;
	color: #FF00CC;
	background-color: #FF00CC;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	width: 3em;
	}
dl {
	}
dt {
	padding: 1em 0em 0em 8em;
	font-size: 0.9em;
	letter-spacing: 0.15em;
	font-weight: bold;
	color:#FF00CC;
	}
dd {
	padding: 1em 0em 0em 8em;
	line-height: 1.6em;
	font-size: 0.8em;
	color: #CCCCCC;
	}
dd ul li {
	font-size: 1.2em;
	}
table {
	text-align: center;
	border-collapse: collapse;
	width: 100%;
	}
td {
	padding: 0.4em;
	}
ul.sub li ul {
	margin-bottom: 1em;
	}
ul.sub li ul li {
	list-style-type: circle;
	font-size: 1.2em;
	}
	
/*Horario*/

div#horario {
	float: right;
	position: absolute;
	top: 0.5em;
	right: 0em;
	width: 320px;
	height: 200px;
	}

/* Cap */

div#cap {
	}
	
/* Menú */

div#menu {
	width: 970px;
	font-size: 0.9em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px auto 0px auto;
	}
#menu ul {
	padding: 2em 0em 1em 0em;
	list-style-type: none;
	line-height: 1.5em;
	color: #000;
		}
#menu ul a {
	color: #000;
	}
#menu ul a:hover {
	text-decoration: none;
	color:#999;
	font-weight: bold;
	}
#menu ul li {
	padding: 1em 0.4em 0em 0.4em;
	display: inline;
		}
#menu ul a.linked {
	text-decoration: none;
	color:#FF00CC;
	font-weight: bold;
	font-size: 1.2em;
	}	
	
/* Contingut */

div#contingut {
	width: 970px;
	margin: 0px auto 0px auto;
	background-color: #000;
	padding-top: 2em;
	padding-bottom: 2em;
	}
div#contingut.trans {
	background: none;
	}
div#contingut.informacion {
	padding-bottom: 4em;
	text-align: center;
	}
div#contingut.informacion p {
	display: inline;
	padding: 0em 1em 0em 1em;
	margin: 0;
	text-align: center;
	}
div#contingut.informacion p a {
	font-size: 2em;
	color: #FF00CC;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -3px;
	text-decoration: none;
	}
div#contingut.informacion p a:hover {
	color: #FFF;
	}
#contingut #descarrega {
	margin-bottom: 1em;
	}
#contingut #descarrega a {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #fff;
	}
#contingut #descarrega a:hover {
	color: #FF00CC;
	}
#contingut dl {
	text-align: left;
	width: 650px;
	margin: 0 auto 0 auto;
	}
#contingut dl dt {
	padding-left: 0em;
	}
#contingut dl dd {
	padding-left: 0em;
	}
#contingut ul {
	line-height: 2em;
	font-size: 0.8em;
	padding: 1em 0em 0em 16em;
	list-style-type: disc;
	color: #CCCCCC;
	text-align: left;
	}
#contingut a { 
	text-decoration: underline;
	color: #fff;
	}
#contingut a:hover { 
	text-decoration: none;
	color: #FF00CC;
	}
ul#clases {
	width: 970px;
	margin: 20px auto 20px auto;
	text-align: center;
	background-color: #1f1f1f;
	line-height: 220%;
	padding: 15px 0px 15px 0px;
	}
ul#clases li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
	}
ul#clases li a {
	color: #666666;
	background: url("images/fons_clases.gif") no-repeat center top;
	text-decoration: none;
	}
ul#clases li a:hover {
	color: #ffffff;
	}
	
/* News */

div#newtext {
	width: 970px;
	margin: 0px auto 0px auto;
	background: url("images/fons_newtext.gif") repeat-x top #FF00CC;
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	}
#newtext p {
	padding: 0.4em 0em 0.4em 0em;
	width: 100%;
	line-height: normal;
	font-size: 1.6em;
	font-weight: bold;
	color: #4d003d;
	text-align: center;
	}
div#news {
	width: 970px;
	margin: 0px auto 15px auto;
	border-bottom: 1px solid #FF00CC;
	background: url("images/fons_news.gif");
	text-align: center;
	}
#news img {
	margin: 0.5em 0.5em 0.3em 0.5em;
	}
	
/* Peu */

div#peu {
	width: 970px;
	margin: 30px auto 0px auto;
	font-size: 1em;
	border-top: 1px dashed #ccc;
	}
#peu p { 
	color: #ff00cc;
	text-align: left;
	padding: 10px 0px 0px 0px;
	}
#peu a { 
	color: #ccc;
	}
#peu a:hover {
	text-decoration: underline;
	}

/* Contenció */

div.contencio {
	clear:both;
	height: 0em;
	}


