@charset "utf-8";
/* CSS Document */
#contenedor #padder{
	padding-left:34px;
}
#contenedor #padder #separador{
	width:600px;
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#CCC;
	margin-top:20px;
}
#contenedor #titulo_sc{
	width:508px;
	height:47px;
	float:left;
	background-image:url(../images/generales/fondo_pastilla_contacto.jpg);
	background-repeat:no-repeat;
	padding-left:72px;
	padding-top:18px;
	padding-right:17px;
	font-family:Helvetica, sans-serif, Arial;
	font-size:20px;
	margin-top:2px;
	border-bottom-color:#b2b2b2;
	border-bottom-style:solid;
	border-bottom-width:1px;
	font-weight:bold;
	}
#contenedor #noticias{
	padding-left:50px;
	padding-right:17px;
	padding-top:23px;
	width:533px;
	float:left;
	font-family:Helvetica, sans-serif, Arial;
	font-size:18px;
	color:#000;
}
#contenedor #noticias .item_noticia{
	/*background-image:url(../images/generales/pastilla_noticias.jpg);
	background-position:left top;
	background-repeat:no-repeat;*/
	border-bottom-color:#eaeaea;
	border-bottom-style:solid;
	border-bottom-width:3px;
	width:545px;
	margin-top:12px;
		height:100%;
		float:left;

}
#contenedor #noticias .item_noticia .textos{
	width:400px;
	float:left;
	height:100%;
}
#contenedor #noticias .item_noticia .textos .titulo_noticias{
	padding-left:25px;
}
#contenedor #noticias .item_noticia .textos .titulo_noticias a{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
#contenedor #noticias .item_noticia .textos .texto_noticia{
	padding-left:25px;
	padding-bottom:10px;
}
#contenedor #noticias .item_noticia .textos .texto_noticia a{
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
#contenedor #noticias .item_noticia .imagen_noticia{
	height:100%;
	float:left;
	/*padding-left:50px;*/
	height:73px;
	width:73px;
}

