@charset "utf-8";
/* CSS Document */

body {
	font-family: "Times New Roman", Times, serif;
	text-align:center;
	background-image:url(imgs/fondo.jpg);
}

a {
	font-size: 12px;
	color: #120e09;
}
a:link {
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #120e09;
}
a:hover {
	color: #000;
}
a:active {
	text-decoration: none;
	color: #120e09;
}

.titulos {
	font-size:28px;
	color: #120e09;
	}
.publi {
	font-size:10px;
	color:#827462;
	}
.creditos {
	font-size:12px;
	color: #8f8272;
	}
.textos {
	font-size:12px;
	color:#666666;
	}

#header {
	position:relative;
	margin:0 auto;
	height:150px;
	width:700px;
	border-top:6px solid #433422;
	border-right:6px solid #433422;
	border-left:6px solid #433422;
	border-bottom:6px solid #433422;
	background: url(imgs/bg_head.jpg) no-repeat center;
}
#container {
	position:relative;
	margin:0px auto;
	padding:20px 30px;
	width:640px;
	height:auto;
	border:6px solid #433422;
	background:#FFFFFF;
	}
#creditos {
	position:relative;
	margin:10px auto;
	width:640px;
	}
