html {
        font-family: sans-serif, serif;
	font-size: 11px;
	color: #585b62;
	background-color:#FFFFFF;
}

body {
	background-image:url('imagenes/pixel.png');
	background-repeat: repeat-x;
        padding:0;
        margin:0 auto;
	text-align: center;
}

#pagina {
	margin:0 auto;
	padding:30px 0;
	text-align:center;
	/*width:1000px;*/
}

a {
	text-decoration:none;
	color:#009EE0;
	font-size:12px;
}

#header {
	clear:both;
	
	padding-top:0px;

	background-image:url('imagenes/capcalera.png');
	background-repeat:no-repeat;
	
	text-align:right;
        
        width:100%;
	height:155px;

	/*position:relative;*/
}
#header .logo{
	float: left;
	background-image: url('imagenes/logo.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 100px;
	width: 280px;
	height: 100px;
}
#header .logo_shop{
	float: right;
	background-image: url('imagenes/kite_shop.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 280px;
	height: 100%;
}
#header .menu_capa{
	float: left;
	padding-top: 55px;
	width: 510px;
	height: 100px;
}
#header .menu_item a{
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	float: right;
	width: 80px;
}
/*
#header .menu_item a:hover{
	background-image: url('imagenes/gobo_menu.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #000000;
}
*/
#header .menu_item_sel a{
	background-image: url('imagenes/gobo_menu.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #000000;
	text-align: center;
	padding-top: 30px;
	float: right;
	width: 80px;
}
#header .menu_item_blau a{
	background-image: url('imagenes/globo-blau.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	float: right;
	width: 80px;
}
#header .menu_item_text{
	padding-bottom: 9px;
}

/* Pie de página */
#footer {
        color:#5496ac;
	width:1200px;
	font-size:11px;
}
#footer .siguenos {
	float: left;
	color: #009ee0;
	padding-left: 100px;
	padding-right: 9px;
}
#footer .copy {
	float: right;
	color: #009ee0;
	padding-top: 15px;
	padding-right: 145px;
}
#footer .facebook{
	float: left;
	margin-left: 100px;
	margin-top: 5px;
	width: 80px;
	height: 24px;
}
#footer .twitter{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 66px;
	height: 24px;
}
#footer a {
	font-size:11px;
}
