@charset "utf-8";

body {
	margin:0px;
	text-align:center;
	background: #d9d8de;
	font-family: 'Titillium Web',sans-serif;
	font-size: 18px;
}
#contenido {
	width: auto;
	height: 350px;
	margin:0px auto 0px auto;
	padding-top: 100px;
	background-image: url("../images/background.png");
	border-bottom: 5px solid #325ba1;
}

img{
	border:0px;
}

p {
	color: #ccc;
	}
