/*
Lacasitos
Nathalie Danen
*/

body {
	background-repeat: repeat;
	background-image: url(fondo.jpg);
	color: Black;
	font-weight: bolder;
	background-attachment: fixed;
}

h1 {
	font-family: "Bradley Hand ITC";
	font-size: 75px;
	color: white;
	margin-left: 0px;
}

h2, h3{
	font-family: "Bradley Hand ITC";
	font-size: xx-large;
	font-style: normal;
	font-weight: bolder;
	color: white;
}

.intra, .selecciona, .historico, .recursos, .versiones{
	color: Blue;
	font-size: medium;
}

#enlacesintra {
	border: double Blue;
	background-color: #ADD8E6;
	color: Blue;
	position: absolute;
	left: 10px;
	top: 150px;
	font-size: smaller;
	text-align: left;
}

#contenedor{
	margin-left: 220px;
	text-align: center;
}

#lselecciona{
	border: double Blue;
	background-color: #ADD8E6;
	color: Blue;
	position: absolute;
	left: 10px;
	top: 300px;
	font-size: smaller;
	text-align: left;
}

#lhistorico{
	border: double Blue;
	background-color: #ADD8E6;
	color: Blue;
	position: absolute;
	left: 10px;
	top: 467px;
	font-size: smaller;
	text-align: left;
}

#lrecursos{
	border: double Blue;
	background-color: #ADD8E6;
	color: Blue;
	position: absolute;
	left: 10px;
	top: 605px;
	font-size: smaller;
	text-align: left;
}

#enlacesversiones{
	border: double Blue;
	background-color: #ADD8E6;
	color: Blue;
	position: absolute;
	left: 10px;
	top: 775px;
	font-size: smaller;
	text-align: left;
}