



/* Texto "Tamaño del texto"  */

.size_word {

	font-family:Tahoma;

	font-size:8pt;

	font-weight:bold;

	color:#000000;

	height:25px;

	text-align:right;

	padding-top:10px;

	padding-right:25px;

}



/* Texto "Publicado el ..." */

.publicado {

	font-weight: bold;

}



/* Título de la noticia */

.news_headline {

	font-family: Tahoma; 

	font-size: 16pt;

	color: #000000;

	padding: 20px 10px 0px 10px;

	margin: 0px;

}



/* Subtítulo de la noticia */

.news_sub_headline {

	font-family:Tahoma; 

	font-size:12pt;

	color:#000000;

	padding: 0px 10px;

	margin: 0px;

 	font-weight: bold;

}



/* Texto bajo las fotos */

.news_pic_caption {

	font-family: Tahoma; 

	font-size: 7.5pt;

	color: #000000;

	margin-top: 5px;

	text-align: center;

}







/*********************** Comentarios de la noticia ***********************/

table.comment_box {

	/*background-color:#e6e6e6;*/

	border: 0px;

	width: 594px;

	margin: 0px auto;

}

table.comment_box td {

	background-color:#000000;

	padding-bottom: 20px;

}

.comment_box_title {

	font-family: Tahoma;

	font-size: 14pt;

	color: #ffffff;

	padding: 10px;

}

.comment_user {

	font-family: Tahoma;

	font-size:11px;

	font-weight: bolder;

	color: #006699;

	text-align: center;

}

.comment_date {

	font-family: Tahoma;

	font-size:11px;

	font-weight: bolder;

	color: #006699;

	text-align: right;

}

.comment {

	font-family: Tahoma;

	font-size: 11px;

	color: #000000;

}



/* Caja para agregar nuevo comentario */

#comment_div1 {

	font-family: Tahoma;

	font-size: 11px;

	color: #000000;

	width: 400px;

	margin: 0px auto;

	padding: 0px 10px 10px 10px;

}







/******************************** glider ****************************/

	div.scroller { 

	/* modify width and height of scrolling section if necessary	*/		

	width: 628px; 

	/* height: 700px; */

	overflow: hidden;

	}

	div.scroller div.section {

		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		

		width:600px;   /* 600 + 2 x padding = 620 */

		/* height:700px;  */

		overflow:hidden;

		float: left;

		padding: 10px;

		font-family: Tahoma;

		font-size: 8pt;

		color: #000000;

	}

	div.scroller div.content {

		width: 10000px;

	}

/******************************** fin  glider ********************************/



