body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
a {
	color:#CCC;
	text-decoration:none;
	font-size:11px;
}
a:hover {
	color:#FFF;
}


.bloque {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	background-image: url(../fnd_pagina.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.fondo-transparente {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 101;
	/* for IE */
	filter:alpha(opacity=30);
	/* CSS3 standard */
  	opacity:0.30;
	background-color: #333;
}
.contenedor-gral {
	width: 5px;
	height: 5px;
	display: block;
	font-size: 12px;
	position: absolute;
	top: 50%;
	z-index: 105;
	left: 50%;
	visibility: opaque;
}
.contenedor {
	display: block;
	font-size: 12px;
	position: relative;
	z-index: 106;
	text-align: center;
	vertical-align: middle;
	height: 530px;
	width: 890px;
	left: -445px;
	top: -265px;
}

.contenedor-pie {
	position:absolute;
	display:block;
	height:25px;
	top:540px;
	right:0px;
	color:#CCC;
}
