
div#middle-content-container {
	margin-right: 10px;
}


div#middle-content-container {
  	width: 500px;
	float: left;
	display: inline
}

div#middle-content-container hr { display: none }

/**********************************************************************/

/* saltos de linea en pAnuncio*/

p.pAnuncio { margin: 0; padding: 0 }

/*links en las referncias*/

a.classLink:visited { COLOR: #0000FF; TEXT-DECORATION: underline}
a.classLink:active { COLOR: #CC0000; TEXT-DECORATION: underline}
a.classLink:hover { COLOR: #993333} 

/*general span H1 H2*/

span.h1,
span.h2,
span.p {
  display: block
}

/*imagen*/
.box-image {
  	float:       left;
	display:     inline;
	margin-left: 0px;
	border-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-style: solid
}

div.large-box {
  width:       530px;
}

div.left, div.small-box, div.large-box {
   float:   left;
   display: inline
}

.large-box-padding {
  	padding: 0;
	width:   488px;
	display: block;
}

.content-box span.h1 {
  padding-top:  2px;
	min-height:   19px;
	padding-left: 12px;
	font-size:    13px;
	font-weight:  bold;
	margin:       0;
}

.content-box span.h2 {
	min-height:   15px;
	padding-left: 12px;
	padding-top:  2px;
	font-size:    11px;
	font-weight:  bold;
	margin-left:134px;
}

.content-box span.p,
.content-box p {
	padding-left: 12px;
	border:       none;
	padding-top:  4px;
	padding-right: 4px;
	padding-bottom: 4px
}

.content-box-padding,
.content-box span.h1,
.content-box span.h2 {
	background-position: left;
	background-repeat: repeat-y
}


/* anuncioA box */

div#anuncioA-box {
	font-family: arial;
	color:       black;
	font-size:   12px;
 	border:     solid #CCCCCC 1px;
  	margin-top: 24px ! important;
}

div#anuncioA-box .large-box-padding {
    background-image: url('graphics_noticia/n_grad3.jpg');
	background-color: #DADACC;
	border:     solid #67201D 1px;
}

div#anuncioA-box a .box-image {
  border-color: #CCCCCC;
}

div#anuncioA-box span.p {
	color: black;
}

div#anuncioA-box span.h1 {
	background-image: url('graphics_noticia/n_grad1.jpg');
	background-color: #67201D;
}

div#anuncioA-box span.h2 {
  	background-image: url('graphics_noticia/n_grad2.jpg');
	background-color: #B3A68B;
	color:      #67201D;
}

/* anuncioB box */

div#anuncioB-box {
	font-family: arial;
	color:       black;
	font-size:   12px;
 	border:     solid #CCCCCC 1px;
  	margin-top: 24px ! important;
  	float:left;
}

div#anuncioB-box .large-box-padding {
  	background-image: url('graphics_noticia/d_grad3.jpg');
	background-color: #2E2716;
	border:     solid #6A5423 1px;
}

div#anuncioB-box a .box-image {
	border-color: #CCCCCC;
}

div#anuncioB-box span.p {
	color: black;
}

div#anuncioB-box span.h1 {
  	background-image: url('graphics_noticia/d_grad1.jpg');
	background-color: #6A5423;
}

div#anuncioB-box span.h2 {
  	background-image: url('graphics_noticia/d_grad2.jpg');
	background-color:  #988355;
	color:      #3D2C00;
}

/*titulo de la noticia*/

#tituloNoticia{
	color: #FFFFFF
}

/*contenido de la noticia*/

#anuncioContenido{
	margin-left:134px;
	text-align:justify;
	border-left-width: thin;
 	border-left-style: solid;
 	border-left-color: #CCCCCC;
}
