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

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body{
	background: #333;
	color:#CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1{
	margin-bottom:10px;
	color:#FFF;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:underline;
}
h2{
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	margin-top: 5px;
}
a:link, a:visited{
	color:#CCC;
	text-decoration:none;
}
a:hover{
	color:#FFF;
	text-decoration:underline;
}
p{
	margin-bottom: 15px;
}
#contenido{
	margin:0 auto;
	margin-top: 200px;
	padding-top:148px;
	width: 421px;
	background:url(logo.jpg) center top no-repeat;
	text-align:center;
	border-bottom:#666;
}

ul{
	margin-bottom: 25px;
}

#contacto{
	color:#FC0;
	background:#2E2E2E;
}
