/* CSS Document */

body
{
	font-family: "Trebuchet MS", Arial;
}
#contenedor
{
	height: 565px;
}
p
{
	font-size: 11px;
}
#arriba
{
	margin:0;
	padding:0;
}
h3
{
	padding: 20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}
h4
{
	font-size: 12px;
	font-weight: bold;
}
#lista
{
	margin:0;
	padding:0;
	
	font-size: 11px;
}
#lista li
{
	padding: 0 0 5px 20px;
	list-style-type:none;
	
	background-image:url(../img/li_aviso_legal.gif);
	background-repeat:no-repeat;
	background-position: 0 7px;
}

