@charset "utf-8";
/* CSS Document */

/*************************************************************************************
 * GENERAL
 */
body.aviso { 
	background-color: #2f3b55;
	background-image: url(/img/aviso/bg.gif);
}
	BODY.aviso .contenido .pie {
		padding-top: 20px;
	}
	
#aviso_contenedor {
	width: 914px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0 auto;
	padding: 77px 0 20px 0;
	background: url(/img/aviso/contenido_bg.jpg) no-repeat center 77px;
}
#aviso_contenido {
	position: relative;
	margin: 0 auto;
	padding: 21px 0 0 25px;
}
	#aviso_contenido H2 {
		padding-bottom: 20px;
		font-size: 2em;	
	}
		#aviso_contenido H2 SPAN {
			font-size: .6em;
		}
#logoNTV {
	position: absolute;
	top: 450px;
	left: 700px;
	width: 144px;
	height: 65px;
	text-indent: -3000px;
	background: url(../img/aviso/nestle.png) no-repeat;
}
#aviso_scroll {
	width: 545px;
	height: 370px;
	overflow: auto;
	padding: 15px 20px 15px 30px;
	border: solid 1px #645C73;
}
	#aviso_scroll P {
		padding-bottom: 10px;
	}
#aviso_cerrar {
	position: absolute;
	width:60px;
	top: 6px;
	left: 862px;
}

/*************************************************************************************
 * FAQS
 */
#aviso_faqs {
	position: relative;
	width: 890px;
	height: 390px;
	background: url(/img/aviso/faqs_bg.jpg) no-repeat 470px 0px;
}
	#aviso_faqs A {
		display: block;
		width: 450px;
		font-size: .9em;
		color: #bdbdbd;
	}
	#aviso_faqs A:hover {
		text-decoration: none;
		color: #FFFFFF;
	}
	#aviso_faqs A.selected {
		font-weight: bold;
		color: #FFFFFF;
	}
	#aviso_faqs DIV {
		position: absolute;
		top: 9px;
		left: 478px;
		display: none;
		width: 341px;
		height: 353px;
		overflow: auto;
		padding-left: 14px;
		font-size: .9em;
	}

/*************************************************************************************
 * FAQS
 */
.aviso_print {
	width: 585px;
}
	.aviso_print H3 {
		padding-bottom: 15px;
		font-size: 1em;
	}
	.aviso_print P {
		font-size: .9em;
	}
	#aviso_print_botones {
		height: 30px;
		padding-top: 15px;
	}
		#aviso_print_botones A.boton_form {
			float: right;
		}