body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#contenido {
	position:relative;
	margin: 0px auto;
	width: 800px;
	background-repeat: repeat;
	background-position: right;
	}

#cargando {
	display: none;
	}
	
#cargando img {
	display: none;
}

.pie {
	background-color: #0066FF;
	height: 20px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	left: 0px;
}

#botontwitter a {
	height:20px;
	background-image:url(twitter_noche.png);
	background-repeat: no-repeat;
	text-decoration: none;
	position: static;
	width: 100px;
	padding-right: 70px;
}

#botontwitter {
	height:25;
	text-decoration: none;
	position: static;
	width: 100px;
}
#botontwitter a:hover {
background-image:url(twitter_dia.png);
}

#botonfacebook {
	height:25;
	text-decoration: none;
	position: static;
		width: 100px;
}

#botonfacebook a {
	hheight:20px;
	background-image:url(facebook_noche.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	width: 100px;
	padding-right: 70px;
}

#botonfacebook a:hover {
background-image:url(facebook_dia.jpg);
}

#contacto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#contenido #marco img {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
}

