@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	background-color:#333;
}
td#fondo{
	background: #333 url(../imagenes/fondo.jpg) center center no-repeat;
}
img{
	border:0px;
	margin:0px;
}
div#contactos{
	width:704px;
	color:#888;
	text-align:center;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:2px;
}
div#texto{
	width:100%;
	color:#555;
	text-align:justify;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}