@import url(cab.css);
@import url(pie.css);

body{
	background:#333333;
	margin:0;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a{
	text-decoration:none;
	color:#FFFFFF;
	font-weight:800;
}

h1{
	font-size:20px;
}
h2{}
h3{}

p{}

img{
	border:0;
}
table{}
tr{}
td{}

/*	estructura	*/
div#dvBody{
	margin:0 auto;
	width:900px;
	border-left:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
	border-bottom:1px #FFFFFF solid;
	text-align:left;
	background-color:#000000;
	background-position:right 30px;
	background-repeat:no-repeat;
}
/*	extras	*/
div.clear{
	clear:both;
}