@charset "utf-8";
/* CSS Document */
<style type="text/css">


#centro {
	height: 700px;
	width: 1000px;
}
a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #F90;
	text-decoration: none;
}
#contenedor_g {
	height: 825px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#bottom {
	height: 30px;
	width: 1000px;
	text-align: right;
}
#leyenda {
	height: 15px;
	width: 1000px;
	margin-top: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

#top {
	height: 95px;
	width: 1000px;
}
#redes {
	height: 145px;
	width: 43px;
	float: right;
	position: relative;
	z-index: auto;
	margin-top: 200px;
	background-image: url(linea_der.png);

}
#conte {
	margin-right: auto;
	margin-left: auto;
}

body {
	background-color: #FEFDF9;
	margin: 0px;
}
#sidebar {
	position:fixed;
	top:200px;
	right:0px;
	width:43px;
	background-image: url(linea_der.png);
	background-repeat: no-repeat;
	height: 145px;
}




#midsidebar {
	width:43px;
	margin-top: 7px;
}

#socialmedia {
	width: 43px;
}


a.tube {
	display:block;
	width:45px;
	height:45px;
	background-image:url(sidebar/tube.png);
	background-position:left top;
}
a.tube:hover {
	background-position:bottom left;}

a.facebook {
	display:block;
	width:43px;
	height:43px;
	background-image:url(sidebar/facebook.png);
	background-position:left top;
}

a.facebook:hover {
	background-position:bottom left;}

a.twitter {
	display:block;
	width:43px;
	height:43px;
	background-image:url(sidebar/twitter.png);
	background-position:left top;
}

a.twitter:hover {
	background-position:bottom left;}

</style>

