* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(fondo.jpg) center top no-repeat;
	color: #fff;
	font-family: Georgia, Arial, helvetica, sans-serif;
	font-size: 100%;
}

a {
	border-bottom: 1px dotted #4fa9f2;
	color: #4fa9f2;
	text-decoration: none;
}

a:hover {
	color: #fff;
}

h1 {
	font-size: 30px;
	font-weight: normal;
}

h1 span {
	color: #4fa9f2;
}

#contenedor {
	font-size: 14px;
	margin: 0 auto;
	padding: 120px 0 0;
	width: 760px;
}

#logo {
	float: left;
	width: 209px;
}

#contacto {
	float: right;
	line-height: 24px;
	text-align: right;
	width: 300px;
}

#intro {
	clear: both;
	margin-bottom: 40px;
	padding-top: 30px;
}

#twitter {
	background: url(twitter.png) left top no-repeat;
	height: 70px;
	padding: 0 0 0 110px;
}

#twitter-izquierda {
	color: #838383;
	float: left;
	width: 200px;
}

#twitter-derecha {
	float: right;
	text-align: right;
	width: 200px;
}

#twitter-estado {
	clear: both;
	font-size: 18px;
	padding-top: 6px;
}

#twitter-estado li {
	list-style: none;
}