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

body {
	font-family: 'Terminal Dosis', sans-serif;
	color: #807F83;
}

a {
	text-decoration: none;
	color: inherit;
	//color:expression(this.parentNode.currentStyle['color']);
}

img {
	border-style: none;
}

h1, h2, h3, h4, h5, h6, p, br {
	font-family: 'Terminal Dosis', sans-serif;
}

p {
	font-weight: 300;
	font-size: 16px;
	color: #807F83;
	padding-bottom: 8px;
}

h1 {
	font-weight: 600;
	font-size: 23px;
	color: #807F83;
}

h2 {
	font-weight: 700;
	font-size: 20px;
	color: #807F83;
}

h3 {
	font-weight: 700;
	font-size: 18px;
	color: #807F83;
}

.fullscreen {
	position: relative;
}

.contenido {
	position: relative;
	width: 915px;
	height: 672px;
	margin-left: auto;
	margin-right: auto;
}

.contenido_izquierda {
	position: relative;
	float: left;
	width: 90px;
	height: 672px;
}

.contenido_derecha {
	position: relative;
	float: left;
	width: 825px;
	height: 672px;
}

.logo {
	position: absolute;
	top: 25px;
	left: 0px;
}

.menu {
	position: absolute;
	top: 160px;
	left: 0px;
}

.widget_twitter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 217px;
	height: 165px;
}

.elemento_menu_rojo, .elemento_menu_morado, .elemento_menu_naranja, .elemento_menu_azul,
.elemento_menu_rojo:hover, .elemento_menu_morado:hover, .elemento_menu_naranja:hover, .elemento_menu_azul:hover,
.elemento_menu_rojo_hover, .elemento_menu_morado_hover, .elemento_menu_naranja_hover, .elemento_menu_azul_hover {
	font-family: 'Terminal Dosis', sans-serif;
	font-size: 16px;
	color: #808080;
	padding-bottom: 5px;
}

.elemento_menu_rojo:hover, .elemento_menu_rojo_hover {
	color: #B00F16;
}

.elemento_menu_morado:hover, .elemento_menu_morado_hover {
	color: #6B113C;
}

.elemento_menu_naranja:hover, .elemento_menu_naranja_hover {
	color: #F17B01;
}