@charset "UTF-8";
/* Link externos */


/* CSS Document */
body {
	font-size: 1em;
	font-family: Arial, verdana, heveltica;
	background: #192426 url(../images/bgtwitter.jpg) top left no-repeat;
}
h1 {
	font-family: Arial;
	color: #fff;
	font-size: 1.8em;
}

/* Divs contenedores */
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 25px 10px;
	background: url(../images/bg-isotipo.gif) top left no-repeat;
}

#header {
	width: 850px;
	height: 37px;
	margin: 0px 0px 10px 75px;
	background: url(../images/header.gif) top left no-repeat;
}
#header h1 {
	float: left; 
	width: 300px;
	margin: 5px 0px 0px 20px; 
}
#linked {
	float: right;
	width: 200px;
	height: 37px;
	font-size: 0.7em;
	background: url(../images/header-right.gif) top right no-repeat;
}
#linked img {
	float: left;
	border: 0;
	margin: 0px 10px 0px 0px;
}
#linked li {
	float: none;
	clear: both;
	margin-top: 5px;
}
#linked a {
	color: #80c4e0;
	font-weight: bold;
	text-decoration: none;
}
#linked a:hover {
	text-decoration: underline;
}
#content {
	width: 387px;
	margin: 100px auto;
}