@charset "utf-8";
/* CSS Document */
#gototop{
	/*background-image:url(../images/img_gototop2.png);
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;*/
	height: 105px;
	width: 130px;
	z-index:99999;
	position:fixed;
	bottom: 26px;
	right:12px;
	color:#F03;
}
#gototop2{
	/*background-image:url(../images/img_gototop2.png);
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;*/
	height: 105px;
	width: 130px;
	z-index:99999;
	position:fixed;
	bottom: 26px;
	left:12px;
	color:#F03;
}
#music{
	background-image: url(../images/bg_sound.jpg);
	background-repeat: repeat-x;
	height: 26px;
	width: 100%;
	z-index:99999;
	position:fixed;
	bottom: 0px;
}
#vaciofalso{
	height:26px;
}

#capaReproductor{
	position:absolute;
	top:-333px;
	left:50%;
	margin-left: -290px;
	width:580px;
	height:350px;
	z-index:11;
	visibility: visible;
}
/*#capaReproductor{
	position:absolute;
	right:0px;
	top:150px;
	left:50%;
	margin-left: -290px;
	width:580px;
	height:350px;
	z-index:1500;
}*/
#contenedor{
	position:absolute;
	left:50%;
	top:0px;
	width:950px;
	z-index:2;
	margin-left: -475px;
	background-color: #FFF;
}
#top{
	background-color:#FFF;
	/*background-color:transparent;*/
	height: 100px;
	width:100%;
}
#logo{
	position:absolute;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	/*background-color:#0F0;*/
	width: 100%;
	height: 230px;
	padding: 0px;
	z-index:900;
}
#menu_contenedor{
	background-color:#FFF;
	width:100%;
	height:34px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	z-index:15;
}

#banner{
	z-index:10;
	width:100%;
	height:450px;
	visibility: visible;
}
#cubrebannertop{
	position:absolute;
	left:0px;
	top:135px;
	z-index:20;
	height: 50px;
	width: 950px;
	background-image: url(../images/top_blank.png);
	background-repeat:no-repeat;
}
#cubrebannerinf{
	position:absolute;
	z-index:20;
	top:550px;
	height: 50px;
	width: 950px;
	background-image: url(../images/inf_blank.png);
}
#reproductor{
	position:absolute;
	right:0px;
	top:136px;
	z-index:15;
	height: 250px;
	width: 180px;
}
#desarrollo{
	background-color:#FFF;
	padding-top: 20px;
	width:910px;
	z-index: 8;
	
}
#footer{
	background-color:#000;
	width:100%;
	height:100px;
	background-image: url(../images/bg_footer.jpg);
}
#menu{
	position:absolute;
	z-index:20;
	height: 80px;
	width: 950px;
	background-image: url(../images/menu.png);
	top: 510px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#menulink{
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000;
	text-align: left;
	height: 14px;
	padding-top: 10px;
	padding-bottom: 7px;
	right:120px;
	top: 100px;
	z-index:950;
}
#menulink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menulink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menulink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	
	font-weight: bold;
	color: #F06;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#E6E6E6;
	height: 100%;
}

/* TEXTOS */
.negrita{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
.normal{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
.gototoptext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F06;
	text-transform:uppercase;
}
a.gototoptext:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F06;
	text-transform:uppercase;
	text-decoration:none;
}
a.gototoptext:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F06;
	text-transform:uppercase;
	text-decoration:none;
}
a.gototoptext:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F06;
	text-transform:uppercase;
	text-decoration:none;
}
a.gototoptext:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#F06;
	text-transform:uppercase;
	text-decoration:none;
}


