A {
	text-decoration:none;
	color:#000000;
	font-family:Gill Sans MT;
	font-size:16px;
	font-weight: bold;
}

A:hover {
	text-decoration:none;
	color:#993333;	
}

P{
	margin-left:5px;
	margin-right:5px;
	text-align:justify;
	font-size:16px;
	font-family:Gill Sans MT;
}

H1{
	font-size:16px;
	font-family:Gill Sans MT;
}


#header {
	position:absolute;
	width:800px;
	height:120px;
	z-index:0;
	left:0px;
	top: 0px;
}

#menu {
	position:absolute;
	width:799px;
	height:23px;
	z-index:2;
	left: 0px;
	top: 120px;
}
#content {
	position:absolute;
	width:774px;
	height:400px;
	z-index:3;
	left: 8px;
	top: 145px;
	border-width:thin;
	border-style:solid;
	border-color:#000000;
	background-color:#FFFFFF;
}
#footer {
	position:absolute;
	width:800px;
	height:50px;
	z-index:4;
	left: 0px;
	top: 550px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
}
#bg {
	position:absolute;
	width:801px;
	height:445px;
	z-index:1;
	left: -1px;
	top: 119px;
	background-color: #EF9B41;
}


.tit  {
	font-family : verdana,arial,helvetica;
	font-size : 10pt;
	color: #FFCC66;
	font-weight: bold;
}

.fs	{
	font-family : verdana,arial,helvetica;
	background-color:	#ff0000;
	color:	#FFFFFF;
	font-weight: bold;
	text-align:	center;
	}

.plazas	{
	font-family : verdana,arial,helvetica;
	background-color:	#ffff00;
	color:	#000000;
	font-weight: bold;
	text-align:	center;
	}

.libre	{
	font-family : verdana,arial,helvetica;
	background-color:	#bccd85;
	color:	#000000;
	font-weight: bold;
	text-align:	center;
	}

.da	{
	font-family : verdana,arial,helvetica;
	background-color: #F0E68C;
	color:	#FFFFFF;
	font-weight: bold;
	text-align:	center;
	}	

/* igual que A pero para que lo pueda poner donde quiera y no en un href*/
.copiaA {
	text-decoration:none;
	color:#000000;
	font-family:Arial black;
	font-size:15px;
}	
.cabeceraA
{
	font-family:Arial;
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}

.preciosH1
{
	font-size:16px;
	font-family:Gill Sans MT;
}

.filaPar{
	font-size:12px;
	font-family:Arial;
	background-color: #FDDCBD;
}


.filaImpar{
	font-size:12px;
	font-family:Arial;
	background-color: #FCC18D;
}

.filaTitulo{
	font-size:12px;
	font-family:Arial;
	font-weight: bold;
	background-color: #EF9B41;
}

.aPequeño
{
    text-decoration:none;
	color:#000000;
	font-family:Gill Sans MT;
	font-size:12px;
}

.aMuyPequeño
{
    text-decoration:none;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

.aEnlaces
{
    text-decoration:none;
	color:#000000;
	font-family:Gill Sans MT;
	font-size:14px;
}

.aFila
{
	font-size:12px;
	font-family:Arial;
}

.aFila:visited
{
	font-size:12px;
	font-family:Arial;
	color:#993333;
}

legend {
	color:#000000;
	font-weight: bold;
}

input[type="text"] {
	background-color: #FCC18D;
}

textarea {
	background-color: #FCC18D;
	width: 350px;
}

select {
	background-color: #FCC18D;
}

INPUT[type="submit"] {
	width: 70px;
	font-weight: bold;
}

INPUT[type="reset"] {
	background: #<legend>;
	width: 70px;	
	font-weight: bold;
}