/* SIEMPRE INICIA ASI */

* {
	margin: 0; 
	padding: 0;
	}

/* Posición de la imagen dentro del contenedor Image# */
img.n_image {
	margin-top:-8px;
	margin-left:-8px;
}

body {color:#0033CC;
	  padding:1em;
	  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	  background:url(../images/back_news.png);
}

/* DIV PRINCIPAL QUE CONTIENE TODO EL NEWSLETTER */
#contenedor {
	  position:relative;
	  margin:auto;
	  width:810px;
	  max-width:810px;
	  height:1500px;
}

#cabecera {
	/*position:relative; - NUNCA PONER POSICION */
	top:10px;
	left:50%;
	width:810px;
	max-width:810px;
	height:175px;
	background:url(../01/cabecera_news2.png) no-repeat;
}

#postcontainer {
	height:215px;
	width:810px;
}

/* NOTICIA 1 */
#image1 {
	/*position:absolut; NUNCA PONER POSICION */
	float:left;
	left:-20px;
	top:185px;
	width:240px;
	margin-top:0px;
	height:190px;
	padding:.5em;
	/*background:url(../01/n_foto.png) no-repeat;*/
}

#news1 {
	/*position:absolut; NUNCA PONER POSICION */
	float:right;
	top:186px;
	margin-top:0px;
	right:200px;
	width:530px;
	max-width:530px;
	height:190px;
	padding:.5em;
	background:url(../01/news.png) no-repeat;
}
/* FIN NOTICIA 1 */

/* NOTICIA 2 */
#image2 {
	/*position:absolut;*/
	float:left;
	left:-20px;
	top:400px;
	width:240px;
	height:195px;
	padding:.5em;
	/*background:url(../01/n_video.png) no-repeat;*/
}

#news2 {
	/*position:absolut;*/
	float:right;
	top:401px;
	right:200px;
	width:530px;
	max-width:530px;
	height:195px;
	padding:.5em;
	background:url(../01/news.png) no-repeat;
}
/* FIN NOTICIA 2 */

/* NOTICIA 3 */
#image3 {
	/*position:absolut;*/
	float:left;
	left:-20px;
	top:615px;
	width:240px;
	height:195px;
	padding:.5em;
	/*background:url(../01/n_fotovideo.png) no-repeat;*/
}

#news3 {
	/*position:absolut;*/
	float:right;
	top:831px;
	right:200px;
	width:530px;
	max-width:530px;
	height:195px;
	padding:.5em;
	background:url(../01/news.png) no-repeat;
}
/* FIN NOTICIA 3 */

/* NOTICIA 4 */
#image4 {
	/*position:absolut;*/
	float:left;
	left:-20px;
	top:830px;
	width:240px;
	height:195px;
	padding:.5em;
	/*background:url(../01/n_foto.png) no-repeat;*/
}

#news4 {
	/*position:absolut;*/
	float:right;
	top:830px;
	right:200px;
	width:530px;
	max-width:530px;
	height:195px;
	padding:.5em;
	background:url(../01/news.png) no-repeat;
}
/* FIN NOTICIA 4 */

/* NOTICIA 5 */
#image5 {
	/*position:absolut;*/
	float:left;
	left:-20px;
	top:1046px;
	width:240px;
	height:195px;
	padding:.5em;
	/*background:url(../01/n_fotovideo.png) no-repeat;*/
}

#news5 {
	/*position:absolut;*/
	float:right;
	top:1045px;
	right:200px;
	width:530px;
	max-width:530px;
	height:195px;
	padding:.5em;
	background:url(../01/news.png) no-repeat;
}
/* FIN NOTICIA 5 */


/* NOTICIA 6 */
#image6 {
	/*position:absolut;*/
	float:left;
	left:-20px;
	top:1261px;
	width:240px;
	height:195px;
	padding:.5em;
	/*background:url(../01/n_fotovideo.png) no-repeat;*/
}

#news6 {
	/*position:absolut;*/
	float:right;
	top:1260px;
	right:200px;
	width:530px;
	max-width:530px;
	height:195px;
	padding:.5em;
	background:url(../01/news.png) no-repeat;
}

/* FIN NOTICIA 6 */

/* EL PIE DE PAGINA */
#piepag {
	/*position:relative; - NUNCA PONER POSICION */
	left:50%;
	width:810px;
	max-width:810px;
	height:35px;
/*  background:url(../01/piepag_news.png) no-repeat; */
}

/* FORMATOS DE TEXTO*/
.Titulo {
	  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	  font-size:15px;
	  font-style:italic;
	  color:#000099;
	  padding:2px;
	  font-weight:bolder;
	  margin-right:2.5px;
	  word-spacing:-2.5px;
	  margin-top:-2px;
}

.Texto_ENG {
	  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	  font-size:11px;
	  color:#006666;
	  padding:2px;
	  margin-right:11px;
	  word-spacing:-1px;
}

.Texto_ESP {
	  font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	  font-size:11px;
	  font-style:italic;
	  color:#006666;
	  padding:5px;
  	  margin-right:11px;
	  word-spacing:-1px;
}