body {
	background: #151515 url(body_bg.jpg) top left repeat-x;
	margin: 0 10px 10px;
}
body, td {
	font-family: arial, helvetica,  sans-serif;
	font-size: 11px;
	color: #ccc;
	line-height: 1.5em;
}

#barraHerramientas {background-color: #000; color: #fff; padding: 3px 5px; text-align: right;  font-size: 11px;}
#barraHerramientas a {color: #fff;}

#barraHerramientasClara {color: #1F3C5D; padding: 3px 0; text-align: right; font-size: 11px;}
#barraHerramientasClara a {color: #1F3C5D;}

a, td a {
	color: #ccc;
	text-decoration: none;
}
a:hover, td a:hover {
	background-color: #161616;
	text-decoration: underline;
}
#container {
	width: 960px;
	margin: 0 auto;
	background-color: #000;
	
}

#contenido {
	margin: 0;
	border-bottom: 1px solid #2c2c2c;
}
#carrusel {
	height: 450px;
	background: #000 url(altenativo.jpg) no-repeat;
	position: relative;
}
#cabecera {
	margin: 40px 0 0;
	text-align: center;
}
#pie {
	width: 960px;
	margin: 0 auto 10px;
	height: 105px;
	background: transparent url(pie_contenido.gif) bottom left no-repeat;
}
#copy {
	margin: 15px 10px 20px;
	color: #999;
	position: relative;
}

#anexo {
	text-align: center;
	margin: 5px 10px 20px;
	color: #ccc;
	position: relative;
	line-height: 13px;
	font-size: 10px;
}
#copy p {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 95px;
}



@media print {
	body, #container, #carrusel, #pie {
		background: #fff none;
	}

	#carrusel {
		height: 180px;

	}
	#container, #pie {
		width: 18cm;
	}

}