body {
	position: absolute;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: black url("./../assets/background_2.jpg");
	background-position: 0px 40px;
	font-family: arial;
	font-size: 13px;
	color: white;
	min-width: 740px;
}
img {
	border: none;
}
h1 {color:#ff8400;}
h2 {color:#ff8400; padding-top:10px;}
h3 {padding-bottom:0px;margin-bottom:5px;}
p {padding:0px 5px 0px 5px; text-align: justify;}
a {text-decoration: none;color: inherit;}
form {padding-left: 5px;}
iframe {padding-left: 5px;}
	
.inputs {
	width: 300px;
	background: #111;
	font-size: 14px;
	border: 1px solid #774200;
	color: white;
}
#enviar {
	width: 300px;
	background: #FF8400;
	font-size: 14px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #774200;
	border-right: 1px solid #774200;
	color: white;
	cursor: pointer;
	margin-top: 10px;
}
.less {
	color: gray;
	font-size: 9px;
}


a.link {color:#ff8400;font-weight:bold;text-decoration: underline;}
.item {
	padding: 0px 10px 20px 10px;
	clear: both;
}
img.polaroid {
	border: 5px solid white;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.han {
	color: red;
}



#doc-completo {}
	#fondo-oscuro {
		position: absolute;
		width: 100%;
		background: url("./../assets/background_1.jpg") repeat-x;
		height: 487px;
		z-index: -200;
	}
	#contenido{
		position: absolute;
		width: 100%;
		top:5px;
	}
		#cabeza {
			position: absolute;
			width: 100%;
			text-align: center;
		}
		#navegacion {
			width: 100%;
			top: 112px;
			background: red;
		}
		#cuerpo {
			position: absolute;
			top: 150px;
			text-align: left;
			width: 600px;
		}
		#footer {
			font-size: 9px;
			color: gray;
			text-align: center;
		}