/* CSS Document */
body{
	padding:0px;
	margin:0px;
	border:0px;
	background-image:url(bg_pag.gif);
	background-repeat:repeat-x;
	background-color:#F5F5F5;
	padding-top:4px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
#pie{	
	font-size:9px;
	color:#666666;
	line-height:10px;
	height:10px;
	padding:10px;
	width:700px;
	float:left;
	overflow:hidden;
}
#pie a{
	color:#000000;
	text-decoration:none;
}
#pie a:hover{
	color:#0066FF;
	text-decoration:none;
}

#logo{
	width:50px;
	float:left;
	height:30px;
	text-align:center;
}
#tit_new{
	font-size:12px;
	line-height:13px;
	font-weight:bold;
	color:#666666;
	height:26px;
	overflow:hidden;
	padding-left:15px;
}
#fecha_new{
	font-size:10px;
	color:#FF0000;
	height:12px;
	overflow:hidden;
	padding-left:15px;
}
#intro_new{
	font-size:11px;
	color:#666666;
	height:67px;
	overflow:hidden;
	padding-left:15px;
}
#cuerpo{
	width:730px;
	float:left;
	padding-left:20px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
