/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Style Style Sheet - Defines the main look like colors and backgrounds
 * Not all style related CSS is included, only colors and backgrounds which may change for different theme styles
 */


/* Base
----------------------------------------------------------------------------------------------------*/

body { color: #45484C; }

a { color: #98999a; }


/* Layout
----------------------------------------------------------------------------------------------------*/

body#page { background: #313337; }

/* Blocks */
#block-toolbar { background: #45484C; }

#block-main {
	border-bottom: 10px solid #F2F2F0;
	background-color: #eaeae6;
}

#block-bottom {
	background-color: #383C3F;
	color: #b6babd;
}

/* Toolbar */
#toolbar { color: #777; }

/* Footer */
#footer {
	color: #59595B;
	text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}

/* Box Styling */
#menubar,
#content, 
.mod-box {
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 2px rgba(0,0,0,0.12);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 2px rgba(0,0,0,0.12);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,1.0),
		0 1px 2px rgba(0,0,0,0.12);
}

#block-bottom .mod-box {
	-moz-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.15);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.1),
		0 1px 2px rgba(0,0,0,0.15);
}

.mod-box-color1,
.mod-box-color2 {
	-moz-box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.15),
		inset 0 0 30px rgba(0,0,0,0.1),
		0 1px 1px rgba(0,0,0,0.12);
	-webkit-box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.15),
		inset 0 0 30px rgba(0,0,0,0.1),
		0 1px 1px rgba(0,0,0,0.12);
	box-shadow:
		inset 0 0 0 1px rgba(0,0,0,0.15),
		inset 0 0 30px rgba(0,0,0,0.1),
		0 1px 1px rgba(0,0,0,0.12);
}

/* Footer Con animacion */
#footerMaiquez{
	position: fixed;
	bottom: 0;
	width: 100%;
	margin: 0 auto;
}
.topMaiquez{
	background: #45484c repeat-x;
	height: 20px;	
	width: 100%;
	position: relative;
	webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
.topMaiquezActivo{
	background: #45484c repeat-x;
	height: 170px;	
	width: 100%;
	position: relative;
	webkit-transition: all 0.3s ease-in-out !important;
	-moz-transition: all 0.3s ease-in-out !important;
	-o-transition: all 0.3s ease-in-out !important;
	transition: all 0.3s ease-in-out !important;
}
#botonFooter{
	background:url(/templates/yoo_downtown/images/deportes.png) no-repeat center;
	height:41px;
	position: relative;
	top:18px;
	z-index: 999;
	cursor: pointer;
}
#botonFooterEnglish{
	background:url(/templates/yoo_downtown/images/sport.png) no-repeat center;
	height:41px;
	position: relative;
	top:18px;
	z-index: 999;
	cursor: pointer;
}
#ulFooter{
	background: #f4f4f4 repeat-x !important;
	height: 150px;
	top: 20px;
	position: relative;
	text-align: center;
	min-width: 1000px;
}
.imgFooter{
	text-decoration: none;
	max-height: 100px;
	width: 110px;
	display: inline-block;
	margin: 0px 10px;
}
#enlaceCalendarioFooter{
	color: #4c9fcd !important;
	border-bottom: 1px solid #4c9fcd;
	text-align: center;
}
#iframeMedallas{
	height: auto !important;
}

/* Menus
----------------------------------------------------------------------------------------------------*/


/* Modules
----------------------------------------------------------------------------------------------------*/


/* Tools
----------------------------------------------------------------------------------------------------*/


/* System
----------------------------------------------------------------------------------------------------*/

