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

#contenido {
	margin-right: 0;
}

#presentacion {
	background: #0A1318;
	padding: 10px;
	border-bottom: solid 1px #000;
	position: relative;
	color: #bbb;
	width: 901px;
}
#ofertas-animacion img {
	border: solid 2px #000;
}
#noti-presentacion {
	float: right;
	width: 290px;
	height: 240px;
}
#noti-presentacion #header {
	background: #373737;
	color: #FFF;
	padding: 4px 10px 2px;
	margin-bottom: 3px;
}
#noti-presentacion #header a {
	float: right;
	width: 30%;
	text-align: right;
	font-size: 10px;
	padding: 3px 0 0;
}
#noti-presentacion #header h2 {
	width: 60%;
	display: inline;
}
#noti-presentacion .noticia {
	padding: 3px 0;
	border-bottom: dotted 1px #666;
}
#noti-presentacion .noti-imagen {
	float: right;
	margin: 3px 5px 2px;
	text-align: right;
}
#noti-presentacion .noti-imagen img {
	width: 60px;
	border: solid 1px #000;
}
#noti-presentacion h4 {
	display: inline;
	font-size: 12px;
}
#noti-presentacion h4 a {
}
#noti-presentacion .noti-texto {
	text-align: justify;
	font-size: 10px;
}

#presentacion #loginContainer {
	display: none;
	position: absolute;
	right: 382px;
	z-index: 1;
	top: 0px;
}

