body {
	margin:0;
 	color:#323232;	
	font-family:verdana,tahoma,sans-serif;	
	background: url(../images/bg-body.gif) repeat-x top;
	font-size:13px;	
}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:underline;
}


#body-aviso{
	width:500px;
	background:#fff;
}

#body-condiciones{
	width:400px;
	background:#fff;
}

div.condiciones h1{
	width:400px;
	text-align:center;
	font-family:georgia, helvetica, serif;
	font-size:14px;	
	font-weight:bold;
	text-decoration:underline;
	
}

div.condiciones p{
	width:400px;
	text-align:justify;
	font-family:georgia, helvetica, serif;
	font-size:11px;
	color:#606060;
	margin: 10px 10px 10px 10px;
}

div.aviso h1{
	width:500px;
	text-align:center;
	font-family:georgia, helvetica, serif;
	font-size:14px;	
	font-weight:bold;
	text-decoration:underline;
	
}


div.aviso p{
	width:500px;
	text-align:justify;
	font-family:georgia, helvetica, serif;
	font-size:11px;
	color:#606060;
	margin: 10px 10px 10px 10px;
}

#datos-aviso{
	text-align:center;
	font-weight:bold;
	color:#000000;
}

