/* Hoja de estilo CSS para el documento de presentacion del proyecto:
Xuflet Racer, el juego.
Creado por Carles Reig para el Trabajo fin de curso del Graduado Multimedia a distancia UOC
carlesreig "arroba" gmail "punto" com
http://www.carlesreig.com

Ultima edicion 01 fr junio 2006
*/

/* Cuerpo y doc HTML */
html, body{
	background-image:url(../img/fondo.gif);
	background-repeat:repeat;
	background-color: transparent;
	color:black;
	font-family:arial, helvetica, verdana;
	font-size:12px;
	text-align:center;
}

/* Celda con el fondo lateral */
#contenido{
	width:99%;
	height:95%;
	background-image:url(../img/img_fondo_lat.png);
	background-repeat:no-repeat;
	background-color: transparent;
	background-position: top right;
	position:absolute;
	text-align:left;
}

/* Celda con el contenido del documento */
#texto{
	width:85%;
	border-style:solid;
	border-width:1px;
	border-color:#FF8D00;
	background-color:#FFFFFF;
	padding:10px;
	line-height:2;
}

/* =============== */
/* ESTILOS OBJETOS */
/* =============== */

/* Enlaces de texto - hipervinculos */
a{
	text-decoration:none;
	color:#00C6FF;
}

a:hover{
	text-decoration:underline;
	color:#FF8D00;
}

a:visited{
	text-decoration:underline;
	color:#00C6FF;
}

/* Imagenes */
img{
	border:0;
}

/* Titulo de la seccion */
h1{
	color:#00C6FF;
	text-align:center;
	font-size:20px;
}
h1:before{
	content:"< ";
}
h1:after{
	content:" >";
}

h3{
	color:#00C6FF;
	text-align:left;
	font-size:14px;
}
h3:before{
	content:"> ";
}
h3:after{
	content:";";
}

/* ============================= */
/* ESTILOS CLASES Y PSEUDOCLASES */
/* ============================= */
