/*
 * Proyecto Especial "40 años del Golpe Militar en Chile" LaTercera.com
 *
 * Hoja de Estilos principal (CSS)
 * Freddy Vasquez, Mail: frvasquez@gmail.com - Twitter: @freddyvasquez
 * Francisco Capone, Mail: francisco.capone@gmail.com - Twitter: @smokenight
 * Copyright 2013, Creative Commons
 * http://www.latercera.com
*/

@charset "utf-8";
@import url('normalize.css') screen;

#contenedor {
	width: 960px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}

#logo {
	width: 126px;
	height: 42px;
	margin: 100px auto;
}

#logo img {
	width: 100%;
	height: 100%;
}

#menu {
	height: 35px;
	width: 400px;
	margin: 200px auto;
}

#logo_lt {
	width: 78px;
	height: 16px;
	margin: 100px auto;
}

#redes {
	width: 24px;
	height: 48px;
	position: fixed;
	top: 50%;
  right: 10px;
	margin-top: -24px;
	z-index: 1000;
}

#icono_twitter {
	display: block;
	width: 24px;
	height: 24px;
	background: url('../img/icono_twitter.png') no-repeat 0px 0px;
	margin: 5px;
}

#icono_twitter:hover {
	background: url('../img/icono_twitter.png') no-repeat -24px 0px;
}

#icono_facebook {
	display: block;
	width: 24px;
	height: 24px;
	background: url('../img/icono_facebook.png') no-repeat;
	margin: 5px;
}

#icono_facebook:hover {
	background: url('../img/icono_facebook.png') no-repeat -24px 0px;
}