/* CSS Document */

.contenedor {
	background: transparent url(../imagenes/ie/fondo.png) repeat-y center top;	
	padding: 0 8px;
}

.fin {
	display: block;
	height: 12px;
	width: 976px;
	background: transparent url(../imagenes/ie/fondo_bottom.png) no-repeat center top;	
	margin: 0 auto;
}

input[type="text"], input[type="password"] {
	background: #FFFFFF url(../imagenes/ie/fondo_form.png) no-repeat left top;
}

.nav_listado a:hover span {
	border: 1px solid #CCCCCC;
}

a.boton, .formulario a.boton, a.boton.izq, .formulario a.boton.izq {
	height: 18px;
	padding-top: 2px;
}

/****
***** OVERLAY
****/

/*.overlay {
	background: url(../imagenes/ie/overlay.png) repeat left top;
}*/

.overlay .sombra {
	background: url(../imagenes/ie/sombra.png) no-repeat left top;
	width: 1000px;
	height: 630px;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -500px;
	/*margin-top: -296px;*/
	z-index: 450;
}

.cont_mensaje {
	background: url(../imagenes/ie/overlay.png) repeat left top;	
}