@charset "utf-8";

div.entretenimiento_container {
	background-image:url(../images/entretenimiento_bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	width:340px;
	padding:10px;
	margin-bottom:10px;
	border:solid 1px #878e96;
}
#tech_container {
	background-image:url(../images/bg_tech.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff7d0;
	border:solid 1px #e9cc34;
	width:340px;
	padding:10px;
	margin-bottom:10px;
	color:#383838;
	}
img.border_bco{
	background-color:#FFFFFF;
	border:solid 1px #878e96;
	padding:3px;
	}
#turismo_container {
	background-image:url(../images/turismo_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	border:solid 1px #878e96;
	width:340px;
	padding:10px;
	margin-bottom:10px;
	color:#383838;
	}
	
#noticias_cont	{
	background-color:#eff6de;
	background-image:url(../images/not_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border:solid 1px #b8d366;
	width:340px;
	padding:10px;
	margin-bottom:10px;
	}