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

body,div,ul,li{
	margin:0;
	padding:0;
}

body {
	font-size: 62.5%;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px 0px;
	padding:0px;
	text-align: center;
	background-color: #202020;
}

#logo {
	background-image: url(../images/common/logo.png);
	background-repeat: no-repeat;
	position:absolute;
	z-index:2;
	width: 168px;
	height: 81px;
	margin: 5px 54px;
	text-align: left;
}

#menu_up {
	background-image: url(../images/common/botonera.png);
	background-repeat: no-repeat;
	position:absolute;
	z-index:2;
	width: 380px;
	height: 22px;
	margin: 38px 540px;
	padding-left: 3px;
	text-align: left;
}

#menu_inferior{
	font-size: 9px;
}

a.link_tda{ color: #E61799; text-decoration:none;}
a.link_footer{text-decoration:none;color:#606060;}
a.link_footer:hover{text-decoration:none;color:#959595;text-shadow: #000 1px 1px 0px;}

#footer{
	text-decoration: none;
	height: 50px;
	margin-top: 42px;
	position: relative;
    width: 50%;
    margin-left: 25%;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	z-index:2;
	color: #606060;
}
#footer_blog{
	text-decoration: none;
	height: 50px;
	margin-top: 72px;
	position: absolute;
    width: 50%;
    margin-left: 25%;
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	z-index:2;
	color: #606060;
}

#lavaLampBasicImage {	
	position: relative;
	width: 444px;
	padding: 0px;
	margin: 2px 0;
	overflow: hidden;
	height:40px;
}
#lavaLampBasicImage li {
	float: left;
	list-style: none;
}
#lavaLampBasicImage li.backLava {
	background: url(images/lava.png) no-repeat right -18px;
	width: 9px; height: 18px;
	z-index: 8;
	position: absolute;
}
#lavaLampBasicImage li.backLava .leftLava {
	background: url(images/lava.png) no-repeat top left;
	height: 18px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage li a {
	font: bold 11px Verdana;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 2px;
	/*text-transform: uppercase;*/
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 18px;
	position: relative;
	overflow: hidden;
	margin: auto 8px;
}
#lavaLampBasicImage li a:hover, #lavaLampBasicImage li a:active, #lavaLampBasicImage li a:visited {
	color: #fff;
	border: none;
}

