body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
*{
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
}
img, table{
	border: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
.prensa {
	background-image: url(../images/pattern.gif);
	background-repeat: repeat;
	padding: 20px;
}
#img_foto{
	border: 1px #000000 solid;
}
