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

body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	margin: 0px;
}

#general {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	width: 960px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333;
	
}
#copy {
	font-size: 10px;
	color: #999;
	float: right;
	width: 250px;
	text-align: right;
}
#foot {
	font-size: 10px;
	color: #999;
	text-decoration: none;
	float: left;
	width: 500px;
}
#logo {
	float: left;
	height: 50px;
	width: 294px;
	margin-top: 10px;
	margin-left: 10px;
}
#pestañas {
	float: right;
	width: 380px;
	margin-right: 5px;
}
#header {
	width: 960px;
	margin-top: auto;
	margin-left: auto;
	height: 95px;
}
#contenedor_body {
	height: 537px;
	width: 960px;
}


#foot a:link, a:active, a:visited{
	color: #999;
	text-decoration: none;
}

#foot a:hover{
	color: #06F;
	text-decoration: none;
}

#header_top {
	width: 100%;
	background-image: url(../img/gris.png);
	background-repeat: repeat-x;
	height: 8px;
}

#header_top_chat {
	width: 100%;
	background-image: url(../img/gris_chat.png);
	background-repeat: repeat-x;
	height: 8px;
}#chat {
	height: 537px;
	width: 960px;
}
#twitter {
	float: right;
}
#linea_horizontal {
	height: 1px;
	width: 960px;
	padding-top: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#chat_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	width: 960px;
	clear: both;
}


#home_button {
	float: left;
}
