@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFFFFF;
	}
	
h1{
	color:#666666;
	font-family:"Gill Sans MT", Arial, sans-serif;
	font-size:24px;
	}
	
h2{
	color:#000;
	font-family:"Gill Sans MT", Arial, sans-serif;
	font-size:18px;
}

ul{}
li{
	list-style-type:none;
	font-weight:bold;
	}
	
address{
	color:#FFFFFF;
	font-size:20px;
	}
	
p{
	color:#000;
	font-size:18px;
	}
#wrapper{
	margin:0 auto 0 auto;
	text-align:center;
	}

#contenidos{
	margin:25px 0 0 0;
	}
	


