@media screen, projection {
	/* BODY Y ETIQUETAS PRINCIPALES */
	html {
		background: #600;
	}
	body {
		background: #FFF;
		color: #333;
		font: 11px Tahoma, Geneva, sans-serif;
		margin: 0 auto;
		position: relative;
		width: 984px;
	}
	table, td {
		border-collapse: collapse
	}
	table, td, img, div, ul, li, p, hr, h1, h2, h3, h4, h5, h6, object, embed {
		border:0;
		padding:0;
		margin:0;
	}
	/* ----- FONT ----- */
	div, h3, h4, h5, h6, input, li, p, select, option, textarea {
		font-family: inherit;
		font-size: 1em;
		font-weight: normal;
		font-style: normal;
	}
	a {
		color: #333;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	/* CONTAINER */
	#container {
		width: 960px;
		height: auto;
		padding: 0 12px;
	}
	.link_back {
		background: url(../images/ico_back.gif) no-repeat;
		font-weight: bold;
		color: #900;
		padding-left: 18px;
	}
}
@media print {
}
