/* CSS Document */


* {
	margin:0;
	padding:0;
	}

#contenido {
	background: url(bitmaps/bg.jpg) top left no-repeat;
	width: 750px;
	height:463px;
	}
#contenido .tc {
	margin:133px 0 0 21px;
	}

#contenido #info {
	width:490px;
	height:200px;
	float:right;
	margin:113px 16px 0 0;
	_margin:113px 8px 0 0;
	}

#info h1 {
	background: url(bitmaps/h1.jpg) top right no-repeat;
	width:490px;
	height:126px;
	text-indent:-9999px;
	}
	
#info h2 {
	background:url(bitmaps/h2.jpg) top left no-repeat;
	width:382px;
	height:17px;
	text-indent:-9999px;
	margin-top:47px;	
	}
	

	


#legales {
	border-top:1px solid #CCC;
	padding-top:10px;
	font-size:9px;
	color:#999;
	text-align:justify;
	}




