@charset "utf-8";

body, a {
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#F90;
}
a:active {
	text-decoration: none;
}
.contenedorGral {
	position:relative;
	top:10px;
	width:500px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	z-index:0;
}
#cajaModistos {
	position:relative;
	top:50;
	margin-left:auto;
	margin-right:auto;
	width:100px;
	height:20px;
	z-index:2;
}
#cajaModistosThumb {
	position:relative;
	top:350;
	margin-left:auto;
	margin-right:auto;
	width:440px;
	height:140px;
	border-bottom: 1px solid #F90;
	z-index:2;
}
#cajaActores {
	position:relative;
	top:400;
	margin-left:auto;
	margin-right:auto;
	width:100px;
	height:20px;
	z-index:2;
}
#cajaActoresThumb {
	position:relative;
	top:450;
	margin-left:auto;
	margin-right:auto;
	width:440px;
	height:140px;
	border-bottom: 1px solid #F90;
	z-index:2;
}
#cajaMusicos {
	position:relative;
	top:150;
	margin-left:auto;
	margin-right:auto;
	width:100px;
	height:20px;
	z-index:2;
}
#cajaMusicosThumb {
	position:relative;
	top:350;
	margin-left:auto;
	margin-right:auto;
	width:440px;
	height:140px;
	border-bottom: 1px solid #F90;
	z-index:2;
}
#cajaOtros {
	position:relative;
	top:150;
	margin-left:auto;
	margin-right:auto;
	width:100px;
	height:20px;
	z-index:2;
}
#cajaOtrosThumb {
	position:relative;
	top:350;
	margin-left:auto;
	margin-right:auto;
	width:440px;
	height:140px;
	border-bottom: 1px solid #F90;
	z-index:2;
}

