body {
    font-family:Arial, Verdana, Arial, sans-serif;
    font-size:11px;
    color:#666;
    text-align:justify;	
	margin:0;
	padding:0;
	background:url(imagenes/bg.gif) repeat-x #EEE;
}
#header {
	margin:0 auto;
	height:135px;
	background:url(imagenes/nombre.gif);
}
#top {
	width:820px;
	background:url(imagenes/top.gif);
	height:31px;
}
#izquierda {
	clear:both;
	float:left;
	width:260px;
	height:400px;
}
	ul {
		padding:0px 7px 0 7px;
		margin:0px 7px 0 7px;
	}
	.link a {
		font-weight:bold;
		color:#069;
		font-size:11px;
		text-decoration:underline;
	}
	.link a:hover {
		text-decoration:none;
		color:#333;		
	}
	hr {
		border:1px #CCC dotted;
	}
/* ----- titulos y subtitulos ------ */
	h1, h2, h3, h4 {
		margin:0;
		padding:0;
		letter-spacing:-1px;
	}
	h1 {
		font-size:20px;
		color:#036;
	}
	h2 {
		font-size:16px;
		color:#0FADE1;
	}
	h3 {
		font-size:14px;
		color:#55CDF4;
	}
	h4 {
		font-size:13px;
		color:#666;
	}
/* ----- contacto ------- */
input {
	border:1px #CCC solid;
	padding:3px;
	color:#069;
}
textarea {
	padding:5px;
	border:1px #CCC solid;
    font-family:Arial, Verdana, Arial, sans-serif;
	color:#069;
}


/* ----- inicia footer ------ */
#footer {
	clear:both;
	background:url(imagenes/footer.gif) no-repeat #0B81A8;
	margin-top:20px;
	width:820px;
	height:145px;
/*	border-top:6px #41C7F3 solid; */
}
	#datos {
		padding-top:10px;
		width:790px;
		margin:0 auto;
	}
	#miembros {
		margin-left:10px;
		float:left;
		width:450px;
	}
	#creditos {
		margin-top:22px;
		float:left;
		color:#FFF;
		width:310px;
		text-align:center;
		height:35px;
		border-right:3px #DDD solid;
		border-left:3px #DDD solid;
	}
		#creditos a {
			color:#FFF;
			text-decoration:none;
		}