body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}#NoticiaPOP {
	width: 640px;
	padding: 10px;
}
.Noticia {
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}
.Noticia img {
	height: auto;
	width: 150px;
	border: 1px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
.NoticiaTitulo {
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	color: #FF9900;
	text-shadow:#000000 2px 2px 2px;
}
.NoticiaTitulo a {
	color: #FF9900;
}



.NoticiaTitulo {
	filter: Shadow(Color=#000000, Direction=135, Strength=5);
}


.NoticiaFecha {
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.NoticiaTexto {
	text-align: justify;
}


#interContainer{
	position: absolute;
	width: 670px; /*Width of interstitial box*/
	left: 0;
	top: 0;
	padding: 15px;
	padding-top: 0;
	background-color: #DADADA;
	border: 1px solid black;
	visibility: hidden;
	z-index: 6;
}

#facebox .b {
  background:url(b.png);
}

#facebox .tl {
  background:url(tl.png);
}

#facebox .tr {
  background:url(tr.png);
}

#facebox .bl {
  background:url(bl.png);
}

#facebox .br {
  background:url(br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .content {
	clear:both;
	margin-bottom:10px;
}

#facebox .footer {
	clear:both;
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

* html #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br, #facebox .b { /* ie6 hack */
	behavior:url(iepngfix.htc);
}


/* facebox carrito */
div#agregando {
	padding: 10px 10px 10px 60px;
	background:url(../facebox/cargando.gif) left no-repeat;
	font-size:18px;
	color:#666666;
}
div#agregado {
	padding: 10px 10px 10px 60px;
	background:url(../facebox/check48.png) left no-repeat;
	font-size:18px;
	color:#666666;
}
div#rechazado {
	padding: 10px 10px 10px 60px;
	background:url(../facebox/cerrar48.png) left no-repeat;
	font-size:18px;
	color:#666666;
}
div#rechazado-txt {
	letter-spacing:normal;
}
/* fin facebox carrito*/

