@charset "utf-8";
/* CSS Document */
body#not_pop_up {
	margin:10px;
	padding:10px;
	border:0px;
	
	}
#contenedor_pop_noticias {
	font-family:Arial, Helvetica, sans-serif;
	width:890px;}
	#contenedor_pop_noticias h1, #contenedor_pop_noticias h2, #contenedor_pop_noticias h3, #contenedor_pop_noticias p {
		margin:0px;
	padding:0px;
		
		}
#contenedor_pop_noticias_top {
	height:36px;
	background-image:url(/imagenes/ls600h/not_img_fon_top.jpg);
	background-repeat:no-repeat;
	}
#contenedor_pop_noticias_center {
	background-image:url(/imagenes/ls600h/not_img_fond_rep.jpg);
	background-repeat:repeat-y;
	/*height:auto;*/
	height:400px;
	overflow:auto;
	}
#contenedor_pop_noticias_bottom {
	height:12px;
	background-image:url(/imagenes/ls600h/not_img_fond_pie.jpg);
	background-position:top;
	background-repeat:no-repeat;}
.contenedor_pop_noticias_center_separador {
	height:20px;
	
	}
#contenedor_pop_noticias_center_int {	
	width:860px;
	margin:0 auto;
	}
#contenedor_pop_noticias_center_int img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:0px;
	}
.clear {
clear:both;	
	}
#contenedor_pop_noticias h1 {
	font-size:23px;
	margin-bottom:10px;
	color:#323232;
	}
	#contenedor_pop_noticias h2 {
		line-height:18px;
		font-size:12px;
		font-weight:normal;
		color:#333;
		margin-bottom:3px;
		text-align:justify;
	}
	#contenedor_pop_noticias h3 {
		text-align:left;
		font-size:10px;
		font-weight:normal;
		text-indent:5px;
		margin-bottom:30px;
		text-align:right;
	}
	#contenedor_pop_noticias p {
		text-align:left;
		font-size:12px;
		font-weight:normal;
		text-indent:5px;
		line-height:15px;
		margin-bottom:10px;
		color:#555555;
		text-align:justify
	}
#contenedor_pop_boton {
	height:36px;
	width:90px;
	float:right;
	}

a#contenedor_pop_boton_a {
	display:block;
	height:36px;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(/imagenes/ls600h/boton_cerrar.jpg);
	line-height:36px;
	width:90px;	
	}
a#contenedor_pop_boton_a:hover {
	background-position:top;
	}
