@charset "utf-8";
#pantalla {
	background-image: url(imagenes/noticias/fondomostrarnoticia.png);
}
#menu #v3 {
	background-image: url(imagenes/menu/noticiasselec.png);
}
#menu #v3:hover {
	background-image: url(imagenes/menu/noticiasoveryselec.png);
}
#capatitulo {
	position: absolute;
	visibility: visible;
	height: 117px;
	width: 595px;
	left: 18px;
	top: 168px;
}
#capatitulo td {
	text-align: left;
	vertical-align: top;
}
#capatitulo #celdatitulo {
	height: 32px;
}


#capatitulo h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#ventananoticia1 {
	position: absolute;
	width: 500px;
	height: 280px;
	z-index: 2;
	top: 295px;
	left: 20px;
	overflow: hidden;
}

#ventananoticia1 #noticia1 {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 4;
	top: 0px;
	left: 0px;
	text-align: justify;
	background-image: url(../imagenes/nada.gif);
	overflow: hidden;
}
#ventananoticia1 #noticia1 p, #ventananoticia1 #noticia1 li  {
	line-height: 1.6em;
}


#deslizador1 {
	position: absolute;
	width: 1px;
	height: 280px;
	z-index: 2;
	left: 570px;
	top: 295px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#deslizador1 div {
	position: absolute;
	width: 10px;
	height: 30px;
	z-index: 4;
	top: 0px;
	left: -4px;
	background-color: #FFFFFF;
}

#deslizador1 div img {
	height: 100%;
	width: 100%;
}.sinmargensuperior {
	margin-top: 0px;
}

#volver {
	position: absolute;
	width: 81px;
	height: 19px;
	z-index: 1;
	left: 695px;
	top: 563px;
}
