/* CSS Document */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
	
ul,li {
	list-style-type:none;
	}
body {
	color: #333333;
	font: normal 0.70em Arial, Verdana, sans-serif;
	line-height:1.4em;
	letter-spacing: 0pt;
	margin:0;
	padding:0;
	text-align:center;
	background: #ffffff;
	}

img {
	border:0;
	}
	
a:link,
a:visited {
	font-weight:normal;
	color: #FF6600;
	text-decoration:none;
	}	
a:hover	{
	text-decoration:underline;	
	}
#main {
	width:793px;
	margin:auto;
	margin-top:60px;
	}
#contenedor{
	width:793px;
	border:#999999 solid 1px;
	background: url(img/construccion.jpg) no-repeat;
}

#texto{
	margin-top:10px;
	text-align:justify;
	}
