	#fondo_modal {
		background: url(../images/fondo_modal.png) repeat;
		width: 928px;
		height: 600px;
		z-index: 100;
		position: absolute;
	}

	#ventana_modal {
		background: url(../images/ventana_modal.png) no-repeat;
		width: 366px;
		height: 236px;
		margin-left: 284px;
		margin-top: 187px;
	}

	#ventana_modal h4 {
		margin-top: 25px;
		margin-left: 20px;
		color: white;
		font-weight: bold;
		font-size: 16px;
		width: 286px;
	}

	#ventana_modal #btn_close {
		width: 10px;
		height: 10px;
		cursor:pointer;
		height: 23px;
    	right: 26px;
    	top: -22px;
    	width: 26px;
		float:right;
	}

	#ventana_modal > #mensaje {
		margin-left: 20px;
		margin-top: 10px;
		color: white;
		font-size: 13px;
		width: 325px;
		height: 107px;
	}

	#ventana_modal #btn_aceptar {
		cursor: pointer;
		background: url(../images/botones/aceptar_hover.png) no-repeat;
		width: 98px;
		height: 25px;
		display: block;
        float:right;
		margin-right: 22px;
		margin-top: 10px;
	}

	#ventana_modal #btn_aceptar:hover {
		background: url(../images/botones/aceptar.png) no-repeat;
	}

	#ventana_modal #btn_aceptar > p
		{ 	color: white; font-size: 14px; font-weight: bold; width: 78px;
			line-height: 25px; text-align: center; margin:0;  }

   #ventana_modal #btn2 {
		cursor: pointer;
		background: url(../images/botones/aceptar_hover.png) no-repeat;
		width: 98px;
		height: 25px;
		display: block;
		margin-left: 22px;
        float:left;
		margin-top: 10px;
	}

   #ventana_modal #btn2:hover {
		background: url(../images/botones/aceptar.png) no-repeat;
	}

   #ventana_modal #btn2 > p{
        color: white; font-size: 14px; font-weight: bold; width: 78px;
	    line-height: 25px; text-align: center; margin:0;
   }