/* Utiliza esta hoja de estilos para realizar tu propuesta */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;

}



/* layout */

#contenido {
		width: 950px;
		height: 1100px;
		background-image: url(back.jpg);

}

#encabezado {
		position: absolute;
		top: 0;
		left: 300px;
		width: 200px;
		height: 250px;
		background-image: url(titulo_css.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-top: 13px;
		padding-left: 35px;

}

#explicacion {
			background-image: url(titulo_explicacion.gif);
			background-position: 0 0 ;
			background-repeat: no-repeat;
			position: absolute;
			width: 200px;
			top: 300px;
			left: 300px;
			padding: 5px;
				
}

.quote {
		text-align: left;
		font-weight: bold;
		font-size: 1.2em;
		color: #626466;
		font-style: italic;
		}
		
blockquote {margin:0;
			padding:0;}

#proyecto {
			background-image: url(titulo_proyecto.gif);
			background-position: 0 0 ;
			background-repeat: no-repeat;
			position: absolute;
			width: 200px;
			top: 300px;
			left: 80px;
			overflow: auto;	
			padding: 5px;

}

#participa {
		background-image: url(titulo_participa.gif);
		background-position: 0 0 ;
		background-repeat: no-repeat;
		position: absolute;
		width: 200px;
		top: 300px;
		left: 520px;
		overflow: auto;
		padding: 5px;

}

#disenos {
		position: absolute;
		width: 350px;
		top: 0;
		left: 600px;
		}

#paginas {
		background-image: url(back_paginas.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 50px;
		color: white;
		font-weight: bold;
		padding-top: 15px;
		padding-left: 10px;

}

#elautor {
		background-image: url(titulo_autor.gif);
		background-position: 0 0 ;
		background-repeat: no-repeat;
		position: absolute;
		width: 200px;
		top: 300px;
		left: 740px;
		padding: 5px;
}

#agradecimientos {
		background-image: url(titulo_agradecimientos.gif);
		background-position: 0 0 ;
		background-repeat: no-repeat;
		position: absolute;
		top: 175px;
		left: 80px;
		width: 500px;
		text-align: justify;

}

#legal {
		margin: 0;
		width: 900px;
		height: 100px;
		background-image: url(back_legal.gif);
		background-repeat: no-repeat;
		background-position: 0 0;
		padding-left: 53px;
		padding-top: 5px;
		font-weight: bold;
		font-size: 0.9em;
		}
		
#legal a:link{
			color: #000;
			text-decoration: underline;

}

h2 {
		font-size: 1.4em;
		text-align: right;
		letter-spacing: 3px;
		color: red;
		visibility: hidden;
	}

h3 {
		color: #6F7073;
		font-weight: 900;
		font-size: 1.2em;
		text-decoration: underline;
		}
		
h1 {
		font-size: 1.8em;
		font-weight: bold;
		text-decoration: none;

}

a:link {
		color: #F00;
		text-decoration: none;
		font-weight: bold;

}

a:visited {
		color: #F00;
		text-decoration: none;
		font-weight: bold;
		font-style: italic;

}

a:hover {
		color: #000;
		text-decoration: none;
		font-weight: bold;
}



#disenos a:link {
		color: #000;
		text-decoration: underline;
		font-weight: bold;

}

#disenos a:visited {
		color: #000;
		text-decoration: line-through;
		font-weight: bold;
		}

#disenos a:hover {
		color: #939598;
		text-decoration: none;
		font-weight: bold;
}

#paginas a:link {color: #FFF;}
#paginas a:visited {color: #FFF;}