#web {
	position: relative;
	width: 970px;
	margin: auto;
}
img { border: 0; display: block; }
body, td { font-size: 12px; font-family: Helvetica; }
body { 
	margin: 0;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	position: absolute;
	top: 20px;
	left: 1px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 810px;
	height: 200px;
}
#h-icono1 {
	position: absolute;
	top: 75px;
	left: 138px;
}
#h-icono2 {
	position: absolute;
	top: 61px;
	left: 269px;
}
#h-icono3 {
	position: absolute;
	top: 52px;
	left: 372px;
}
#fla { position: absolute; left: -5px; top: 0; z-index: 32; }
#h-icono4 {
	position: absolute;
	top: 50px;
	left: 453px;
}
#noticias {
	position: absolute;
	top: 260px;
	left: 0px;
	z-index: 2;
}
#destacados {
	position: absolute;
	top: 260px;
	left: 730px;
	z-index: 2;
}
#sol {
	position: absolute;
	top: 523px;
	left: 475px;
	background-image: url(images/sol.png);
	background-repeat: no-repeat;
	width: 495px;
	height: 550px;
	z-index: 1;
}

#footstore {
	position: absolute;
	top: 800px;
	left: 130px;
	background-image: url(images/linea_abajo.png);
	background-repeat: no-repeat;
	z-index: 2;
	width: 706px;
	height: 50px;
}
#footinfo {
	position: absolute;
	top: 865px;
	left: 210px;
	z-index: 2px;
	background-image: url(images/foot2.png);
	background-repeat: no-repeat;
	width: 513px;
	height: 82px;
}

#sol2 {
	position: absolute;
	top: 175px;
	left: 457px;
	background-image: url(images/sol.png);
	background-repeat: no-repeat;
	width: 495px;
	height: 550px;
	z-index: -4;
}
#flashhome {
	position: absolute;
	top: 218px;
	left: 251px;
	height: 550px;
	z-index: 2;
}
#home {
	position: absolute;
	top: 208px;
	left: 0px;
	z-index: 2;
}
#footboton {
	position: absolute;
	top: 700px;
	left: 365px;
	z-index: 2;
}/*
#contenido-bg {
	position: absolute;
	width: 960px;
	height: 750px;
	padding-top: 280px;
	z-index: -5;
}*/
#contenido {
	position: absolute;
	width: 980px;
	height: 900px;
	top: 200px;
	padding-top: 20px;
	background-image: url(images/fondo.png);
	background-repeat: no-repeat;
	/*background-color: white;*/
	z-index: -1;
	/*top: 18px;*/
	left: -25px;
}
#flotador { position: absolute; z-index: 20000; width: 600px;
height: 550px; top: 230px; left: 50%; margin-left: -300px; border: 7px solid #333333; background-color: #FFFFFF; padding: 15px; text-align: center; }
#sombra { position: absolute; left: 0px; top: 0px; z-index: 1; width: 100%; height: 1150px; filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6; background-color: #000000; }

#title {
	position: absolute;
	top: 220px;
	left: 400px;
	width: 550px;
	text-align: right;
	font-family: Helvetica;
	font-size: 60px;
	letter-spacing: -1px;
	color: white;
}
.vermas1 a { font-size: 10px; color: #FF6600; text-decoration: none; }
.vermas1 a:hover { font-size: 10px; color: #FF6600; text-decoration: underline; }
h1,h2,h3,h4,h5,h6 { margin: 0; }
h3 { font-size: 26px; color: white; }
h2 { font-size: 18px; }
hr { color: red; border-style: solid; }

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel2.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel2.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


a.info {
    position:relative;
    z-index:24;
    color:#000;
    text-decoration:none;
	font-family: Arial;
	font-weight: bold;
} 
a.info:hover {
    z-index:25; background-color:white;
} 
a.info span { 
    display: none;
} 
a.info:hover span { 
    display:block;
    position:absolute;
    top:2em;
    left:2em;
    width:350px;
    border:2px solid red;
    background-color:#FFFFFF;
    color:#000000;
    text-align: left;
    font-family: Arial;
    font-size: 14px;
    padding: 5px;
	font-weight: bold;
} 
#menu_depe {
	position: absolute;
	left: 150px;
	top: 325px;
	z-index: 4000;
	width: 250px;
	height: auto;
	border: 1px solid gray;
	border-bottom: 0px;
	background-color: #FFFFFF;
}
#menu_depe a { color: #003399; text-decoration: none; }
#menu_depe a:hover { color: #0099CC; text-decoration: none; }
#menu_depe li { list-style-type: square; padding: 3px; border-bottom: 1px solid gray; }