@charset "utf-8";
/* CSS Document */
/* //////////////////////////////////////////////////////////////////////////////  */
/* ///////////////////////////NOTICIAS//////////////////////////////////////////  */
/* ////////////////////////////////////////////////////////////////////////////  */

/* //////   css del Slide de noticias con fotos */
img#jas-image{  /* Setea el tamaño de la imagen de la noticia*/
	margin-bottom: 1em;
	width: 271px;
	height: 150px;
}

div#jas-container{
	/* Width HAS to be here for IE to render the filter */
	width: 271px;
}

div#jas-image-text{
	text-align: justify;
}
ul#navigation-controls{
	width: 200px;
	list-style: none;
	margin: 0 auto;
}

ul#navigation-controls li{
	float: left;
	line-height: 1.5em;
	margin-right: 0.2em;
}

ul#navigation-controls li#image-counter{
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0;
	margin-left: 0.5em;
}

li.slideshow-item{
	margin-left: 0.7em;
}

/*//////////// */

#titulonoticias{
	font-color: #000000;
	font-weight:bold;
}

#toggler{
	list-style:none;
	margin:0px;
	padding:0px;
	}

#toggler .accContainer {
	padding:0 0 4px 0;
	border-bottom:1px solid #DDD;
}

#toggler .accToggler {
	width:100%;
	height:50px; /*Ancho del box de noticias - Ancho del link para ampliar la noticia*/
	margin:0;
	padding:5px 0 0 0;
	display:block;
	background-image:url(../imagenes/icon_post.gif);
	background-position:247px 3px;
	background-repeat:no-repeat;
	color:#3399CC;
	cursor:pointer;
}

#toggler .accTogglerTitulo {
	width:100%;
	height:10px; /*Ancho del box de noticias - Ancho del link para ampliar la noticia*/
	margin:0;
	padding:5px 0 0 0;
	display:block;
	font-weight:bold;
	/*background-image:url(../imagenes/icon_post.gif);
	background-position:247px 3px;
	background-repeat:no-repeat;*/
	color:#000000;
	cursor:pointer;
}

#toggler .accToggler small{
	color:#669900;
	border-right:1px solid #CCC;
	padding:0px 5px 0px 0px;
	margin:0px 10px 0px 0px;
	
}

#toggler .accContent p {
	margin:0;
	padding:15px 0 10px 0;
	color:#666;
}

#toggler .accToggler1 {
	width:100%;
	height:3px; /*Ancho del box de noticias - Ancho del link para ampliar la noticia*/
	margin:0;
	padding:3px 0 0 0;
	display:block;
	/*background-image:url(../imagenes/icon_post.gif);*/
	background-position:247px 3px;
	background-repeat:no-repeat;
	color:#3399CC;
	/*cursor:pointer;*/
}

#toggler .readMore	{text-align:right; font-size:10px;}
#toggler .readMore a	{font-weight:bold; background:none; display:inline}
#toggler .readMore a:link,
#toggler .readMore a:visited {color:#999;}
#toggler .readMore a:hover	{color:#006699;}

