@charset "utf-8";
/* CSS Document */

html,body{
	height: 100%;
	margin:0px;
	background-color:#FC6;
	background-image:url(Imagenes/repeat2.gif);
	background-repeat:repeat-y;
	background-position:center;
	text-align:center;
	margin:auto;
	color:#C00;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
	

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#C00;
	font-style:normal;
	line-height: 180%;
}


.contenedor_inicio{
	background-image:url(Imagenes/logointro.png);
	background-position:top;
	background-repeat:no-repeat;
	width: 316px;
	height:500px;
	text-align:center;
	margin: 0 auto;
	position:relative;
}


#catalan{
	position:absolute;
	top: 295px;
	left: 4px;
	z-index: 3;
	text-decoration: none;
}

#castellano_inicio{
	position:absolute;
	top: 295px;
	right: 4px;
	z-index: 3;
	text-decoration: none;
}

#advertencia{
	width:395px;
	height:100px;
	text-align:center;
	bottom:0;
	margin:auto;
}

#construccion{
	position:absolute;
	top: 295px;
	left: 48px;
	z-index: 3;
	text-decoration: none;
}
