@charset "UTF-8";

body {
	margin: 0px;
}
#header_container {
	background-image: url(../img/layout/black.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/layout/header_back.png);
	background-repeat: repeat;
}
#doble_back {
	height: 162px;
	width: 960px;
	background-image: url(../img/layout/header_back2.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	position: relative;
}
#menu {
	height: 33px;
	background-image: url(../img/layout/menu_back.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C5345;
	padding-top: 23px;
}
#logo {
	margin-left: 33px;
	margin-top: 8px;
}
.menu_top {
	font-family: 'Dosis', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	color: #E3E3D6;
	line-height: 20px;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	transition: color 200ms ease;
	margin-right: 18px;
	margin-left: 18px;
}
.menu_top:hover {
	color: #B9DFF6;
}

#menu a:first-child {
	margin-left:0px;
}
#menu a:last-child {
	margin-right:0px;
}
#menu {
	text-align: center;
}

#foot_container {
	background-image: url(../img/layout/foot_shadow.png);
	background-position: center bottom;
	background-repeat: repeat-x;
}
#foot {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 311px;
	background-image: url(../img/layout/mezclilla.png);
	background-repeat: repeat;
}
#foot_info {
	height: 311px;
	width: 960px;
	background-image: url(../img/layout/flores.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#creditos {
	height: 45px;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 105px;
	padding-left: 45px;
	padding-top: 15px;
	position: relative;
}
.creditos_text {
	font-family: 'Gudea', sans-serif;
	color: #C2B59B;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
}
#bydelamora {
	height: 35px;
	width: 140px;
	display: block;
	background-image: url(../img/layout/bydelamora.png);
	background-position: center top;
	position: absolute;
	left: 800px;
	top: 11px;
}
#bydelamora:hover {
	background-position: bottom;
}
#menu_foot {
	width: 750px;
	float: right;
	text-align: right;
	padding-right: 30px;
	padding-top: 25px;
}
#menu_foot a {
	font-family: 'Dosis', sans-serif;
	text-decoration: none;
	color: #E3E3D6;
	font-weight: 300;
	font-size: 15px;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	transition: color 200ms ease;
}
#menu_foot a {
	margin-left: 10px;
}
#menu_foot a:hover {
}
#raya {
	height: 6px;
	width: 750px;
	float: right;
	background-image: url(../img/layout/ralla.png);
	background-repeat: repeat;
	margin-top: 15px;
}
#twitter {
	position: absolute;
	display: block;
	height: 34px;
	width: 34px;
	background-image: url(../img/layout/twitter.png);
	background-position: left top;
	left: 617px;
	top: 15px;
}
#twitter:hover {
	background-position: left bottom;
}

#face {
	position: absolute;
	display: block;
	height: 34px;
	width: 34px;
	background-image: url(../img/layout/twitter.png);
	background-position: right top;
	left: 675px;
	top: 15px;
}
#face:hover {
	background-position: right bottom;
}
#sala_prensa {
	font-family: 'Dosis', sans-serif;
	color: #E3E3D6;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	display: block;
	position: absolute;
	left: 501px;
	top: 23px;
	-webkit-transition: color 200ms ease;
	-moz-transition: color 200ms ease;
	-o-transition: color 200ms ease;
	-ms-transition: color 200ms ease;
	transition: color 200ms ease;
}

#sala_prensa:hover {
	color: #76A41A;
}
#raya_prensa {
	color: #FAFAF5;
	display: block;
	position: absolute;
	left: 597px;
	top: 19px;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#menu_foot a:hover {
	color: #76A41A;
}
.texto {
	font-family: 'Gudea', sans-serif;
	color: #594a42;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
}
.titulo_intro {
	font-family: 'Spinnaker', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #6E6256;
	line-height: 25px;
}
#wheather_temp {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #5d4e24;
	position: absolute;
	display: block;
	top: 9px;
	right: 19px;
	text-align: center;
}
