/* CSS Document */


body {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif,;
	font-size:11px;
	color:#330000;
	
	background-image:url(images/bg01.jpg);
	background-color:#d0937b;
	background-position:top;
	background-repeat:repeat-y;
	
	margin:0;}
	
.float_d {float:right;pading_left:5px;}
.float_i {float:left; padding-right:5px;}
.float_c {margin:0 auto;}
	
a:link, a:visited {
	color:#990000;
	text-decoration:none;}
	
a:hover {
	color:#CC6600;}
	
#tabla01{
	width:100%;
	height:100%;
	margin: 0 auto;
	background-image:url(images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	vertical-align:text-top;
	padding:0 auto;}
	
	#contenido {
		margin: 0 auto;
		width:760px;
		height:100%;
		vertical-align:text-top;}
		
		#texto {
		width: 344px;
		margin: 0 auto;
		padding: 0 36px 50px 36px;
}
		
		#menu {
		width: 180px;
		vertical-align:top;
		padding: 200px 0 50px 0;}
		
		#derecha {
		width:164px;}
